mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
bcm2835-kernel-image: Remove recipe as bootloader can boot from Image directly
There is no need for a mangled kernel image anymore. Precompiled RPI Bootloader can boot an uncompressed kernel image. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
6f744980b5
commit
275c6b1a2b
|
@ -1,19 +0,0 @@
|
||||||
DESCRIPTION = "Helper recipe to make the munged kernel.img image for the RaspberryPi."
|
|
||||||
LICENSE = "MIT"
|
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "raspberrypi"
|
|
||||||
PR = "${MACHINE_KERNEL_PR}.2"
|
|
||||||
|
|
||||||
DEPENDS = "bcm2835-bootfiles bcm2835-mkimage-native virtual/kernel"
|
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
|
||||||
|
|
||||||
addtask deploy before do_package after do_install
|
|
||||||
|
|
||||||
do_deploy() {
|
|
||||||
install -d ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
|
|
||||||
bcm2835-mkimage.py ${DEPLOY_DIR_IMAGE}/zImage-${MACHINE}.bin ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/kernel.img ${STAGING_BINDIR_NATIVE}/
|
|
||||||
}
|
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
Loading…
Reference in New Issue
Block a user