From 6cb806430f8a66630f960bf0570c49fddacfe98d Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 28 Jul 2009 13:39:53 +0200 Subject: linux: added NHK15 support for 2.6.20 version staged headers are needed for x11 acceleration --- .../nhk15/hrw-make-create-kconfig-executable.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch (limited to 'recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch') diff --git a/recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch b/recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch new file mode 100644 index 0000000000..7a2ccae78e --- /dev/null +++ b/recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch @@ -0,0 +1,17 @@ +--- + arch/arm/mach-nomadik/Makefile | 1 + + 1 file changed, 1 insertion(+) + +--- linux-2.6.20.orig/arch/arm/mach-nomadik/Makefile ++++ linux-2.6.20/arch/arm/mach-nomadik/Makefile +@@ -158,9 +158,10 @@ machmrproper: + #This will resolve any machin specific dependency for configuration + #This will generate Kconfig file if not present + machconfig: + ifneq ($(wildcard $(TOPDIR)/arch/arm/mach-nomadik/Kconfig), $(TOPDIR)/arch/arm/mach-nomadik/Kconfig) + @echo "Generating $(TOPDIR)/arch/arm/mach-nomadik/Kconfig" ++ @chmod 755 ./create_kconfig.pl + @./create_kconfig.pl $(TOPDIR)/arch/arm/mach-nomadik + endif + + # end of Auto board configuration/dependency resolution -- cgit v1.2.3