summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ti-bsp/conf/layer.conf1
-rw-r--r--meta-ti-bsp/dynamic-layers/core/recipes-core/images/core-image-base.bbappend4
-rw-r--r--meta-ti-bsp/dynamic-layers/core/recipes-core/images/core-image-minimal.bbappend4
-rw-r--r--meta-ti-bsp/dynamic-layers/core/recipes-core/images/image-poky.inc3
4 files changed, 12 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index 02519f76..828814ce 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -25,6 +25,7 @@ LAYERRECOMMENDS_meta-ti-bsp = " \
25BBFILES_DYNAMIC += " \ 25BBFILES_DYNAMIC += " \
26 meta-arago-distro:${LAYERDIR}/dynamic-layers/meta-arago-distro/recipes*/*/*.bbappend \ 26 meta-arago-distro:${LAYERDIR}/dynamic-layers/meta-arago-distro/recipes*/*/*.bbappend \
27 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes*/*/*.bbappend \ 27 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes*/*/*.bbappend \
28 core:${LAYERDIR}/dynamic-layers/core/recipes*/*/*.bbappend \
28" 29"
29 30
30SIGGEN_EXCLUDERECIPES_ABISAFE += " \ 31SIGGEN_EXCLUDERECIPES_ABISAFE += " \
diff --git a/meta-ti-bsp/dynamic-layers/core/recipes-core/images/core-image-base.bbappend b/meta-ti-bsp/dynamic-layers/core/recipes-core/images/core-image-base.bbappend
new file mode 100644
index 00000000..b6c70dc5
--- /dev/null
+++ b/meta-ti-bsp/dynamic-layers/core/recipes-core/images/core-image-base.bbappend
@@ -0,0 +1,4 @@
1IMAGE_POKY = ""
2IMAGE_POKY:poky = "image-poky.inc"
3
4require ${IMAGE_POKY}
diff --git a/meta-ti-bsp/dynamic-layers/core/recipes-core/images/core-image-minimal.bbappend b/meta-ti-bsp/dynamic-layers/core/recipes-core/images/core-image-minimal.bbappend
new file mode 100644
index 00000000..b6c70dc5
--- /dev/null
+++ b/meta-ti-bsp/dynamic-layers/core/recipes-core/images/core-image-minimal.bbappend
@@ -0,0 +1,4 @@
1IMAGE_POKY = ""
2IMAGE_POKY:poky = "image-poky.inc"
3
4require ${IMAGE_POKY}
diff --git a/meta-ti-bsp/dynamic-layers/core/recipes-core/images/image-poky.inc b/meta-ti-bsp/dynamic-layers/core/recipes-core/images/image-poky.inc
new file mode 100644
index 00000000..31c6b6f7
--- /dev/null
+++ b/meta-ti-bsp/dynamic-layers/core/recipes-core/images/image-poky.inc
@@ -0,0 +1,3 @@
1include ${@ 'recipes-kernel/linux/ti-kernel-devicetree-prefix.inc' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''}
2
3do_image_wic[depends] += "virtual/kernel:do_shared_workdir"