diff options
author | Gary Thomas <gary@mlbassoc.com> | 2012-06-30 13:59:44 -0600 |
---|---|---|
committer | Gary Thomas <gary@mlbassoc.com> | 2012-06-30 13:59:44 -0600 |
commit | 0d19bc02c74a9410746a9f468297eee7321ff47f (patch) | |
tree | 66032970c6ea89437e8cf9a7ca58e3a121937a07 | |
parent | 2bd08428ce69f8654ab8b69604008bb7c21bd972 (diff) | |
download | meta-raspberrypi-0d19bc02c74a9410746a9f468297eee7321ff47f.tar.gz |
bcm2835-kernel-image: Fix dependency
Add dependency on kernel image as it must be built before this
package can be completed.
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
-rw-r--r-- | recipes-bcm/kernel-image/bcm2835-kernel-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bcm/kernel-image/bcm2835-kernel-image.bb b/recipes-bcm/kernel-image/bcm2835-kernel-image.bb index ced20b0..085cd01 100644 --- a/recipes-bcm/kernel-image/bcm2835-kernel-image.bb +++ b/recipes-bcm/kernel-image/bcm2835-kernel-image.bb | |||
@@ -3,9 +3,9 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
4 | 4 | ||
5 | COMPATIBLE_MACHINE = "raspberrypi" | 5 | COMPATIBLE_MACHINE = "raspberrypi" |
6 | PR = "${MACHINE_KERNEL_PR}.1" | 6 | PR = "${MACHINE_KERNEL_PR}.2" |
7 | 7 | ||
8 | DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native" | 8 | DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native virtual/kernel" |
9 | 9 | ||
10 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
11 | 11 | ||