diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-06-14 16:06:30 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-06-15 15:46:41 +0000 |
commit | ccfac6e024b1404d9c9e59455bf58454533e8e51 (patch) | |
tree | 51331952fac48e0caee077356069b480b10a4fd4 /meta-agl-ros2/conf/layer.conf | |
parent | 1f9f960298a6a2e6ae0360c4ef42e88c9678069a (diff) |
Feature cleanup for Nifty Needlefish
Remove features with upstream deprecated or unmaintained:
- meta-ros
- agl-service-alexa and the voiceagent service
Bug-AGL: SPEC-4407
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I8a1e3886897af5b2cf591d0952b1feb980b8708e
Diffstat (limited to 'meta-agl-ros2/conf/layer.conf')
-rw-r--r-- | meta-agl-ros2/conf/layer.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-agl-ros2/conf/layer.conf b/meta-agl-ros2/conf/layer.conf deleted file mode 100644 index c616d800..00000000 --- a/meta-agl-ros2/conf/layer.conf +++ /dev/null @@ -1,12 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH =. "${LAYERDIR}:" - -# We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "aglros2" -BBFILE_PATTERN_aglros2 = "^${LAYERDIR}/" -BBFILE_PRIORITY_aglros2 = "70" - -LAYERSERIES_COMPAT_aglros2 = "kirkstone"
\ No newline at end of file |