mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-24 23:50:17 +00:00
android-tools: Install bootimg utilities
mkbootimg.py is used for creating boot.img for devices with abl (android bootloader) like Qualcomm qcs8550 and similar. Signed-off-by: Claus Stovgaard <claus@stovgaard.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -219,6 +219,12 @@ do_install() {
|
||||
install -m0755 ${S}/debian/out/system/lib*.so.* ${D}${libdir}/android/
|
||||
}
|
||||
|
||||
do_install:append:class-native() {
|
||||
install -d ${D}${bindir}
|
||||
install -m0755 ${S}/system/tools/mkbootimg/mkbootimg.py ${D}${bindir}
|
||||
install -m0755 ${S}/system/tools/mkbootimg/unpack_bootimg.py ${D}${bindir}
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-adbd"
|
||||
RDEPENDS:${PN}:class-target = "android-tools-conf-configfs 7zip android-libboringssl"
|
||||
RDEPENDS:${PN}-adbd += "${PN}"
|
||||
|
||||
Reference in New Issue
Block a user