-rw-r--r-- | conf/bblayers.conf | 7 | ||||
-rw-r--r-- | conf/local.conf | 2 |
diff --git a/conf/bblayers.conf b/conf/bblayers.conf index 20034ce..0a17a20 100644 --- a/conf/bblayers.conf +++ b/conf/bblayers.conf @@ -17,10 +17,3 @@ BBLAYERS_NON_REMOVABLE ?= " \ ${TOPDIR}/../meta \ " -# Additional layers for internal use -- autogenerated by build script -BBLAYERS += "${TOPDIR}/../meta-qti" -BBLAYERS += "${TOPDIR}/../meta-qti-internal" -BBLAYERS += "${TOPDIR}/../meta-qti-internal/meta-liquid8064" -BBLAYERS += "${TOPDIR}/../meta-qti-internal/meta-ifc6410" -BBLAYERS += "${TOPDIR}/../meta-qti-internal/meta-som8064-ftb" -BBLAYERS += "${TOPDIR}/../meta-qti-internal/meta-som8064" diff --git a/conf/local.conf b/conf/local.conf index c7f6dda..2e8affc 100644 --- a/conf/local.conf +++ b/conf/local.conf @@ -133,7 +133,7 @@ PACKAGE_CLASSES ?= "package_deb" CONF_VERSION = "1" TCMODE = "external-linaro" -EXTERNAL_TOOLCHAIN = "${TOPDIR}/../gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux" +EXTERNAL_TOOLCHAIN = "${TOPDIR}/../gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux" # disable localisation IMAGE_LINGUAS = "" LIMIT_BUILT_LOCALES = "POSIX" |