diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-06-06 18:20:13 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-06-06 18:20:13 +0000 |
commit | 0700d2571935b9ffee8e39edd51340d2d6166a00 (patch) | |
tree | d87086c09d418a8730e0c87f479cbeaad8f893a5 | |
parent | 9a12507bbf13e1a25bbecede41a9258bae3cb814 (diff) |
packages/linux/linux-efika_2.6.21+git.bb : Set DEFAULT_PREFERENCE for the git kernel to -1
in order to use a stable kernel as default
-rw-r--r-- | packages/linux/linux-efika_2.6.21+git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-efika_2.6.21+git.bb b/packages/linux/linux-efika_2.6.21+git.bb index bd328aff67..0dcc8b3304 100644 --- a/packages/linux/linux-efika_2.6.21+git.bb +++ b/packages/linux/linux-efika_2.6.21+git.bb @@ -4,6 +4,8 @@ LICENSE = "GPL" PR = "r0" PV = "2.6.21+git${SRCDATE}" +DEFAULT_PREFERENCE = "-1" + COMPATIBLE_MACHINE = "efika" SRC_URI = "file://defconfig" |