diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-20 17:13:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-20 17:13:43 +0000 |
commit | 4398b980ba11f6a76f6c863f67f174cf1dc2bef6 (patch) | |
tree | ef35bc5c6f898f654d942f972146b3b2161f3f30 /meta/conf/machine/include/ixp4xx.conf | |
parent | 173b999d9585d61890bdabc4d26a784bc7758ec4 (diff) | |
download | poky-4398b980ba11f6a76f6c863f67f174cf1dc2bef6.tar.gz |
conf: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@892 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/ixp4xx.conf')
-rw-r--r-- | meta/conf/machine/include/ixp4xx.conf | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/meta/conf/machine/include/ixp4xx.conf b/meta/conf/machine/include/ixp4xx.conf index e545bbc1c0..190ebe1c8c 100644 --- a/meta/conf/machine/include/ixp4xx.conf +++ b/meta/conf/machine/include/ixp4xx.conf | |||
@@ -141,28 +141,12 @@ PACKAGE_EXTRA_ARCHS = "ixp4xx ${MACHINE} \ | |||
141 | bb.data.getVar('THUMB_INTERWORK', d, 1) == 'yes')} \ | 141 | bb.data.getVar('THUMB_INTERWORK', d, 1) == 'yes')} \ |
142 | ${MACHINE_ARCH} ${MACHINE}${ARCH_BYTE_SEX}" | 142 | ${MACHINE_ARCH} ${MACHINE}${ARCH_BYTE_SEX}" |
143 | 143 | ||
144 | # PACKAGE_ARCH_LIST [not used] | 144 | # IPKG_ARCH_LIST [not used] |
145 | # This is used to override the ipkgarchs settings in rootfs_ipk.bbclass, allowing | 145 | # This is used to override the ipkgarchs settings in rootfs_ipk.bbclass, allowing |
146 | # the removal of the raw "${MACHINE}" from the end of the list. ${MACHINE} and | 146 | # the removal of the raw "${MACHINE}" from the end of the list. ${MACHINE} and |
147 | # ixp4xx are included at the start (lower priority) as the non-byte-sex specific | 147 | # ixp4xx are included at the start (lower priority) as the non-byte-sex specific |
148 | # versions. | 148 | # versions. |
149 | PACKAGE_ARCH_LIST = "all any noarch ixp4xx ${MACHINE} ${PACKAGE_EXTRA_ARCHS}" | 149 | IPKG_ARCH_LIST = "all any noarch ixp4xx ${MACHINE} ${PACKAGE_EXTRA_ARCHS}" |
150 | |||
151 | #------------------------------------------------------------------------------- | ||
152 | # Package versions | ||
153 | #------------------------------------------------------------------------------- | ||
154 | # Warning: these are shared across the different machine and distro | ||
155 | # configurations but can be overridden therein if required. | ||
156 | SRCDATE_ipkg-utils ?= "20060106" | ||
157 | SRCDATE_ipkg-utils-native ?= "20060106" | ||
158 | SRCDATE_ipkg-link ?= "20060106" | ||
159 | SRCDATE_irssi ?= "20050930" | ||
160 | |||
161 | CVS_TARBALL_STASH = "http://sources.nslu2-linux.org/sources/" | ||
162 | INHERIT += "nslu2-mirrors" | ||
163 | |||
164 | PREFERRED_VERSION_ipkg ?= "0.99.154" | ||
165 | PREFERRED_VERSION_ipkg-native ?= "0.99.154" | ||
166 | 150 | ||
167 | #------------------------------------------------------------------------------- | 151 | #------------------------------------------------------------------------------- |
168 | # Board defaults | 152 | # Board defaults |