diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-uhmi-demo/50_bblayers.conf.inc | 3 | ||||
-rw-r--r-- | templates/feature/agl-uhmi-demo/50_local.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-uhmi-demo/included.dep | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/templates/feature/agl-uhmi-demo/50_bblayers.conf.inc b/templates/feature/agl-uhmi-demo/50_bblayers.conf.inc new file mode 100644 index 00000000..9048d828 --- /dev/null +++ b/templates/feature/agl-uhmi-demo/50_bblayers.conf.inc @@ -0,0 +1,3 @@ +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-uhmi/meta-agl-uhmi-demo \ +" diff --git a/templates/feature/agl-uhmi-demo/50_local.conf.inc b/templates/feature/agl-uhmi-demo/50_local.conf.inc new file mode 100644 index 00000000..8ae7b749 --- /dev/null +++ b/templates/feature/agl-uhmi-demo/50_local.conf.inc @@ -0,0 +1 @@ +AGL_EXTRA_IMAGE_FSTYPES = "ext4" diff --git a/templates/feature/agl-uhmi-demo/included.dep b/templates/feature/agl-uhmi-demo/included.dep new file mode 100644 index 00000000..9d33e122 --- /dev/null +++ b/templates/feature/agl-uhmi-demo/included.dep @@ -0,0 +1,2 @@ +agl-demo +agl-uhmi |