diff options
Diffstat (limited to 'recipes-bsp/bootfiles/rpi-config_git.bb')
| -rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index c04090f..e21872e 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
| @@ -15,6 +15,8 @@ S = "${WORKDIR}/git" | |||
| 15 | 15 | ||
| 16 | PR = "r5" | 16 | PR = "r5" |
| 17 | 17 | ||
| 18 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 19 | |||
| 18 | PITFT="${@bb.utils.contains("MACHINE_FEATURES", "pitft", "1", "0", d)}" | 20 | PITFT="${@bb.utils.contains("MACHINE_FEATURES", "pitft", "1", "0", d)}" |
| 19 | PITFT22="${@bb.utils.contains("MACHINE_FEATURES", "pitft22", "1", "0", d)}" | 21 | PITFT22="${@bb.utils.contains("MACHINE_FEATURES", "pitft22", "1", "0", d)}" |
| 20 | PITFT28r="${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "1", "0", d)}" | 22 | PITFT28r="${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "1", "0", d)}" |
| @@ -23,7 +25,8 @@ PITFT35r="${@bb.utils.contains("MACHINE_FEATURES", "pitft35r", "1", "0", d)}" | |||
| 23 | VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" | 25 | VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" |
| 24 | VC4DTBO_raspberrypi3-64 ?= "vc4-fkms-v3d" | 26 | VC4DTBO_raspberrypi3-64 ?= "vc4-fkms-v3d" |
| 25 | VC4DTBO ?= "vc4-kms-v3d" | 27 | VC4DTBO ?= "vc4-kms-v3d" |
| 26 | inherit deploy | 28 | |
| 29 | inherit deploy nopackages | ||
| 27 | 30 | ||
| 28 | do_deploy() { | 31 | do_deploy() { |
| 29 | install -d ${DEPLOYDIR}/bcm2835-bootfiles | 32 | install -d ${DEPLOYDIR}/bcm2835-bootfiles |
| @@ -185,7 +188,7 @@ do_deploy_append_raspberrypi3-64() { | |||
| 185 | echo "device_tree=bcm2710-rpi-3-b.dtb" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 188 | echo "device_tree=bcm2710-rpi-3-b.dtb" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
| 186 | } | 189 | } |
| 187 | 190 | ||
| 188 | addtask deploy before do_package after do_install | 191 | addtask deploy before do_build after do_install |
| 189 | do_deploy[dirs] += "${DEPLOYDIR}/bcm2835-bootfiles" | 192 | do_deploy[dirs] += "${DEPLOYDIR}/bcm2835-bootfiles" |
| 190 | 193 | ||
| 191 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 194 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
