diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 4 | ||||
-rw-r--r-- | conf/machine/guinness.conf | 2 | ||||
-rw-r--r-- | conf/machine/hx4700.conf | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 11d47f11c8..8fb5ada118 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,6 +8,7 @@ #DISTRO_VERSION = "2006.9" DISTRO_VERSION = "test-${DATE}" +DISTRO_REVISION = "2" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -16,6 +17,7 @@ DISTRO_TYPE = "debug" #DISTRO_TYPE = "release" FEED_URIS += " \ + no-arch##${ANGSTROM_URI}/unstable/feed/all \ base##${ANGSTROM_URI}/unstable/feed/${TARGET_ARCH}/base \ perl##${ANGSTROM_URI}/unstable/feed/${TARGET_ARCH}/perl \ python##${ANGSTROM_URI}/unstable/feed/${TARGET_ARCH}/python \ @@ -154,7 +156,7 @@ PREFERRED_VERSION_hostap-modules ?= "0.4.7" # We want to ship extra debug utils in the rootfs when doing a debug build DEBUG_APPS ?= "" -DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "tslib-tests tslib-calibrate gdb procps",d)}' +DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "tslib-tests tslib-calibrate gdb strace procps",d)}' #this should go away soon EXTRA_STUFF ?= "" diff --git a/conf/machine/guinness.conf b/conf/machine/guinness.conf index 35cb1d2070..12143edf63 100644 --- a/conf/machine/guinness.conf +++ b/conf/machine/guinness.conf @@ -17,7 +17,7 @@ OLDEST_KERNEL = "2.6.17" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" -MACHINE_FEATURES = "kernel26 usbhost ext2" +MACHINE_FEATURES = "kernel26 usbhost ext2 pci" require conf/machine/include/tune-athlonmp.conf diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index e94b7d4d56..caaead2d93 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -23,7 +23,7 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usb PCMCIA_MANAGER = "pcmciautils" MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware" -MACHINE_EXTRA__RRECOMMENDS = "kernel-module-nls_cp437 \ +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls_cp437 \ kernel-module-nls_iso8859-1 \ kernel-module-nls_utf8 \ kernel-module-af_key \ |