forked from ultravioletrs/cocos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOISSUE - Update buildroot config (ultravioletrs#320)
* update cfg Signed-off-by: Sammy Oina <[email protected]> * update workflow Signed-off-by: Sammy Oina <[email protected]> --------- Signed-off-by: Sammy Oina <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,7 @@ jobs: | |
with: | ||
repository: 'buildroot/buildroot' | ||
path: buildroot | ||
ref: 2024.11-rc2 | ||
|
||
- name: Build | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ HAL uses [Buildroot](https://buildroot.org/)'s [_External Tree_ mechanism](https | |
git clone [email protected]:ultravioletrs/cocos.git | ||
git clone [email protected]:buildroot/buildroot.git | ||
cd buildroot | ||
git checkout 2024.11-rc2 | ||
make BR2_EXTERNAL=../cocos/hal/linux cocos_defconfig | ||
# Execute 'make menuconfig' only if you want to make additional configuration changes to Buildroot. | ||
make menuconfig | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters