diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-14 13:29:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-14 13:29:43 +0000 |
commit | ec99f44114ab9694291acbe10eafb898c0f55fca (patch) | |
tree | 8688c0eea8ad0fcc984db111cd9be31b5a6bd72d /meta/conf/machine/spitz.conf | |
parent | b21230d1777f3657a3a06ae756d8434809a556a4 (diff) | |
download | poky-ec99f44114ab9694291acbe10eafb898c0f55fca.tar.gz |
bitbake.conf: Add STAGING_BINDIR_CROSS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1036 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/spitz.conf')
-rw-r--r-- | meta/conf/machine/spitz.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf index 2c4e10935e..b7a9e2ab01 100644 --- a/meta/conf/machine/spitz.conf +++ b/meta/conf/machine/spitz.conf | |||
@@ -8,7 +8,7 @@ include conf/machine/include/zaurus-2.6.conf | |||
8 | PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" | 8 | PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" |
9 | 9 | ||
10 | PACKAGE_EXTRA_ARCHS += "iwmmxt" | 10 | PACKAGE_EXTRA_ARCHS += "iwmmxt" |
11 | IMAGE_FSTYPES ?= "tar.gz" | 11 | IMAGE_FSTYPES ?= "tar.gz ext2" |
12 | 12 | ||
13 | ROOT_FLASH_SIZE = "100" | 13 | ROOT_FLASH_SIZE = "100" |
14 | # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, | 14 | # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, |