bcm2835-kernel-image/bcm2835-mkimage: Make machine specific.

This commit is contained in:
David-John Willis 2012-05-10 20:32:06 +01:00
parent c20be94e43
commit 2a76170e15
2 changed files with 6 additions and 2 deletions

View File

@ -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}"

View File

@ -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"