diff options
| author | unitexe <unitexe70@gmail.com> | 2026-01-02 11:19:40 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-01-03 15:23:14 -0600 |
| commit | a94f9b9fdf29d0f27349599aa73a585ba78949d6 (patch) | |
| tree | da4bff8f2e182f7651e4a45450226c6456df02e7 /meta-unit-distro/conf/layer.conf | |
| parent | e1cb12ad8c8fd8f06dafaa57d0dd5cf0272b9ddc (diff) | |
Introduce unit-poky distro and meta-unit-distro layer
Has the necessary features enabled for (rootless) podman and graphics with flutter.
Diffstat (limited to 'meta-unit-distro/conf/layer.conf')
| -rw-r--r-- | meta-unit-distro/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-unit-distro/conf/layer.conf b/meta-unit-distro/conf/layer.conf new file mode 100644 index 0000000..84a5773 --- /dev/null +++ b/meta-unit-distro/conf/layer.conf @@ -0,0 +1,11 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "unit-distro" +BBFILE_PATTERN_unit-distro := "^${LAYERDIR}/" +BBFILE_PRIORITY_unit-distro = "9" + +LAYERDEPENDS_unit-distro = "core yocto virtualization-layer" + +LAYERSERIES_COMPAT_unit-distro = "whinlatter" |
