Age | Commit message (Collapse) | Author | Files |
|
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
variable
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
* introduce linux-firmware.inc which allows to easily fetch firmwares
for lot of devices.
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
* COPYRIGHT text suggests MIT license
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
undrwater for SHR as default
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Update to latest kernel patches PSP 3.20.00.12
* Still 2.6.33rc4
* Update defconfigs to match updated kernel configs
* Bump Kernel PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
* RTC shouldn't touch RTC registers unless the hardware driver is configured
* Debug tracked down thanks to laurent.dufrechou@gmail.com
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
|
|
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
|
|
* Makes python-pygps usable again (2.91 lacks bindings)
|
|
|
|
|
|
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* orcc is using /tmp for temporary file which leads to
compilation failure if /tmp is mounted with noexec thus
use the actual directory for temporary files.
* tested with gst-plugins-bad
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* actually elfutils contains only a link to the libs and the
binaries are in -dev
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* bitbake meta-toolchain with task-sdk-base fails without this when
runned from scratch with the following error log :
mimedir-attachment.h:24:18: error: glib.h: No such file or directory
mimedir-attachment.h:25:25: error: glib-object.h: No such file or directory
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* This recipe downloads and unpacks installer and installs the tcl scripts
for the Control Center tools
* Currently installing into MACHINE ARCH, which could be moved later.
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
recent buildhosts. This will not change the generated binary; it merely
facilitates building the kernel and modules.
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
|
|
|
|
|
|
* mainline since 2.6.29-rc8
|
|
|
|
* 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>
|
|
.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* For uclibc __to_type is typedef'ed to const __ctype_touplow_t*
which is a short int. So the mangled alias breaks because on
glibc __to_type is int* and mangled alias is set accordingly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* glibc is LGPLv2.1
* libgcc/libstdc++ is GPL (v2/v3) with GCC Runtime Library Exception
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Just a few things in the documentation I noticed while reading up on OE. I don't understand why 'git diff' included "\ No newline at end of file" for some of these, or how I could instruct it not to, but I also didn't want to pick apart my patch outside of git.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
angstrom-feed-config packages
|
|
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Phil Blundell <philb@gnu.org>
|
|
* without this bitbake meta-toolchain fails because it doesn't find who
provides gdb-cross-sdk
* found thanks to a hint from Phil Blundell on IRC
* tested with Angstrom/ARMv5te
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
* Generate dummy libm.so in uclibc-initial because
ppc gcc-cross libgcc links with libm and it
needs the notion of libm when building gcc-cross-intermediate
* Cleanup machine config files and rename from .config to .machine
* Bump SRCREV to latest master
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* ti-eula-unpack runs installjammer installers to install ti components
* installjammer can run in GUI mode or console mode
* ti-eula-unpack passes options and string paths to the installer
which need to be run in console mode
* GUI mode is automatically selected if an X11 Display is found which
means that script options won't get passed to the installer
* This patch forces use of console mode in the installer, so that the
GUI will never be invoked for these scripted installs even if an X
Display is found
* Downside is ti-eula-unpack is now tighter coupled to installjammer, but
all current ti installers are ij based so not an issue currently
* Extra error checks and prints added with failure returns on error
* This also helps if the installer can't run, for example if run on
64bit host without 32bit compat libs (currently required by these
installjammer installers)
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
into org.openembedded.dev
|
|
|
|
|
|
|