]> git.kernelconcepts.de Git - meta-tx09.git/commitdiff
Rename premirror to local-sources, improve formating.
authorFlorian Boor <florian@kernelconcepts.de>
Thu, 2 Aug 2018 10:21:08 +0000 (12:21 +0200)
committerFlorian Boor <florian@kernelconcepts.de>
Thu, 2 Aug 2018 10:21:08 +0000 (12:21 +0200)
conf/local.conf.sample
conf/sdkdefaults.conf

index c4fe30559a17e02465722052e67f799f28bda560..e3cb6a3746ff3fce81a449c92ef69e7045c4707a 100644 (file)
@@ -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
index 043c7c08b4252e7db77c8bff9b369725b82c2f11..9a3efa146257d7efa336d33c1c9696d30da043e7 100644 (file)
@@ -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
 "