diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-03-23 13:07:46 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 17:38:32 +0000 |
| commit | e7a5236d7c0df3aa69de493b6f0b5317801f5a4f (patch) | |
| tree | 61379608367efb7aff9372358407fed9958615f4 | |
| parent | ad88a473bd33a726dbe7f53111275e3e82b4e174 (diff) | |
| download | poky-e7a5236d7c0df3aa69de493b6f0b5317801f5a4f.tar.gz | |
linux-libc-headers: add 3.2 headers and remove 3.1
The 3.1 kernel was never released or directly supported via
oe-core. So as part of update the libc-headers to 3.2 we can
take the opportunity to remove it.
Built and booted on the qemu* targets.
(From OE-Core rev: ce7469ab3b49f8a326ba4c3486a4e63b7cd48799)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.1.bb | 7 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.2.bb | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.1.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.1.bb deleted file mode 100644 index b87ecde0f8..0000000000 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.1.bb +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | require linux-libc-headers.inc | ||
| 2 | |||
| 3 | PR = "r1" | ||
| 4 | |||
| 5 | SRC_URI += " file://connector-msg-size-fix.patch" | ||
| 6 | SRC_URI[md5sum] = "8d43453f8159b2332ad410b19d86a931" | ||
| 7 | SRC_URI[sha256sum] = "2573d2378c754b0c602b57586e9311e5b38c5d1e6c137f02873833633a4b9359" | ||
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.2.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.2.bb new file mode 100644 index 0000000000..9bee02bbfa --- /dev/null +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.2.bb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | require linux-libc-headers.inc | ||
| 2 | |||
| 3 | PR = "r1" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "7ceb61f87c097fc17509844b71268935" | ||
| 6 | SRC_URI[sha256sum] = "c881fc2b53cf0da7ca4538aa44623a7de043a41f76fd5d0f51a31f6ed699d463" | ||
