diff options
author | Erik Hovland <erik@hovland.org> | 2006-09-01 18:27:21 +0000 |
---|---|---|
committer | Erik Hovland <erik@hovland.org> | 2006-09-01 18:27:21 +0000 |
commit | c96b9162381e8ee422db24ac641dcaecf0367813 (patch) | |
tree | 42d33139885e94cff2e62d7d150994539d73d34d /conf | |
parent | dbfe597f0d9b9c8837dc6a28c0adfea4b281d46c (diff) |
familiar unstable: Peg glibc and busybox
h3600 unstable: Peg handhelds-sa kernel version to hh42
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/familiar-unstable.conf | 6 | ||||
-rw-r--r-- | conf/machine/h3600.conf | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/familiar-unstable.conf b/conf/distro/familiar-unstable.conf index 6ae4e9ddc3..010d3b4708 100644 --- a/conf/distro/familiar-unstable.conf +++ b/conf/distro/familiar-unstable.conf @@ -55,6 +55,12 @@ PREFERRED_VERSION_binutils ?= "2.15.94.0.1" PREFERRED_PROVIDER_hostap-conf = "hostap-conf" PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" require conf/distro/include/sane-srcdates.inc +PREFERRED_VERSION_busybox ?= "1.00" + +# +# GlibC +# +PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" # # Opie diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index 0261a84d64..5c7440403b 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -6,6 +6,7 @@ TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "ipaqsa" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa" +PREFERRED_VERSION_handhelds-sa ?= "2.4.19-rmk6-pxa1-hh42" EXTRA_IMAGECMD_h3600_jffs2 = "-e 0x40000 -p" BOOTSTRAP_EXTRA_RDEPENDS = "alsa-driver kernel ipaq-boot-params ${@linux_module_packages('${H3600_MODULES}', d)}" |