mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
rpi-mkimage: Integrate package
Tool needed to convert bootable images in kernel.img files which can be loaded by rpi bootloader. Change-Id: I0088707be5d31d77def1087f51e3f8cc886d19db Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "RaspberryPi tool to produce kernel.img"
|
||||
LICENSE = "Broadcom"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/License;md5=957f6640d5e2d2acfce73a36a56cb32f"
|
||||
SECTION = "bootloader"
|
||||
|
||||
DEPENDS = "python"
|
||||
|
||||
SRCREV = "330c72c2412f75a32932c4d9b51c9c678bce4180"
|
||||
SRC_URI = " \
|
||||
git://github.com/raspberrypi/tools.git;branch=master;protocol=git \
|
||||
file://License \
|
||||
file://open-files-relative-to-script.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${libexecdir}
|
||||
cp ./mkimage/* ${D}${libexecdir}
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user