diff options
| -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 | ||
