summaryrefslogtreecommitdiffstats
path: root/recipes/klibc/klibc_1.5.17.inc
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2010-04-24 03:14:45 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-03 15:14:22 +0200
commit8179a7229c9972a0bc46f1fd75de502cdcbfb116 (patch)
tree9d1fd086ebe617b7097988a74129880246954d41 /recipes/klibc/klibc_1.5.17.inc
parent7f2c3321e5eb78d70d9ab0a38caccb4fb3911eeb (diff)
downloadopenembedded-8179a7229c9972a0bc46f1fd75de502cdcbfb116.tar.gz
klibc: add 1.5.17
Tested only on x86, with kernel 2.6.33 and 2.6.32 Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/klibc/klibc_1.5.17.inc')
-rw-r--r--recipes/klibc/klibc_1.5.17.inc45
1 files changed, 45 insertions, 0 deletions
diff --git a/recipes/klibc/klibc_1.5.17.inc b/recipes/klibc/klibc_1.5.17.inc
new file mode 100644
index 0000000000..21a3dd47f9
--- /dev/null
+++ b/recipes/klibc/klibc_1.5.17.inc
@@ -0,0 +1,45 @@
+require klibc-common.inc
+
+SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;patch=1 \
+ file://modprobe.patch;patch=1 \
+ file://dash_readopt.patch;patch=1 \
+ file://wc.patch;patch=1 \
+ file://staging.patch;patch=1 \
+ file://klibc_kexecsyscall.patch;patch=1 \
+ file://mntproc-definitions.patch;patch=1 \
+ file://isystem.patch;patch=1 \
+ "
+
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_aquides = "1"
+
+KLIBC_FETCHDIR = "1.5"
+
+KLIBC_ARCH_x86 = 'x86'
+KLIBC_ARCH_i486 = 'x86'
+KLIBC_ARCH_i586 = 'x86'
+KLIBC_ARCH_i686 = 'x86'
+KLIBC_ARCH_pentium = 'x86'
+
+EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \
+ 'CROSS_COMPILE=${TARGET_PREFIX}' \
+ 'KLIBCKERNELSRC=${STAGING_KERNEL_DIR}' \
+ "
+
+do_configure () {
+ ln -sf ${STAGING_KERNEL_DIR} linux
+ cd ${S}/usr/klibc/arch/
+ ln -s i386 x86
+ cd ${S}/usr/include/arch/
+ ln -s i386 x86
+ cd ${S}
+}
+
+SRC_URI[md5sum] = "5ac5b944223f63ed037350795924d1b9"
+SRC_URI[sha256sum] = "a67b976db1958a66bb4887d70c45f83f63751a287b5a715c929fb69bdcd7b1ca"
+
+do_install_append() {
+ install -m 755 usr/utils/${KLIBC_UTILS_VARIANT}/dmesg ${D}${base_bindir}
+ install -m 755 usr/utils/${KLIBC_UTILS_VARIANT}/sync ${D}${base_bindir}
+ install -m 755 usr/utils/${KLIBC_UTILS_VARIANT}/ls ${D}${base_bindir}
+}