Age | Commit message (Collapse) | Author | Files |
|
* IJ installer returns error for --version/--help tests
* Remove for noew while debugging
* Issue found by brijesh
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.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>
|
|
|
|
* New codec recipes from Arago team in Germantown
* Updated dm6446 and dm355 from Brijesh Singh
* cmem, gst-ti and dmai fixes from Brijesh Singh
angstrom: introduce SOC_FAMILY and start using it TI recipes as a testing ground
* SOC_FAMILY tells you which system on chip is used in the MACHINE, e.g. omap3, dm355, pxa25x, s3c24xx.
This avoids having to duplicate lots of overrides in machine specific recipes. This is *NOT*
intended to be used as a package arch.
|