summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bcm/kernel-image/bcm2835-kernel-image.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-bcm/kernel-image/bcm2835-kernel-image.bb b/recipes-bcm/kernel-image/bcm2835-kernel-image.bb
deleted file mode 100644
index 085cd01..0000000
--- a/recipes-bcm/kernel-image/bcm2835-kernel-image.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1DESCRIPTION = "Helper recipe to make the munged kernel.img image for the RaspberryPi."
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4
5COMPATIBLE_MACHINE = "raspberrypi"
6PR = "${MACHINE_KERNEL_PR}.2"
7
8DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native virtual/kernel"
9
10S = "${WORKDIR}"
11
12addtask deploy before do_package after do_install
13
14do_deploy() {
15 install -d ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
16 bcm2835-mkimage.py ${DEPLOY_DIR_IMAGE}/zImage-${MACHINE}.bin ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/kernel.img ${STAGING_BINDIR_NATIVE}/
17}
18
19PACKAGE_ARCH = "${MACHINE_ARCH}"