aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glibc
diff options
context:
space:
mode:
authorMarco Cavallini <m.cavallini@koansoftware.com>2009-10-23 14:26:22 +0200
committerMarco Cavallini <m.cavallini@koansoftware.com>2009-10-23 14:26:22 +0200
commitc8dc29972b40e70550f6c2275a307557f1c4bf30 (patch)
tree566af0c5edcbdb6d7b8810ef13f43a09e15ef65a /recipes/glibc
parent15bef3123ecbcf5213cb52f69ee37e297a95faf1 (diff)
downloadopenembedded-c8dc29972b40e70550f6c2275a307557f1c4bf30.tar.gz
glibc-package.bbclass : added KaeilOS hack supporting glibc 2.9
Diffstat (limited to 'recipes/glibc')
-rw-r--r--recipes/glibc/glibc-package.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/glibc/glibc-package.bbclass b/recipes/glibc/glibc-package.bbclass
index 4d7f6fdff9..1d7f5cd309 100644
--- a/recipes/glibc/glibc-package.bbclass
+++ b/recipes/glibc/glibc-package.bbclass
@@ -268,6 +268,8 @@ python package_do_split_gconvs () {
# This is a hack till linux-libc-headers gets patched for the missing arm syscalls and all arm device kernels as well
if bb.data.getVar("DISTRO_NAME", d, 1) == "Angstrom":
kernel_ver = "2.6.24"
+ elif bb.data.getVar("DISTRO_NAME", d, 1) == "KaeilOS":
+ kernel_ver = "2.6.24"
else:
kernel_ver = bb.data.getVar("OLDEST_KERNEL", d, 1)