diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-08-17 10:51:58 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-08-17 13:06:48 -0300 |
commit | ad518750430d188e91a003b04728898dc5fcb281 (patch) | |
tree | 70f292feec893938f80ee7a5ed67c0cb55892e38 | |
parent | 87ebd4a4bca52e19ebc30afe0852ffc75f6130b0 (diff) | |
download | meta-fsl-arm-ad518750430d188e91a003b04728898dc5fcb281.tar.gz |
linux-libc-headers-imx (2.6.38): drop as no BSP uses it
The 2.6.38 kernel has been used for the initial i.MX6Q support but now
it is replaced by 3.0.15 with much nicer kernel support thus this
version has no reason to be kept on the repository anymore.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
-rw-r--r-- | recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.38.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.38.bb b/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.38.bb deleted file mode 100644 index 972c731..0000000 --- a/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.38.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require recipes-kernel/linux-libc-headers/linux-libc-headers.inc | ||
2 | |||
3 | PROVIDES = "linux-libc-headers" | ||
4 | RPROVIDES_${PN}-dev = "linux-libc-headers-dev" | ||
5 | RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" | ||
6 | |||
7 | DEFAULT_PREFERENCE_imx53qsb = "-1" | ||
8 | DEFAULT_PREFERENCE_imx53ard = "-1" | ||
9 | COMPATIBLE_MACHINE = "(imx53qsb|imx53ard|mx6)" | ||
10 | |||
11 | SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_2.6.38_12.01.01" | ||
12 | S = "${WORKDIR}/git" | ||