diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-08-28 09:43:00 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-08-30 21:57:26 -0300 |
commit | 5c0245a4dc5e8d8b522d408a71d848ecf3ab88b3 (patch) | |
tree | bd5390a718aa34da9b4491fdd8f14662f539e662 | |
parent | 6c1322dce3e5286cf49374cdec5f6750334e786d (diff) | |
download | meta-freescale-5c0245a4dc5e8d8b522d408a71d848ecf3ab88b3.tar.gz |
remove chromium appends
* they were not updated for long time
* they mach neither name nor version of the recipes in meta-browser
* they cause parse-errors
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2 files changed, 0 insertions, 39 deletions
diff --git a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bbappend b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bbappend deleted file mode 100644 index 74237536..00000000 --- a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bbappend +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/chromium:" | ||
2 | |||
3 | include chromium-imx.inc | ||
4 | |||
5 | CHROMIUM_IMX_BRANCH = "master" | ||
6 | CHROMIUM_IMX_SRCREV = "4a2d15ab899b9944bb3adb2ddd250530da5b2e1a" | ||
7 | CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch" | ||
8 | CHROMIUM_ENABLE_WAYLAND = "0" | ||
9 | |||
10 | DEPENDS_append_imxvpu = " imx-vpuwrap" | ||
11 | |||
12 | VPU_PATCHES = "file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-GPU-.patch" | ||
13 | |||
14 | CHROMIUM_IMX_VPU_PATCHES_imxvpu += "${VPU_PATCHES}" | ||
15 | |||
16 | CHROMIUM_IMX_WAYLAND_PATCHES += "file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch" | ||
17 | |||
18 | # Don't use X if it's running through Wayland | ||
19 | CHROMIUM_ENABLE_WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '1', \ | ||
20 | bb.utils.contains('DISTRO_FEATURES', 'x11', '0', \ | ||
21 | '0', d),d)}" | ||
22 | |||
23 | SRC_URI += "\ | ||
24 | ${@oe.utils.conditional('CHROMIUM_ENABLE_WAYLAND', '1', 'git://github.com/01org/ozone-wayland.git;destsuffix=${OZONE_WAYLAND_GIT_DESTSUFFIX};branch=${OZONE_WAYLAND_GIT_BRANCH};rev=${OZONE_WAYLAND_GIT_SRCREV}', '', d)} \ | ||
25 | ${@oe.utils.conditional('CHROMIUM_ENABLE_WAYLAND', '1', ' file://chromium.patch', '', d)} \ | ||
26 | " | ||
27 | |||
28 | # Remove packages as Chromium is changed to statically link against ffmpeg. | ||
29 | PACKAGES_remove = "${PN}-codecs-ffmpeg ${PN}-plugin-pdf" | ||
diff --git a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium_52.0.2743.76.bbappend b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium_52.0.2743.76.bbappend deleted file mode 100644 index 0fa2e1e5..00000000 --- a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium_52.0.2743.76.bbappend +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | include chromium-imx.inc | ||
4 | |||
5 | CHROMIUM_IMX_BRANCH = "master" | ||
6 | CHROMIUM_IMX_SRCREV = "4a2d15ab899b9944bb3adb2ddd250530da5b2e1a" | ||
7 | CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch" | ||
8 | |||
9 | # Remove packages as Chromium is changed to statically link against ffmpeg. | ||
10 | PACKAGES_remove = "${PN}-codecs-ffmpeg ${PN}-plugin-pdf" | ||