Skip to content

Commit

Permalink
u-boot-bup-payload: add dtc-native into dependency list
Browse files Browse the repository at this point in the history
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
  • Loading branch information
ichergui authored and madisongh committed Sep 26, 2021
1 parent ca80fa8 commit b6fac52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-bsp/u-boot/u-boot-bup-payload.bb
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ do_deploy() {
do_deploy[depends] += "virtual/bootloader:do_deploy virtual/kernel:do_deploy ${SOC_FAMILY}-flashtools-native:do_populate_sysroot"
do_deploy[depends] += "tegra-redundant-boot-rollback:do_populate_sysroot tegra-bootfiles:do_populate_sysroot"
do_deploy[depends] += "coreutils-native:do_populate_sysroot cboot:do_deploy virtual/secure-os:do_deploy virtual/bootlogo:do_deploy"
do_deploy[depends] += "dtc-native:do_populate_sysroot"
addtask deploy before do_build

PACKAGE_ARCH = "${MACHINE_ARCH}"

0 comments on commit b6fac52

Please sign in to comment.