diff options
Diffstat (limited to 'import-layers/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb')
-rw-r--r-- | import-layers/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/import-layers/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb b/import-layers/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb index a11503726..466f44381 100644 --- a/import-layers/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb +++ b/import-layers/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb @@ -3,11 +3,13 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=4a4d169737c0786fb9482bb6d30401d1" -inherit deploy +inherit deploy nopackages include recipes-bsp/common/firmware.inc -RDEPENDS_${PN} = "rpi-config" +INHIBIT_DEFAULT_DEPS = "1" + +DEPENDS = "rpi-config" COMPATIBLE_MACHINE = "^rpi$" @@ -32,7 +34,7 @@ do_deploy() { touch ${DEPLOYDIR}/${PN}/${PN}-${PV}.stamp } -addtask deploy before do_package after do_install +addtask deploy before do_build after do_install do_deploy[dirs] += "${DEPLOYDIR}/${PN}" PACKAGE_ARCH = "${MACHINE_ARCH}" |