mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-04 18:00:36 +00:00
ti-img-rogue-umlibs: package firmware separately
Split the firmware into it's own package so we can make the insane checks a little more paranoid again. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
ade5e668dc
commit
f1bab6abb0
@@ -32,7 +32,7 @@ do_install:append() {
|
||||
rm -rf "${D}/etc/init.d"
|
||||
}
|
||||
|
||||
PACKAGES = "${PN}-vulkan ${PN}-tools ${PN}"
|
||||
PACKAGES = "${PN}-vulkan ${PN}-tools ${PN}-firmware ${PN}"
|
||||
|
||||
FILES:${PN}-vulkan = " \
|
||||
${datadir}/vulkan \
|
||||
@@ -53,6 +53,10 @@ INSANE_SKIP:${PN}-vulkan += " \
|
||||
FILES:${PN}-tools = "${bindir}/"
|
||||
RDEPENDS:${PN}-tools = "python3-core"
|
||||
|
||||
RRECOMMENDS:${PN} += "${PN}-vulkan ${PN}-tools"
|
||||
FILES:${PN}-firmware = "${base_libdir}/firmware/*"
|
||||
INSANE_SKIP:${PN}-firmware += "arch"
|
||||
|
||||
INSANE_SKIP:${PN} += "ldflags arch already-stripped dev-so"
|
||||
RRECOMMENDS:${PN} += "${PN}-vulkan ${PN}-tools"
|
||||
RDEPENDS:${PN} += " ${PN}-firmware"
|
||||
|
||||
INSANE_SKIP:${PN} += "already-stripped dev-so"
|
||||
|
||||
Reference in New Issue
Block a user