mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
bcm2835-kernel-image/bcm2835-mkimage: Make machine specific.
This commit is contained in:
parent
c20be94e43
commit
2a76170e15
|
@ -2,7 +2,9 @@ DESCRIPTION = "Helper recipe to make the munged kernel.img image for the Raspber
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "${MACHINE_KERNEL_PR}.0"
|
||||
COMPATIBLE_MACHINE = "raspberrypi"
|
||||
PR = "${MACHINE_KERNEL_PR}.1"
|
||||
|
||||
DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
DESCRIPTION = "Tools to append 32KB binary header to kernel image."
|
||||
LICENSE = "proprietary-binary"
|
||||
PR = "${MACHINE_KERNEL_PR}.2"
|
||||
|
||||
COMPATIBLE_MACHINE = "raspberrypi"
|
||||
PR = "${MACHINE_KERNEL_PR}.3"
|
||||
|
||||
SECTION = "bootloader"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user