diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-17 08:49:02 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-17 08:49:02 +0000 |
commit | 9ac44581c0090a5bd7427362a9f7e4f4ae4757ff (patch) | |
tree | 1b070e6bab6801ec8f831b4e0105b096dba1089e | |
parent | e481e47a848b6a2c39b1d936494fcdf49aea4302 (diff) | |
download | openembedded-core-9ac44581c0090a5bd7427362a9f7e4f4ae4757ff.tar.gz openembedded-core-9ac44581c0090a5bd7427362a9f7e4f4ae4757ff.tar.bz2 openembedded-core-9ac44581c0090a5bd7427362a9f7e4f4ae4757ff.tar.xz openembedded-core-9ac44581c0090a5bd7427362a9f7e4f4ae4757ff.zip |
linux-rp: make it default for all machines except qemu ones
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2893 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.23.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.23.bb b/meta/packages/linux/linux-rp_2.6.23.bb index 701136f19..e55bc63d6 100644 --- a/meta/packages/linux/linux-rp_2.6.23.bb +++ b/meta/packages/linux/linux-rp_2.6.23.bb @@ -2,11 +2,8 @@ require linux-rp.inc PR = "r2" -DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_c7x0 = "1" -DEFAULT_PREFERENCE_spitz = "1" -DEFAULT_PREFERENCE_htcuniversal = "1" -DEFAULT_PREFERENCE_zylonite = "1" +DEFAULT_PREFERENCE_qemuarm = "-1" +DEFAULT_PREFERENCE_qemux86 = "-1" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |