[oe] Adding a new Machine question

Perepelica Alexander alexondi at rambler.ru
Wed Jan 13 15:38:17 UTC 2010


Hello Martin!
I set DEFAULT_PREFERENCE = "1" but this don't helped
here is my changes

diff --git a/recipes/linux/linux_2.6.32+2.6.33-rc3.bb 
b/recipes/linux/linux_2.6.32+2.6.33-rc3.bb
index c459312..eb688a5 100644
--- a/recipes/linux/linux_2.6.32+2.6.33-rc3.bb
+++ b/recipes/linux/linux_2.6.32+2.6.33-rc3.bb
@@ -8,7 +8,7 @@ PR = "r1"
 S = "${WORKDIR}/linux-${OLD_KERNEL_RELEASE}"

 # Mark archs/machines that this kernel supports
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "1"
 DEFAULT_PREFERENCE_simone = "-1"
 DEFAULT_PREFERENCE_akita = "-1"
 DEFAULT_PREFERENCE_c7x0 = "-1"
diff --git a/recipes/linux/linux_2.6.32.bb 
b/recipes/linux/linux_2.6.32.bb
index 6a97f1b..46388bc 100644
--- a/recipes/linux/linux_2.6.32.bb
+++ b/recipes/linux/linux_2.6.32.bb
@@ -5,7 +5,7 @@ PR = "r3"
 S = "${WORKDIR}/linux-${PV}"

 # Mark archs/machines that this kernel supports
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "1"
 DEFAULT_PREFERENCE_ion = "1"
 DEFAULT_PREFERENCE_simone = "1"






More information about the Openembedded-devel mailing list