Skip to content

Commit

Permalink
Merge pull request #389 from TheYoctoJester/bbb-uboot
Browse files Browse the repository at this point in the history
chore: kas: add beaglebone-uboot config
  • Loading branch information
TheYoctoJester authored Jul 15, 2024
2 parents 34f9200 + 56b4cc7 commit 9cfdf14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
qemux86-64,
vexpress-qemu,
vexpress-qemu-flash,
x86-virtual
x86-virtual,
beaglebone-uboot
]
experimental: [false]
subpath: [.]
Expand Down
9 changes: 9 additions & 0 deletions kas/beaglebone-uboot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
header:
version: 14
includes:
- kas/beaglebone.yml

local_conf_header:
beaglebone-uboot: |
MENDER_FEATURES_ENABLE:append = " mender-uboot"
MENDER_FEATURES_DISABLE:append = "mender-grub"

0 comments on commit 9cfdf14

Please sign in to comment.