Skip to content

Commit

Permalink
NOISSUE - Update buildroot config (ultravioletrs#320)
Browse files Browse the repository at this point in the history
* 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
SammyOina authored Nov 29, 2024
1 parent 63f20ea commit 0864eb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
with:
repository: 'buildroot/buildroot'
path: buildroot
ref: 2024.11-rc2

- name: Build
run: |
Expand Down
1 change: 1 addition & 0 deletions hal/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions hal/linux/configs/cocos_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_COCOS_PATH)/board/cocos/post-image.
BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"

# Linux headers same as kernel
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_10=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_9=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_10=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_11=y
BR2_TOOLCHAIN_HEADERS_LATEST=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST="6.10"
BR2_TOOLCHAIN_HEADERS_AT_LEAST="6.12-rc6"

# Kernel
BR2_LINUX_KERNEL=y
Expand Down

0 comments on commit 0864eb6

Please sign in to comment.