diff options
| author | Thomas Zimmermann <ml@vdm-design.de> | 2010-03-16 09:52:03 +0100 |
|---|---|---|
| committer | Thomas Zimmermann <ml@vdm-design.de> | 2010-03-16 09:52:03 +0100 |
| commit | 9633163da82970520883b3ec8a14cd9aa41034b6 (patch) | |
| tree | 9aef8ed6170ee5c1b3b53aabff3eb37a461ec063 /recipes/linux | |
| parent | e19f00968b9d865088ef3a45a85825c5fc17edc5 (diff) | |
| parent | 0f2f85bac90c4aa498ab77d5cfef19aaa581afce (diff) | |
Merge branch 'org.openembedded.dev' of ssh://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux')
120 files changed, 2115 insertions, 119 deletions
diff --git a/recipes/linux/LAB-kernel_2.6.13-hh2.bb b/recipes/linux/LAB-kernel_2.6.13-hh2.bb index f03a7db402..8340043f82 100644 --- a/recipes/linux/LAB-kernel_2.6.13-hh2.bb +++ b/recipes/linux/LAB-kernel_2.6.13-hh2.bb @@ -1,6 +1,6 @@ SECTION = "kernel" DESCRIPTION = "Liux As Bootloader kernelm" -LICENSE = "GPL" +LICENSE = "GPLv2" COMPATIBLE_HOST = "arm.*-linux" COMPATIBLE_MACHINE = "h2200" diff --git a/recipes/linux/LAB-kernel_cvs.bb b/recipes/linux/LAB-kernel_cvs.bb index 0daa4742f3..2ee43c7ac8 100644 --- a/recipes/linux/LAB-kernel_cvs.bb +++ b/recipes/linux/LAB-kernel_cvs.bb @@ -1,6 +1,6 @@ SECTION = "kernel" DESCRIPTION = "Liux As Bootloader kernelm" -LICENSE = "GPL" +LICENSE = "GPLv2" PV = "${K_MAJOR}.${K_MINOR}.${K_MICRO}-hh${HHV}+cvs${SRCDATE}" #!BIG FAT WARNING: diff --git a/recipes/linux/c7x0-kernels-2.4-embedix.bb b/recipes/linux/c7x0-kernels-2.4-embedix.bb index 60b7a5cafb..95bdfbce61 100644 --- a/recipes/linux/c7x0-kernels-2.4-embedix.bb +++ b/recipes/linux/c7x0-kernels-2.4-embedix.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Build all c7x0 kernels in one go" SECTION = "kernel" -LICENSE = "GPL" +LICENSE = "GPLv2" PROVIDES = "virtual/kernel" PR = "r1" diff --git a/recipes/linux/chumby-kernel_2.6.16-chumby-1.2.bb b/recipes/linux/chumby-kernel_2.6.16-chumby-1.2.bb index 4967c1ec35..91d32c98f6 100644 --- a/recipes/linux/chumby-kernel_2.6.16-chumby-1.2.bb +++ b/recipes/linux/chumby-kernel_2.6.16-chumby-1.2.bb @@ -2,7 +2,7 @@ require linux.inc SECTION = "kernel" DESCRIPTION = "Linux kernel for the Chumby" -LICENSE = "GPL" +LICENSE = "GPLv2" PR = "r4" SRC_URI = "http://files.chumby.com/source/ironforge/build396/linux-2.6.16-chumby-1.2.tar.gz \ diff --git a/recipes/linux/collie-kernels-2.4-embedix.bb b/recipes/linux/collie-kernels-2.4-embedix.bb index 1445e41151..d5f9a7d749 100644 --- a/recipes/linux/collie-kernels-2.4-embedix.bb +++ b/recipes/linux/collie-kernels-2.4-embedix.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Build all collie kernels |
