mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
conf: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@892 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -141,28 +141,12 @@ PACKAGE_EXTRA_ARCHS = "ixp4xx ${MACHINE} \
|
||||
bb.data.getVar('THUMB_INTERWORK', d, 1) == 'yes')} \
|
||||
${MACHINE_ARCH} ${MACHINE}${ARCH_BYTE_SEX}"
|
||||
|
||||
# PACKAGE_ARCH_LIST [not used]
|
||||
# IPKG_ARCH_LIST [not used]
|
||||
# This is used to override the ipkgarchs settings in rootfs_ipk.bbclass, allowing
|
||||
# the removal of the raw "${MACHINE}" from the end of the list. ${MACHINE} and
|
||||
# ixp4xx are included at the start (lower priority) as the non-byte-sex specific
|
||||
# versions.
|
||||
PACKAGE_ARCH_LIST = "all any noarch ixp4xx ${MACHINE} ${PACKAGE_EXTRA_ARCHS}"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Package versions
|
||||
#-------------------------------------------------------------------------------
|
||||
# Warning: these are shared across the different machine and distro
|
||||
# configurations but can be overridden therein if required.
|
||||
SRCDATE_ipkg-utils ?= "20060106"
|
||||
SRCDATE_ipkg-utils-native ?= "20060106"
|
||||
SRCDATE_ipkg-link ?= "20060106"
|
||||
SRCDATE_irssi ?= "20050930"
|
||||
|
||||
CVS_TARBALL_STASH = "http://sources.nslu2-linux.org/sources/"
|
||||
INHERIT += "nslu2-mirrors"
|
||||
|
||||
PREFERRED_VERSION_ipkg ?= "0.99.154"
|
||||
PREFERRED_VERSION_ipkg-native ?= "0.99.154"
|
||||
IPKG_ARCH_LIST = "all any noarch ixp4xx ${MACHINE} ${PACKAGE_EXTRA_ARCHS}"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Board defaults
|
||||
|
||||
@@ -1 +1 @@
|
||||
require conf/machine/include/zaurus-clamshell-2.6.conf
|
||||
require conf/machine/include/zaurus-2.6.conf
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
PCMCIA_MANAGER = "pcmciautils"
|
||||
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
|
||||
GUI_MACHINE_CLASS = "bigscreen"
|
||||
GPE_EXTRA_INSTALL += "gaim sylpheed"
|
||||
|
||||
MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include conf/machine/include/zaurus-clamshell-2.6.conf
|
||||
include conf/machine/include/zaurus-2.6.conf
|
||||
# wlan-ng Modules
|
||||
MACHINE_EXTRA_RDEPENDS += "wlan-ng-modules-usb"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
PACKAGE_ARCH = "armv4t"
|
||||
TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t -mcpu=arm920t"
|
||||
TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
|
||||
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
PACKAGE_ARCH = "armv4t"
|
||||
TARGET_CC_ARCH = "-mcpu=arm9tdmi -mtune=arm9tdmi"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Configurations for the Intel PXA27x Appications Processor Family.
|
||||
# Please use tune-xscale for PXA255/PXA26x based processors.
|
||||
PACKAGE_EXTRA_ARCHS += "iwmmxt"
|
||||
TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt -mtune=iwmmxt"
|
||||
PACKAGE_ARCH = "iwmmxt"
|
||||
PACKAGE_EXTRA_ARCHS += "iwmmxt"
|
||||
|
||||
|
||||
+5
-5
@@ -6,10 +6,10 @@ PREFERRED_VERSION_wpa_supplicant = "0.4.7"
|
||||
|
||||
PCMCIA_MANAGER ?= "pcmciautils"
|
||||
|
||||
MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget"
|
||||
MACHINE_FEATURES_akita = "kernel26 apm alsa pcmcia bluetooth irda usbgadget usbhost"
|
||||
MACHINE_FEATURES_spitz = "kernel26 apm alsa pcmcia bluetooth irda usbgadget usbhost ext2"
|
||||
|
||||
MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda usbgadget keyboard touchscreen"
|
||||
MACHINE_FEATURES_append_tosa = " usbhost usbwlanng "
|
||||
MACHINE_FEATURES_append_akita = " usbhost "
|
||||
MACHINE_FEATURES_append_spitz = " usbhost ext2 "
|
||||
|
||||
MACHINE_EXTRA_RDEPENDS = "zaurusd"
|
||||
MACHINE_EXTRA_RRECOMMENDS_c7x0 = "kernel-module-snd-soc-corgi"
|
||||
@@ -17,4 +17,4 @@ MACHINE_EXTRA_RRECOMMENDS_akita = "kernel-module-snd-soc-spitz"
|
||||
MACHINE_EXTRA_RRECOMMENDS_spitz = "kernel-module-snd-soc-spitz"
|
||||
MACHINE_EXTRA_RRECOMMENDS_poodle = "kernel-module-snd-soc-poodle"
|
||||
|
||||
MACHINE_TASK_PROVIDER = "task-base"
|
||||
MACHINE_TASK_PROVIDER = "task-base"
|
||||
Reference in New Issue
Block a user