]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Allow environment to override MACHINE and DL_DIR
authorRichard Purdie <richard@openedhand.com>
Thu, 23 Nov 2006 12:15:52 +0000 (12:15 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 23 Nov 2006 12:15:52 +0000 (12:15 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@949 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index 1b8ee64c988587b9a1b008c0bb3b49e41f9ef76d..23e601707212aac04972f7826a7950cf9d156985 100644 (file)
@@ -1,5 +1,5 @@
 # Where to cache the files OE downloads
-DL_DIR = "${OEROOT}/sources"
+DL_DIR ?= "${OEROOT}/sources"
 BBFILES = "${OEROOT}/meta/packages/*/*.bb"
 
 # To enable extra packages, uncomment the following lines:
@@ -13,15 +13,15 @@ BBFILES = "${OEROOT}/meta/packages/*/*.bb"
 BBMASK = ""
 
 # The machine to target
-MACHINE = "qemuarm"
+MACHINE ?= "qemuarm"
 
 # Other supported machines
-#MACHINE = "cmx270"
-#MACHINE = "qemux86"
-#MACHINE = "c7x0"
-#MACHINE = "akita"
-#MACHINE = "spitz"
-#MACHINE = "nokia770"
+#MACHINE ?= "cmx270"
+#MACHINE ?= "qemux86"
+#MACHINE ?= "c7x0"
+#MACHINE ?= "akita"
+#MACHINE ?= "spitz"
+#MACHINE ?= "nokia770"
 
 DISTRO = "poky"