mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
Merge pull request #16 from GaryThomas/updates
bcm2835-kernel-image: Fix dependency
This commit is contained in:
commit
d4a1ba2b24
|
@ -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