mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-26 22:56:58 +00: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"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "raspberrypi"
|
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}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user