diff options
-rwxr-xr-x | build/conf/local.conf.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index b9bd62906f..5de6ca64cc 100755 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -13,11 +13,12 @@ BBFILES := "POKYROOT/meta/packages/*/*.bb" | |||
13 | BBMASK = "" | 13 | BBMASK = "" |
14 | 14 | ||
15 | # The machine to target | 15 | # The machine to target |
16 | MACHINE = "c7x0" | 16 | #MACHINE = "c7x0" |
17 | #MACHINE = "akita" | 17 | #MACHINE = "akita" |
18 | #MACHINE = "spitz" | 18 | #MACHINE = "spitz" |
19 | #MACHINE = "nokia770" | 19 | #MACHINE = "nokia770" |
20 | #MACHINE = "qemuarm" | 20 | MACHINE = "qemuarm" |
21 | #MACHINE = "cmx270" | ||
21 | 22 | ||
22 | DISTRO = "poky" | 23 | DISTRO = "poky" |
23 | 24 | ||