diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-06-21 22:49:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-21 22:49:38 +0000 |
commit | 3119fbd1328ed29d4454b2bbfc0daddddaaec9b9 (patch) | |
tree | d34a95bd5f42e762d62002ec03cc68a06fadf943 /conf/distro/jlime-donkey.conf | |
parent | c8a24a80084988c1b80c5c5b783d2b6ae186f415 (diff) |
Jlime-doney.conf : Removing kernel-modules from distro file
* Due to the fact that we are using gcc-4.1.1 and the
kernel being not very gcc friendly, we need to build
the kernel and modules outside OE. So dont build for images.
Diffstat (limited to 'conf/distro/jlime-donkey.conf')
-rw-r--r-- | conf/distro/jlime-donkey.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf index f7da451e65..8a9d427c9f 100644 --- a/conf/distro/jlime-donkey.conf +++ b/conf/distro/jlime-donkey.conf @@ -68,9 +68,9 @@ TARGET_OS = "linux" #<>What we want on the bootstrap image (extra) #<> #<> -BOOTSTRAP_EXTRA_RDEPENDS += "pcmciautils ncurses nano wireless-tools console-tools coreutils udev kernel-modules \ +BOOTSTRAP_EXTRA_RDEPENDS += "pcmciautils ncurses nano wireless-tools console-tools coreutils udev \ e2tools e2fsprogs" -BOOTSTRAP_EXTRA_DEPENDS += "pcmciautils ncurses nano wireless-tools console-tools coreutils udev kernel-modules \ +BOOTSTRAP_EXTRA_DEPENDS += "pcmciautils ncurses nano wireless-tools console-tools coreutils udev \ e2tools e2fsprogs" #<> |