diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-29 16:41:06 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-29 16:41:06 +0100 |
commit | ccf05d43d627fd6877acb210f11a14165ba6238e (patch) | |
tree | 7923f12a9997bf06d9f21e284fce04b69d32fb71 | |
parent | b93e93b336eef625684dbdbda343584081716435 (diff) |
beagleboard: remove kernel-modules meta-package , those have no place in machine.conf
-rw-r--r-- | conf/machine/beagleboard.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index f5bcb79550..c95c373d2c 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -13,9 +13,6 @@ XSERVER = "xserver-xorg \ # Only has DVI connector for external screen GUI_MACHINE_CLASS = "bigscreen" -#Ship all kernel modules till the board support has matured enough -MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" - #include conf/machine/include/tune-arm1136jf-s.inc # requires gcc 4.3.0: include conf/machine/include/tune-cortexa8.inc |