mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 07:26:57 +00:00
bcm2835-kernel-image/bcm2835-mkimage: Make machine specific.
This commit is contained in:
@@ -2,7 +2,9 @@ DESCRIPTION = "Helper recipe to make the munged kernel.img image for the Raspber
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
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"
|
DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
DESCRIPTION = "Tools to append 32KB binary header to kernel image."
|
DESCRIPTION = "Tools to append 32KB binary header to kernel image."
|
||||||
LICENSE = "proprietary-binary"
|
LICENSE = "proprietary-binary"
|
||||||
PR = "${MACHINE_KERNEL_PR}.2"
|
|
||||||
|
COMPATIBLE_MACHINE = "raspberrypi"
|
||||||
|
PR = "${MACHINE_KERNEL_PR}.3"
|
||||||
|
|
||||||
SECTION = "bootloader"
|
SECTION = "bootloader"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user