Skip to content

Commit

Permalink
opensbi-starfive,u-boot-starfive: Activate only for beaglev-starlight…
Browse files Browse the repository at this point in the history
…-jh7100

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed May 5, 2021
1 parent ce3584b commit 7e7e344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/opensbi/opensbi-starfive_0.8.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ addtask deploy before do_build after do_install
FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_payload.*"
# FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*"

COMPATIBLE_HOST = "(riscv64|riscv32).*"
COMPATIBLE_MACHINE = "(beaglev-starlight-jh7100)"
INHIBIT_PACKAGE_STRIP = "1"

SECURITY_CFLAGS = ""
Expand Down
2 changes: 2 additions & 0 deletions recipes-bsp/u-boot/u-boot-starfive_v2021.04.bb
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ do_deploy_append() {

FILES_${PN}_append = " /boot/boot.scr.uimg"

COMPATIBLE_MACHINE = "(beaglev-starlight-jh7100)"

TOOLCHAIN = "gcc"

0 comments on commit 7e7e344

Please sign in to comment.