diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-25 10:49:22 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-03-02 22:51:24 -0600 |
| commit | 69509e438d1417d25d646ff1a3ba88e27e4ed282 (patch) | |
| tree | 142d8831c62b7784bce1a79d8d057183197fc16c /meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-boot-splash.bb | |
| parent | 9489c2328c8254d7225cd55f8776fa29a4f8661b (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/packagegroup-unit-boot-splash.bb')
| -rw-r--r-- | meta-unit-graphics/recipes-core/packagegroups/packagegroup-unit-boot-splash.bb | 5 |
1 files changed, 5 insertions, 0 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" |
