diff options
24 files changed, 61 insertions, 64 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf index 1916b2ff..cc0b2eb2 100644 --- a/meta-crownbay/conf/machine/crownbay-noemgd.conf +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf | |||
| @@ -34,9 +34,3 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz" | |||
| 34 | 34 | ||
| 35 | GLIBC_ADDONS = "nptl" | 35 | GLIBC_ADDONS = "nptl" |
| 36 | GLIBC_EXTRA_OECONF = "--with-tls" | 36 | GLIBC_EXTRA_OECONF = "--with-tls" |
| 37 | |||
| 38 | SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "88ea187941f262518b3b8194e042f0270fdf27c4" | ||
| 39 | SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
| 40 | |||
| 41 | SRCREV_machine_pn-linux-yocto-stable_crownbay ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | ||
| 42 | SRCREV_meta_pn-linux-yocto-stable_crownbay ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf index 66341024..c66b8597 100644 --- a/meta-crownbay/conf/machine/crownbay.conf +++ b/meta-crownbay/conf/machine/crownbay.conf | |||
| @@ -38,9 +38,3 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz" | |||
| 38 | 38 | ||
| 39 | GLIBC_ADDONS = "nptl" | 39 | GLIBC_ADDONS = "nptl" |
| 40 | GLIBC_EXTRA_OECONF = "--with-tls" | 40 | GLIBC_EXTRA_OECONF = "--with-tls" |
| 41 | |||
| 42 | SRCREV_machine_pn-linux-yocto_crownbay ?= "88ea187941f262518b3b8194e042f0270fdf27c4" | ||
| 43 | SRCREV_meta_pn-linux-yocto_crownbay ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
| 44 | |||
| 45 | SRCREV_machine_pn-linux-yocto-stable_crownbay ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | ||
| 46 | SRCREV_meta_pn-linux-yocto-stable_crownbay ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-stable_git.bbappend deleted file mode 100644 index 570f8d4b..00000000 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto-stable_git.bbappend +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
| 4 | KMACHINE_crownbay = "crownbay" | ||
| 5 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" | ||
| 6 | |||
| 7 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
| 8 | KMACHINE_crownbay-noemgd = "crownbay" | ||
| 9 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | ||
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend new file mode 100644 index 00000000..6f3694b4 --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
| 4 | KMACHINE_crownbay = "crownbay" | ||
| 5 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" | ||
| 6 | |||
| 7 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
| 8 | KMACHINE_crownbay-noemgd = "crownbay" | ||
| 9 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | ||
| 10 | |||
| 11 | SRCREV_machine_pn-linux-yocto_crownbay ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | ||
| 12 | SRCREV_meta_pn-linux-yocto_crownbay ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||
| 13 | |||
| 14 | RCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | ||
| 15 | SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend index cdae0006..1a62b383 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend | |||
| @@ -7,3 +7,9 @@ KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" | |||
| 7 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | 7 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" |
| 8 | KMACHINE_crownbay-noemgd = "yocto/standard/crownbay" | 8 | KMACHINE_crownbay-noemgd = "yocto/standard/crownbay" |
| 9 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | 9 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" |
| 10 | |||
| 11 | SRCREV_machine_pn-linux-yocto_crownbay ?= "88ea187941f262518b3b8194e042f0270fdf27c4" | ||
| 12 | SRCREV_meta_pn-linux-yocto_crownbay ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
| 13 | |||
| 14 | SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "88ea187941f262518b3b8194e042f0270fdf27c4" | ||
| 15 | SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 8fe9dd31..b0b7d5e7 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf | |||
| @@ -38,9 +38,3 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz" | |||
| 38 | 38 | ||
| 39 | GLIBC_ADDONS = "nptl" | 39 | GLIBC_ADDONS = "nptl" |
| 40 | GLIBC_EXTRA_OECONF = "--with-tls" | 40 | GLIBC_EXTRA_OECONF = "--with-tls" |
| 41 | |||
| 42 | SRCREV_machine_pn-linux-yocto_emenlow = "7dd88fc03db50b131e4a96e6af8036a836ccc300" | ||
| 43 | SRCREV_meta_pn-linux-yocto_emenlow ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
| 44 | |||
| 45 | SRCREV_machine_pn-linux-yocto-stable_emenlow = "a29743c0a1398798fbc02c0799c8605d91514e14" | ||
| 46 | SRCREV_meta_pn-linux-yocto-stable_emenlow ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend deleted file mode 100644 index 77a665d0..00000000 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
| 3 | KMACHINE_emenlow = "emenlow" | ||
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.34.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.34.bbappend new file mode 100644 index 00000000..160b3aaf --- /dev/null +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.34.bbappend | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
| 3 | KMACHINE_emenlow = "emenlow" | ||
| 4 | |||
| 5 | SRCREV_machine_pn-linux-yocto_emenlow = "a29743c0a1398798fbc02c0799c8605d91514e14" | ||
| 6 | SRCREV_meta_pn-linux-yocto_emenlow ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.37.bbappend new file mode 100644 index 00000000..6be0227c --- /dev/null +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.37.bbappend | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
| 3 | KMACHINE_emenlow = "yocto/standard/emenlow" | ||
| 4 | |||
| 5 | SRCREV_machine_pn-linux-yocto_emenlow = "7dd88fc03db50b131e4a96e6af8036a836ccc300" | ||
| 6 | SRCREV_meta_pn-linux-yocto_emenlow ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_git.bbappend deleted file mode 100644 index 05307b74..00000000 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_git.bbappend +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
| 3 | KMACHINE_emenlow = "yocto/standard/emenlow" | ||
diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf index 9621f627..e692cac3 100644 --- a/meta-fishriver/conf/machine/fishriver.conf +++ b/meta-fishriver/conf/machine/fishriver.conf | |||
| @@ -34,9 +34,3 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz" | |||
| 34 | 34 | ||
| 35 | GLIBC_ADDONS = "nptl" | 35 | GLIBC_ADDONS = "nptl" |
| 36 | GLIBC_EXTRA_OECONF = "--with-tls" | 36 | GLIBC_EXTRA_OECONF = "--with-tls" |
| 37 | |||
| 38 | SRCREV_machine_pn-linux-yocto_fishriver ?= "697d84759be192403a8a87ab269196c67a0c2c88" | ||
| 39 | SRCREV_meta_pn-linux-yocto_fishriver ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
| 40 | |||
| 41 | SRCREV_machine_pn-linux-yocto-stable_fishriver ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | ||
| 42 | SRCREV_meta_pn-linux-yocto-stable_fishriver ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend deleted file mode 100644 index 29399ba2..00000000 --- a/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_fishriver = "fishriver" | ||
| 4 | KMACHINE_fishriver = "fishriver" | ||
| 5 | |||
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.34.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.34.bbappend new file mode 100644 index 00000000..4084964b --- /dev/null +++ b/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.34.bbappend | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_fishriver = "fishriver" | ||
| 4 | KMACHINE_fishriver = "fishriver" | ||
| 5 | |||
| 6 | SRCREV_machine_pn-linux-yocto-stable_fishriver ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" | ||
| 7 | SRCREV_meta_pn-linux-yocto-stable_fishriver ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.37.bbappend new file mode 100644 index 00000000..b7671095 --- /dev/null +++ b/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.37.bbappend | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_fishriver = "fishriver" | ||
| 3 | KMACHINE_fishriver = "yocto/standard/fishriver" | ||
| 4 | |||
| 5 | SRCREV_machine_pn-linux-yocto_fishriver ?= "697d84759be192403a8a87ab269196c67a0c2c88" | ||
| 6 | SRCREV_meta_pn-linux-yocto_fishriver ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend deleted file mode 100644 index eec65d8b..00000000 --- a/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_fishriver = "fishriver" | ||
| 3 | KMACHINE_fishriver = "yocto/standard/fishriver" | ||
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index fee6930b..3f8591a5 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf | |||
| @@ -42,5 +42,3 @@ PREFERRED_VERSION_grub ?= "1.98" | |||
| 42 | 42 | ||
| 43 | TARGET_CC_ARCH = "-m64" | 43 | TARGET_CC_ARCH = "-m64" |
| 44 | 44 | ||
| 45 | SRCREV_machine_pn-linux-yocto_jasperforest ?= "2058f5a373c7ce4a94f8252df322704fc475de97" | ||
| 46 | SRCREV_meta_pn-linux-yocto_jasperforest ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.34.bbappend index bd6badab..0a89413c 100644 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-stable_git.bbappend +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.34.bbappend | |||
| @@ -2,4 +2,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
| 2 | 2 | ||
| 3 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" | 3 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" |
| 4 | KMACHINE_jasperforest = "jasperforest" | 4 | KMACHINE_jasperforest = "jasperforest" |
| 5 | |||
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.37.bbappend new file mode 100644 index 00000000..d937d80e --- /dev/null +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.37.bbappend | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" | ||
| 4 | |||
| 5 | KMACHINE_jasperforest = "yocto/standard/common-pc-64/jasperforest" | ||
| 6 | |||
| 7 | SRCREV_machine_pn-linux-yocto_jasperforest ?= "2058f5a373c7ce4a94f8252df322704fc475de97" | ||
| 8 | SRCREV_meta_pn-linux-yocto_jasperforest ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_git.bbappend deleted file mode 100644 index abceb182..00000000 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_git.bbappend +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_jasperforest = "jasperforest" | ||
| 4 | |||
| 5 | KMACHINE_jasperforest = "yocto/standard/common-pc-64/jasperforest" | ||
| 6 | |||
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend index 18d4999b..18d4999b 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend | |||
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_2.6.37.bbappend index d52a90aa..d52a90aa 100644 --- a/meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend +++ b/meta-n450/recipes-kernel/linux/linux-yocto_2.6.37.bbappend | |||
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index cca50a97..ebc6dbcc 100644 --- a/meta-sugarbay/conf/machine/sugarbay.conf +++ b/meta-sugarbay/conf/machine/sugarbay.conf | |||
| @@ -44,6 +44,3 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" | |||
| 44 | TARGET_CC_ARCH = "-m64" | 44 | TARGET_CC_ARCH = "-m64" |
| 45 | 45 | ||
| 46 | PREFERRED_VERSION_grub ?= "1.98" | 46 | PREFERRED_VERSION_grub ?= "1.98" |
| 47 | |||
| 48 | SRCREV_machine_pn-linux-yocto_sugarbay ?= "5021040d4d881cd0f4a741c6342a290a3af7d021" | ||
| 49 | SRCREV_meta_pn-linux-yocto_sugarbay ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend new file mode 100644 index 00000000..0d5556c6 --- /dev/null +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_sugarbay = "sugarbay" | ||
| 4 | KMACHINE_sugarbay = "yocto/standard/common-pc-64/sugarbay" | ||
| 5 | |||
| 6 | SRCREV_machine_pn-linux-yocto_sugarbay ?= "5021040d4d881cd0f4a741c6342a290a3af7d021" | ||
| 7 | SRCREV_meta_pn-linux-yocto_sugarbay ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" | ||
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_git.bbappend deleted file mode 100644 index 72d00ec4..00000000 --- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_git.bbappend +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_sugarbay = "sugarbay" | ||
| 4 | KMACHINE_sugarbay = "yocto/standard/common-pc-64/sugarbay" | ||
| 5 | |||
