mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-04 14:09:51 +00: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:
@@ -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}"
|
||||
Reference in New Issue
Block a user