diff options
author | Adrian Alonso <aalonso00@gmail.com> | 2011-12-21 15:05:18 -0800 |
---|---|---|
committer | Adrian Alonso <aalonso00@gmail.com> | 2011-12-21 15:05:18 -0800 |
commit | bda7721c422dc34d77a07e9c0b5955e3e8676902 (patch) | |
tree | a6197599737ac2577afacf08076ea405c2d6bc75 /recipes-kernel | |
parent | cd5b84b5d36fdb05442a861514bfa65d54230a81 (diff) | |
parent | 15c6b117f8f0fab3de6aa4f969337c0d815fe371 (diff) | |
download | meta-fsl-arm-bda7721c422dc34d77a07e9c0b5955e3e8676902.tar.gz |
Merge pull request #2 from OSSystems/master
General improvements
Merged
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-imx_2.6.35.3.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb index dc4371b..804ba97 100644 --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "Linux kernel for imx platforms" | 4 | DESCRIPTION = "Linux kernel for imx platforms" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
7 | PR = "r2" | 7 | PR = "r2" |
8 | 8 | ||
diff --git a/recipes-kernel/linux/linux-imx_git.bb b/recipes-kernel/linux/linux-imx_git.bb index 8c34dd8..692620b 100644 --- a/recipes-kernel/linux/linux-imx_git.bb +++ b/recipes-kernel/linux/linux-imx_git.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "Linux kernel for imx platforms" | 4 | DESCRIPTION = "Linux kernel for imx platforms" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||