From 15f04e6f015747df2aaf594c875e0764a6cdf171 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 7 Jan 2019 18:52:19 +0100 Subject: apalis/colibri-t20 -t30: drop machines These machines use an old Nvidia provided downstream kernel 3.1.10. They are no longer compatible with more recent sysroot components, e.g. libc, xserver et. al. The maintenance burden to keep the userspace components in their old version becomes simply to high. Keep using the rocko based 2.8 BSP for these machines. Signed-off-by: Max Krummenacher --- recipes-mozilla/firefox/firefox_%.bbappend | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes-mozilla') diff --git a/recipes-mozilla/firefox/firefox_%.bbappend b/recipes-mozilla/firefox/firefox_%.bbappend index 4e352e4..0857ad6 100644 --- a/recipes-mozilla/firefox/firefox_%.bbappend +++ b/recipes-mozilla/firefox/firefox_%.bbappend @@ -12,11 +12,6 @@ do_compile_append_mx6() { echo "pref(\"layers.offmainthreadcomposition.enabled\", false);" >> ${WORKDIR}/vendor.js } -do_compile_append_tegra() { - # disable broken OMTC on T20/T30 based modules - echo "pref(\"layers.offmainthreadcomposition.enabled\", false);" >> ${WORKDIR}/vendor.js -} - do_install_append() { install -d ${D}${libdir}/${PN}/distribution install -m 0644 ${WORKDIR}/distribution.ini ${D}${libdir}/${PN}/distribution/ -- cgit v1.2.3