diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-05 17:00:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-05 17:00:40 +0000 |
commit | f0b5fd39013abe170222051f91589a6db6616770 (patch) | |
tree | b3907e478b0a65c400cbcd1e2f735961743dd66c /templates/feature/agl-demo/50_bblayers.conf.inc | |
parent | 5c1f34ff690f28179ab308f068d84c909e46b171 (diff) | |
parent | b6852864508358930586e083e72cd2912af68674 (diff) |
Merge "3rd part of the layer/profile rework [2/2]"
Diffstat (limited to 'templates/feature/agl-demo/50_bblayers.conf.inc')
-rw-r--r-- | templates/feature/agl-demo/50_bblayers.conf.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index 07c20d3aa..7e85c574e 100644 --- a/templates/feature/agl-demo/50_bblayers.conf.inc +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -3,10 +3,3 @@ BBLAYERS =+ " \ ${METADIR}/meta-agl-demo \ " - -# These are the dependencies of the AGL DEMO Layer -#------------------------------------------------- -BBLAYERS =+ " \ - ${METADIR}/meta-qt5 \ -" - |