summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2024-11-05 13:59:54 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2024-11-07 12:47:57 +0000
commitbfe1855f77534b32e8a33293af56e81918a8a1fa (patch)
tree823cdb77485cb3dedd13989c1bbaf6a84317613b
parentf40ea1b46e83fbc525b4e953fef7b5c1cc509889 (diff)
Remove firmware workaround
linux-firmare package is no longer included in the image, so there it no need for these workarounds. Change-Id: I28a864825134d007038211cb0e224c0b37d328b4 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
-rw-r--r--recipes-core/packagegroups/packagegroup-b2qt-embedded-base.bbappend7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-core/packagegroups/packagegroup-b2qt-embedded-base.bbappend b/recipes-core/packagegroups/packagegroup-b2qt-embedded-base.bbappend
deleted file mode 100644
index 66bdf91..0000000
--- a/recipes-core/packagegroups/packagegroup-b2qt-embedded-base.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-# try to limit the maximum size of the tezi image
-FIRMWARE ?= ""
-FIRMWARE:colibri-imx6ull = "linux-firmware"
-FIRMWARE:colibri-imx7 = "linux-firmware"
-FIRMWARE:colibri-imx7-emmc = "linux-firmware"
-
-RDEPENDS:${PN}:remove = "${FIRMWARE}"