diff options
author | Roger Monk <r-monk@ti.com> | 2010-02-09 18:47:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:18 +0200 |
commit | 2e7b6b68e4d4d74b6f83b75cfa967aae5d93b306 (patch) | |
tree | 3f05ef6089172b7dde294c37a70ead1aa0cbca30 /recipes/ti/ti-dsplink_1.64.bb | |
parent | e3c2319d926511c142460b99c911517ddc50a07f (diff) |
ti-dsplink: Add support for 2.6.33 and fix XDC interface generation
* Add patch to dsplink_1.64.bb for 2.6.33 support
* Header move from linux/autoconf.h to generated/autoconf.h
* Make file writable in staging
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-dsplink_1.64.bb')
-rw-r--r-- | recipes/ti/ti-dsplink_1.64.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ti/ti-dsplink_1.64.bb b/recipes/ti/ti-dsplink_1.64.bb index add140747f..d457e50120 100644 --- a/recipes/ti/ti-dsplink_1.64.bb +++ b/recipes/ti/ti-dsplink_1.64.bb @@ -6,6 +6,8 @@ PV = "1_64" SRC_URI[dsplinktarball.md5sum] = "90223da7c88af57d12936adeba1a0661" SRC_URI[dsplinktarball.sha256sum] = "32b6fbae2b61f5f71ab3eae9d2f5ad6b75d682ad8bde9963152830be1f8d286b" +SRC_URI_append = "file://dsplink_1_64_kernel_2_6_33_autoconf.patch;patch=1 " + # Cheat a bit with includes # SZ_1k = 0x00000400 # ../gpp/src/arch/OMAP3530/shmem/Linux/omap3530_phy_shmem.c:127: error: 'SZ_2K' undeclared (first use in this function) |