From: Florian Boor Date: Thu, 2 Aug 2018 10:21:08 +0000 (+0200) Subject: Rename premirror to local-sources, improve formating. X-Git-Url: https://git.kernelconcepts.de/?p=meta-tx09.git;a=commitdiff_plain;h=a7b28ab144f858f8a64f65e24529cd9eeb7eafdc Rename premirror to local-sources, improve formating. --- diff --git a/conf/local.conf.sample b/conf/local.conf.sample index c4fe305..e3cb6a3 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -29,8 +29,8 @@ PREFERRED_PROVIDER_virtual/psplash = "psplash-mucross" # Mirror settings PREMIRRORS_prepend = "\ - http://.*/.* file://${BSPDIR}/local-src \n \ - https://.*/.* file://${BSPDIR}/local-src \n \ + http://.*/.* file://${BSPDIR}/local-sources \n \ + https://.*/.* file://${BSPDIR}/local-sources \n \ " # Source code archive diff --git a/conf/sdkdefaults.conf b/conf/sdkdefaults.conf index 043c7c0..9a3efa1 100644 --- a/conf/sdkdefaults.conf +++ b/conf/sdkdefaults.conf @@ -2,6 +2,7 @@ TEMPLATECONF=$PWD/yocto/meta-tx09/conf MACHINE=topasa900 DISTRO=poky -COMMON_TARGETS=" core-image-base - core-image-minimal +COMMON_TARGETS=" + core-image-base + core-image-minimal "