diff options
author | David Nyström <david.nystrom@enea.com> | 2012-06-01 15:46:01 +0000 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-06-01 13:13:06 -0500 |
commit | 7126d9b01a7669a4850593716dc2b7b4c32def06 (patch) | |
tree | c6d5b5993aea911c0d9c28c878709337df18fab8 /recipes-kernel | |
parent | 7fc222c927e47657be62131c26ae945206b41326 (diff) | |
download | meta-fsl-ppc-7126d9b01a7669a4850593716dc2b7b4c32def06.tar.gz |
Fixed meta-toolchain to include the proper linux-libc-headers-nativesdk
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-qoriq-sdk-headers.bb | 13 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-qoriq-sdk.inc | 3 |
2 files changed, 7 insertions, 9 deletions
diff --git a/recipes-kernel/linux/linux-qoriq-sdk-headers.bb b/recipes-kernel/linux/linux-qoriq-sdk-headers.bb index cf1ffee..4be6c42 100644 --- a/recipes-kernel/linux/linux-qoriq-sdk-headers.bb +++ b/recipes-kernel/linux/linux-qoriq-sdk-headers.bb | |||
@@ -1,15 +1,16 @@ | |||
1 | PROVIDES = "linux-libc-headers" | ||
2 | |||
3 | DESCRIPTION = "Linux kernel headers for Freescale platforms" | 1 | DESCRIPTION = "Linux kernel headers for Freescale platforms" |
4 | SECTION = "devel" | 2 | SECTION = "devel" |
5 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
6 | 4 | ||
5 | PKGSUFFIX = "" | ||
6 | PKGSUFFIX_virtclass-nativesdk = "-nativesdk" | ||
7 | |||
7 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
8 | PROVIDES = "linux-libc-headers linux-qoriq-sdk-headers" | 9 | PROVIDES = "linux-libc-headers${PKGSUFFIX} ${PN}" |
9 | RPROVIDES_${PN}-dev = "linux-libc-headers-dev" | 10 | RPROVIDES_${PN}-dev += "linux-libc-headers${PKGSUFFIX}-dev" |
10 | RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" | 11 | RPROVIDES_${PN}-dbg += "linux-libc-headers${PKGSUFFIX}-dbg" |
11 | RDEPENDS_${PN}-dev = "" | 12 | RDEPENDS_${PN}-dev = "" |
12 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 13 | RRECOMMENDS_${PN}-dbg = "linux-libc-headers${PKGSUFFIX}-dev (= ${EXTENDPKGV})" |
13 | 14 | ||
14 | require recipes-kernel/linux/linux-qoriq-sdk.inc | 15 | require recipes-kernel/linux/linux-qoriq-sdk.inc |
15 | 16 | ||
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc index dc650c0..7e5dbf4 100644 --- a/recipes-kernel/linux/linux-qoriq-sdk.inc +++ b/recipes-kernel/linux/linux-qoriq-sdk.inc | |||
@@ -15,6 +15,3 @@ S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' | |||
15 | 15 | ||
16 | # make everything compatible for the time being | 16 | # make everything compatible for the time being |
17 | COMPATIBLE_MACHINE_$MACHINE = "$MACHINE" | 17 | COMPATIBLE_MACHINE_$MACHINE = "$MACHINE" |
18 | |||
19 | # only powerpc and powerpc64 are compatible | ||
20 | COMPATIBLE_HOST = "(powerpc|powerpc64)" | ||