diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-24 12:07:17 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-24 12:09:44 -0700 |
commit | daf1f423d0b880aca97cab96e81cbaebf5a0e8cc (patch) | |
tree | 9ae4b143d5cc9d063ee407a504571e30292ab862 /recipes/linux/linux_2.6.31.bb | |
parent | 4a17d187e8a27122b25818a7c9ed5a236a011482 (diff) |
linux_2.6.31.bb: Add defconfig for mips qemu
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux/linux_2.6.31.bb')
-rw-r--r-- | recipes/linux/linux_2.6.31.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb index 30b152c8fd..47816cb094 100644 --- a/recipes/linux/linux_2.6.31.bb +++ b/recipes/linux/linux_2.6.31.bb @@ -7,6 +7,7 @@ S = "${WORKDIR}/linux-${PV}" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_db1200 = "1" +DEFAULT_PREFERENCE_qemumips = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.3.bz2;patch=1 \ |