diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-11-25 10:58:30 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-07 17:50:36 -0700 |
| commit | 8659dea92e3a942e3853ffac9a8f64d63fe44344 (patch) | |
| tree | d1a8c65372a2dc81852658198c425f6530e91d26 | |
| parent | 6b4197aa3e04e9ea6bc021fe459519ace7f04e6e (diff) | |
| download | meta-xilinx-8659dea92e3a942e3853ffac9a8f64d63fe44344.tar.gz | |
Drop meta-browser support
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/conf/layer.conf | 4 | ||||
| -rw-r--r-- | meta-xilinx-core/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 0a2240ed..53c7e1a7 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
| @@ -12,8 +12,6 @@ BBFILE_PRIORITY_xilinx = "5" | |||
| 12 | BBFILES_DYNAMIC += " \ | 12 | BBFILES_DYNAMIC += " \ |
| 13 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \ | 13 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \ |
| 14 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \ | 14 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \ |
| 15 | chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bb \ | ||
| 16 | chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bbappend \ | ||
| 17 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ | 15 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ |
| 18 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ | 16 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ |
| 19 | virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bb \ | 17 | virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bb \ |
| @@ -23,7 +21,7 @@ xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bbappend | |||
| 23 | " | 21 | " |
| 24 | 22 | ||
| 25 | LAYERDEPENDS_xilinx = "core" | 23 | LAYERDEPENDS_xilinx = "core" |
| 26 | LAYERRECOMMENDS_xilinx = "openembedded-layer chromium-browser-layer" | 24 | LAYERRECOMMENDS_xilinx = "openembedded-layer" |
| 27 | 25 | ||
| 28 | LAYERSERIES_COMPAT_xilinx = "langdale" | 26 | LAYERSERIES_COMPAT_xilinx = "langdale" |
| 29 | 27 | ||
diff --git a/meta-xilinx-core/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend b/meta-xilinx-core/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend deleted file mode 100644 index 53475f64..00000000 --- a/meta-xilinx-core/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # Has a dependency on libmali | ||
| 2 | PACKAGE_ARCH:mali400 = "${MACHINE_ARCH}" | ||
