diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-10-12 13:05:06 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-10-12 13:05:06 +0000 |
commit | a9d203806fb49be217da78d745eaf75a08b2a254 (patch) | |
tree | 624019a82ed429243e2c0229780e019c0a2aced4 /build | |
parent | f97aec24b1019ed74623685b4544dffcf7f4bdcb (diff) | |
download | poky-a9d203806fb49be217da78d745eaf75a08b2a254.tar.gz |
Add PACAKGE_CLASSES setting, also list qemux86 as machine type
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@796 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/local.conf.sample | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 83bd007f53..7b98a41f74 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -13,12 +13,15 @@ BBFILES = "${OEROOT}/meta/packages/*/*.bb" | |||
13 | BBMASK = "" | 13 | BBMASK = "" |
14 | 14 | ||
15 | # The machine to target | 15 | # The machine to target |
16 | MACHINE = "qemuarm" | ||
17 | |||
18 | # Other supported machines | ||
19 | #MACHINE = "cmx270" | ||
20 | #MACHINE = "qemux86" | ||
16 | #MACHINE = "c7x0" | 21 | #MACHINE = "c7x0" |
17 | #MACHINE = "akita" | 22 | #MACHINE = "akita" |
18 | #MACHINE = "spitz" | 23 | #MACHINE = "spitz" |
19 | #MACHINE = "nokia770" | 24 | #MACHINE = "nokia770" |
20 | MACHINE = "qemuarm" | ||
21 | #MACHINE = "cmx270" | ||
22 | 25 | ||
23 | DISTRO = "poky" | 26 | DISTRO = "poky" |
24 | 27 | ||
@@ -29,6 +32,9 @@ DISTRO = "poky" | |||
29 | 32 | ||
30 | DISTRO_TYPE = "debug" | 33 | DISTRO_TYPE = "debug" |
31 | 34 | ||
35 | # Packaging system used in generated images, | ||
36 | # change below to 'package_deb' for debs + dpkg. | ||
37 | PACKAGE_CLASSES = "package_ipk" | ||
32 | 38 | ||
33 | # Uncomment this to specify where BitBake should create its temporary files. | 39 | # Uncomment this to specify where BitBake should create its temporary files. |
34 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard | 40 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard |