summaryrefslogtreecommitdiffstats
path: root/conf/machine/omap3evm.conf
Commit message (Collapse)AuthorAgeFilesLines
* conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 familiesDenys Dmytriyenko2022-02-221-32/+0
| | | | | | | Those platforms are being deprecated and not supported in future meta-ti releases. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* meta-ti: convert to new override syntax in honisterDenys Dmytriyenko2021-08-171-1/+1
| | | | | | | | | | Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* conf/machine: use xz over gz for imagesAndrew F. Davis2020-01-311-1/+1
| | | | | | | | This compresses better and most machines use this now, lets switch these remaining machines over. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: deprecate use of SERIAL_CONSOLEDenys Dmytriyenko2018-10-171-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: remove references to xf86-input-tslib from meta-oeDenys Dmytriyenko2018-03-011-2/+0
| | | | | | It is still mentioned in the commend, in case someone needs it. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf: change GUI_MACHINE_CLASS to MACHINE_GUI_CLASSThomas Perrot2016-02-081-1/+1
| | | | | | | | Correct the name of the variable used to define the size of the logo: GUI_MACHINE_CLASS renamed MACHINE_GUI_CLASS. Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: update legacy machines to use latest mainline kernel and u-bootDenys Dmytriyenko2014-06-241-2/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: unify all machines to produce tar.gz instead of tar.bz2 by defaultDenys Dmytriyenko2013-03-121-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3, am37x, am3517, beagleboard: unify and cleanup configsDenys Dmytriyenko2013-03-081-19/+5
| | | | | | | * Centralize common/SoC settings in omap3.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machine configs: Add SGX to MACHINE_FEATURESFranklin S. Cooper Jr2013-02-251-1/+1
| | | | | | | | | | | | | * Add sgx to MACHINE_FEATURES to indicate that a particular machine supports sgx. * TI chips are available in multiple variants including some that supports sgx while others do not. * By adding sgx as a machine feature other layers can create generic packagegroups or images for a particular soc but will only include sgx dependencies if the particular machine has sgx support. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am335x-evm, omap3*: drop remaining TARGET_ARCH, wrecking sstateDenys Dmytriyenko2013-02-121-2/+0
| | | | | | Bump MACHINE_KERNEL_PR to rebuild the correct sstate. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap3evm.conf: Use '+=' not '?=' in IMAGE_FSTYPESTom Rini2012-03-301-1/+1
| | | | | | | | | As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '+=' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* TI BSP: add support the OMAP35x EVM boardKoen Kooi2011-01-031-0/+52
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>