diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
commit | 88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch) | |
tree | e1ad8651aa7663850f6dc1108b278f56a2b92a91 /recipes-ti/codec-engine/ti-codec-engine/bypass-GCArmv5T-used-is-sealed.patch | |
parent | a1e2573369c6714956af561523ba274aa9c185f7 (diff) | |
download | meta-ti-split.tar.gz |
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring
extra non-standard dependencies besides oe-core.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/codec-engine/ti-codec-engine/bypass-GCArmv5T-used-is-sealed.patch')
-rw-r--r-- | recipes-ti/codec-engine/ti-codec-engine/bypass-GCArmv5T-used-is-sealed.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-ti/codec-engine/ti-codec-engine/bypass-GCArmv5T-used-is-sealed.patch b/recipes-ti/codec-engine/ti-codec-engine/bypass-GCArmv5T-used-is-sealed.patch deleted file mode 100644 index b93161f4..00000000 --- a/recipes-ti/codec-engine/ti-codec-engine/bypass-GCArmv5T-used-is-sealed.patch +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | do_compile produces: | ||
2 | |||
3 | js: "/prj/oe/bb/build/tmp-eglibc/work/beagleboard-angstrom-linux-gnueabi/ti-codec-engine-2_26_02_11-r114a/codec_engine_2_26_02_11/packages/ti/sdo/ce/osal/linux/package.xs", line 50: XDC runtime error: gnu.targets.arm.GCArmv5T: '$used' is sealed | ||
4 | |||
5 | Fix per suggestion in http://e2e.ti.com/support/dsp/omap_applications_processors/f/447/t/110920.aspx | ||
6 | |||
7 | --- ./packages/ti/sdo/ce/osal/linux/package.xs.orig 2010-12-01 23:24:48.000000000 -0600 | ||
8 | +++ ./packages/ti/sdo/ce/osal/linux/package.xs 2011-12-27 14:59:39.382423341 -0600 | ||
9 | @@ -47,10 +47,10 @@ | ||
10 | } | ||
11 | |||
12 | /* Conditionally load CMEM here */ | ||
13 | - var targetMod = xdc.useModule(prog.build.target.$name); | ||
14 | - if ((":"+targetMod.getISAChain().join(":")+":").match(/:v5T:/i)) { | ||
15 | + //var targetMod = xdc.useModule(prog.build.target.$name); | ||
16 | + //if ((":"+targetMod.getISAChain().join(":")+":").match(/:v5T:/i)) { | ||
17 | xdc.useModule('ti.sdo.linuxutils.cmem.CMEM'); | ||
18 | - } | ||
19 | + //} | ||
20 | |||
21 | var osalGlobal = xdc.useModule('ti.sdo.ce.osal.Global'); | ||
22 | |||