Age | Commit message (Collapse) | Author | Files |
|
* Don't pollute the recipes/files directories with downloads - avoid git
reporting the file as untracked
* The same GFX SDK binary is required by libgles-omap3 and omap3-sgx-modules
recipes and instructions tell to put them in separate FILESPATH directories,
leading to confusion or duplication (it's half a GB file!)
* Checksums are not verified for files in FILESPATH, only for DL_DIR
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Fix the following 3 build issues:
1. X11ROOT is used by GFX SDK Makefiles as a root of X11 installation and
results in -I$(X11ROOT)/include and -L$(X11ROOT)/lib in CFLAGS/LDFLAGS.
Set it to ${STAGING_DIR_HOST}/usr instead of ${STAGING_INCDIR}. Otherwise
the build fails with the following error messages:
PVRShellOS.h:18:22: error: X11/Xlib.h: No such file or directory
PVRShellOS.h:19:23: error: X11/Xutil.h: No such file or directory
2. Set TOOLCHAIN variable used in GFX SDK Makefiles to point to the toolchain
location. Fixes the following message, among others:
ld: warning: library search path "/lib" is unsafe for cross-compilation
3. Add libXdmcp to the list of linked X11 libraries, in addition to libX11
and libXau. Link stage failure:
ld: warning: libXdmcp.so.6, needed by libX11.so, not found
libX11.so: undefined reference to `XdmcpWrap'
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
${PN}
|
|
|
|
|
|
|
|
* DEFAULT_PREFERENCE = "-1" till it becomes widely available
* Hardcodes 3430, discussing with upstream to make it universal
|
|
|
|
|
|
|
|
|
|
* convert to new-style staging
* (re)build demos with proper toolchain and flags
* build trainingcourses
* generate .desktop files on the fly
* delete old versions
|
|
to enable tripple buffering
|
|
libgles-omap3: make 3.01.00.02 the default and attempt to fix file permissions
|
|
|
|
|
|
|
|
|
|
|
|
* adjust libgles-omap3 staging to stage more headers for thisi
* bc-cat module complains about unresolved symbols during modprobe hence
using modprobe -f to force the module loading.
|
|
|
|
|
|
* I really suck at git, sorry
|
|
|
|
* This needs some runtime shuffling, so a new initscript
|
|
* actual .08 recipe will follow later
|
|
|
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|