From d5e730317a4d1aa94bdfbf25654847fe788d70df Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 5 Aug 2015 08:50:26 -0300 Subject: Drop Freescale official Linux kernel for i.MX23, i.MX28 and i.MX5 SoC families The Linux kernel provided by Freescale for i.MX28 and i.MX5 is too old (2.6.35.3) and there are no plans to upgrade it, as the OE-Core is going to use GCC 5.2 as default compiler soon and it is not possible to compile this kernel with the new toolchain, thus the removal. The metadata related to the i.MX23, i.MX28 and i.MX5 SoC family, which is dependant of this Linux kernel support, has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. The recipes affected are: - alsa-state - amd-gpu-x11-bin - gtk+3 - imx-lib - imx-test - imx-vpu - libfslcodec - linux-imx - mesa - qt4-embedded-free - qt4-x11-free - qtbase - xf86-video-imxfb Signed-off-by: Otavio Salvador Acked-by: Daiane Angolini --- .../imx-vpu/imx-vpu-11.09.02/obey-variables.patch | 27 ---------------------- recipes-bsp/imx-vpu/imx-vpu.inc | 1 - recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb | 8 ------- 3 files changed, 36 deletions(-) delete mode 100644 recipes-bsp/imx-vpu/imx-vpu-11.09.02/obey-variables.patch delete mode 100644 recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb (limited to 'recipes-bsp/imx-vpu') diff --git a/recipes-bsp/imx-vpu/imx-vpu-11.09.02/obey-variables.patch b/recipes-bsp/imx-vpu/imx-vpu-11.09.02/obey-variables.patch deleted file mode 100644 index 13f61b27..00000000 --- a/recipes-bsp/imx-vpu/imx-vpu-11.09.02/obey-variables.patch +++ /dev/null @@ -1,27 +0,0 @@ -Obey CFLAGS, LDFLAGS - -Signed-off-by: Christopher Larson -Upstream-status: Pending - ---- imx-vpu-11.09.02.orig/vpu/Makefile 2014-09-02 13:14:50.862005896 -0700 -+++ imx-vpu-11.09.02/vpu/Makefile 2014-09-02 13:15:15.018153222 -0700 -@@ -1,5 +1,6 @@ - CC ?=$(CROSS_COMPILE)gcc - AR ?=$(CROSS_COMPILE)ar -+CFLAGS ?= -O2 - - # list of platforms which want this test case - INCLUDE_LIST:= IMX27ADS IMX51 IMX53 IMX6Q -@@ -33,10 +34,10 @@ - endif - - %.o: %.c -- $(CC) -D$(PLATFORM) -Wall -O2 -fPIC -c $^ -o $@ -+ $(CC) -D$(PLATFORM) -Wall -fPIC $(CFLAGS) -c $^ -o $@ - - $(LIBNAME).so.$(SONAMEVERSION): $(OBJ) -- $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ -+ $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ $(LDFLAGS) - - $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION) - ln -s $< $@ diff --git a/recipes-bsp/imx-vpu/imx-vpu.inc b/recipes-bsp/imx-vpu/imx-vpu.inc index fd59770a..c84bf955 100644 --- a/recipes-bsp/imx-vpu/imx-vpu.inc +++ b/recipes-bsp/imx-vpu/imx-vpu.inc @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://vpu/EULA.txt;md5=b063366b066c9f10037c59756a9ced54" DEPENDS = "virtual/kernel" inherit fsl-eula-unpack -PLATFORM_mx5 = "IMX51" PLATFORM_mx6 = "IMX6Q" SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" diff --git a/recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb b/recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb deleted file mode 100644 index c5dd9bd5..00000000 --- a/recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright (C) 2013 Freescale Semiconductor -require imx-vpu.inc - -SRC_URI += "file://obey-variables.patch" -SRC_URI[md5sum] = "1988a08687a09ef8590e66ff17ac6ed3" -SRC_URI[sha256sum] = "783f136aa9b9257d4bffbdaf05bdcb85d177c544c3f8a4674421ba7b065ed5c0" - -COMPATIBLE_MACHINE = "(mx5)" -- cgit v1.2.3-54-g00ecf