diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2012-05-10 20:32:06 +0100 |
---|---|---|
committer | David-John Willis <John.Willis@Distant-earth.com> | 2012-05-10 20:32:06 +0100 |
commit | 2a76170e153066a60def337d7447bd44a3aa34d9 (patch) | |
tree | 3c215286e5dab80a1cb957006801fb8445ce6850 | |
parent | c20be94e434ea2eb2a0147e61b433585bcbf6913 (diff) | |
download | meta-raspberrypi-2a76170e153066a60def337d7447bd44a3aa34d9.tar.gz |
bcm2835-kernel-image/bcm2835-mkimage: Make machine specific.
-rw-r--r-- | recipes-bcm/kernel-image/bcm2835-kernel-image.bb | 4 | ||||
-rw-r--r-- | recipes-bcm/kernel-image/bcm2835-mkimage.bb | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/recipes-bcm/kernel-image/bcm2835-kernel-image.bb b/recipes-bcm/kernel-image/bcm2835-kernel-image.bb index 06325f8..ced20b0 100644 --- a/recipes-bcm/kernel-image/bcm2835-kernel-image.bb +++ b/recipes-bcm/kernel-image/bcm2835-kernel-image.bb | |||
@@ -2,7 +2,9 @@ DESCRIPTION = "Helper recipe to make the munged kernel.img image for the Raspber | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
4 | 4 | ||
5 | PR = "${MACHINE_KERNEL_PR}.0" | 5 | COMPATIBLE_MACHINE = "raspberrypi" |
6 | PR = "${MACHINE_KERNEL_PR}.1" | ||
7 | |||
6 | DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native" | 8 | DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native" |
7 | 9 | ||
8 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
diff --git a/recipes-bcm/kernel-image/bcm2835-mkimage.bb b/recipes-bcm/kernel-image/bcm2835-mkimage.bb index 5afca12..83d5d26 100644 --- a/recipes-bcm/kernel-image/bcm2835-mkimage.bb +++ b/recipes-bcm/kernel-image/bcm2835-mkimage.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | DESCRIPTION = "Tools to append 32KB binary header to kernel image." | 1 | DESCRIPTION = "Tools to append 32KB binary header to kernel image." |
2 | LICENSE = "proprietary-binary" | 2 | LICENSE = "proprietary-binary" |
3 | PR = "${MACHINE_KERNEL_PR}.2" | 3 | |
4 | COMPATIBLE_MACHINE = "raspberrypi" | ||
5 | PR = "${MACHINE_KERNEL_PR}.3" | ||
4 | 6 | ||
5 | SECTION = "bootloader" | 7 | SECTION = "bootloader" |
6 | 8 | ||