Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev sp6 #10

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ customization for your server platform.
sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
```

### 2) Download the source
### 2) Download the source from my Branch (mySP5)
```
mkdir OpenBMC
cd OpenBMC
git clone https://github.com/AMDESE/OpenBMC.git .
mkdir OpenBMC-SP5
cd OpenBMC-SP5
git clone --branch mySP5 https://github.com/PaulHung1005/OpenBMC-SP5.git .
```

### 3) Target your hardware
Expand Down
36 changes: 0 additions & 36 deletions meta-amd/meta-common/recipes-amd/amd-apml/amd-apml.bb

This file was deleted.

This file was deleted.

Loading