diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-23 15:55:33 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-23 15:55:33 +0000 |
commit | e3838bf63309b0a0fa6d145951d685d6fb66ca0e (patch) | |
tree | f0a251fbb8bc9d0a9c154e8967f62172086facba /conf/distro | |
parent | 3532378376cb307a0876d280bf02a7052c556bfb (diff) |
celinux-test: bump omap5912osk kernel to 2.6.18-omap1
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/celinux-test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/celinux-test.conf b/conf/distro/celinux-test.conf index 94fde2eac5..03dcd22d79 100644 --- a/conf/distro/celinux-test.conf +++ b/conf/distro/celinux-test.conf @@ -61,7 +61,7 @@ PREFERRED_PROVIDER_virtual/libintl = "glibc" # # use latest booting kernel but allow to override it in local.conf -PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18+git" +PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18-omap1" # gcc 3.x use other -mtune name then gcc 4.x TARGET_CC_ARCH_omap5912osk = "-march=armv5te -mtune=arm926ejs" |