diff options
author | Mike Westerhof <mwester@dls.net> | 2009-04-15 23:33:57 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-04-15 23:33:57 -0500 |
commit | e9a0747532601b393e46a861bca6b1f929d43605 (patch) | |
tree | 2141ea671053b805f80348ce18bba970fca36e1e /recipes/linux/linux-openmoko-2.6.29 | |
parent | fb7eba513b2d59c33163bd380019a4cabc8b6782 (diff) |
Revert "Openmoko: linux-openmoko-2.6.29 - commit new recipe tied to upstream kernel"
This reverts commit fb7eba513b2d59c33163bd380019a4cabc8b6782.
Change rejected.
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.29')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.29/defconfig-oe.patch | 12 | ||||
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.29/fix-install.patch | 23 |
2 files changed, 0 insertions, 35 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.29/defconfig-oe.patch b/recipes/linux/linux-openmoko-2.6.29/defconfig-oe.patch deleted file mode 100644 index 3f65387b78..0000000000 --- a/recipes/linux/linux-openmoko-2.6.29/defconfig-oe.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- gta02-packaging-defconfig 2009-01-12 13:09:33.000000000 +0000 -+++ defconfig-oe 2009-01-12 13:18:23.000000000 +0000 -@@ -337,9 +337,6 @@ - # - # At least one emulation must be selected - # --CONFIG_FPE_NWFPE=y --# CONFIG_FPE_NWFPE_XP is not set --# CONFIG_FPE_FASTFPE is not set - - # - # Userspace binary formats diff --git a/recipes/linux/linux-openmoko-2.6.29/fix-install.patch b/recipes/linux/linux-openmoko-2.6.29/fix-install.patch deleted file mode 100644 index 46bc25a50b..0000000000 --- a/recipes/linux/linux-openmoko-2.6.29/fix-install.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Steve Sakoman <steve@sakoman.com> -Date: Mon, 18 Aug 2008 16:07:31 +0000 (-0700) -Subject: scripts/Makefile.fwinst: add missing space when setting mode in cmd_install -X-Git-Url: http://www.sakoman.net/cgi-bin/gitweb.cgi?p=linux-omap-2.6.git;a=commitdiff_plain;h=f039944bdd491cde7327133e9976881d3133ae70 - -scripts/Makefile.fwinst: add missing space when setting mode in cmd_install - -This was causing build failures on some machines ---- - -diff --git a/scripts/Makefile.fwinst b/scripts/Makefile.fwinst -index 6bf8e87..fb20532 100644 ---- a/scripts/Makefile.fwinst -+++ b/scripts/Makefile.fwinst -@@ -37,7 +37,7 @@ install-all-dirs: $(installed-fw-dirs) - @true - - quiet_cmd_install = INSTALL $(subst $(srctree)/,,$@) -- cmd_install = $(INSTALL) -m0644 $< $@ -+ cmd_install = $(INSTALL) -m 0644 $< $@ - - $(installed-fw-dirs): - $(call cmd,mkdir) |