summaryrefslogtreecommitdiff
path: root/meta-unit-graphics/recipes-core/packagegroups
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-02-25 10:49:22 -0600
committerunitexe <unitexe70@gmail.com>2026-03-02 22:51:24 -0600
commit69509e438d1417d25d646ff1a3ba88e27e4ed282 (patch)
tree142d8831c62b7784bce1a79d8d057183197fc16c /meta-unit-graphics/recipes-core/packagegroups
parent9489c2328c8254d7225cd55f8776fa29a4f8661b (diff)
Allow u-boot splash & splash features to be independently enabled
Some platforms (i.e. beaglebone black) don't have u-boot video support.
Diffstat (limited to 'meta-unit-graphics/recipes-core/packagegroups')
-rw-r--r--meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-boot-splash.bb5
-rw-r--r--meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-splash.bb1
2 files changed, 5 insertions, 1 deletions
diff --git a/meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-boot-splash.bb b/meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-boot-splash.bb
new file mode 100644
index 0000000..2b39ed2
--- /dev/null
+++ b/meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-boot-splash.bb
@@ -0,0 +1,5 @@
+SUMMARY = "Unit boot splash"
+
+inherit packagegroup
+
+RDEPENDS:${PN}:append = " u-boot-splash"
diff --git a/meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-splash.bb b/meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-splash.bb
index 833cb21..e01b4dc 100644
--- a/meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-splash.bb
+++ b/meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-splash.bb
@@ -2,5 +2,4 @@ SUMMARY = "Unit kiosk"
inherit packagegroup
-RDEPENDS:${PN}:append = " u-boot-splash"
RDEPENDS:${PN}:append = " plymouth-quit-conf"