mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
bcm2835-kernel-image: Fix dependency
Add dependency on kernel image as it must be built before this package can be completed. Signed-off-by: Gary Thomas <gary@mlbassoc.com>
This commit is contained in:
parent
2bd08428ce
commit
0d19bc02c7
|
@ -3,9 +3,9 @@ LICENSE = "MIT"
|
|||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
COMPATIBLE_MACHINE = "raspberrypi"
|
||||
PR = "${MACHINE_KERNEL_PR}.1"
|
||||
PR = "${MACHINE_KERNEL_PR}.2"
|
||||
|
||||
DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native"
|
||||
DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native virtual/kernel"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user