summaryrefslogtreecommitdiff
path: root/conf/distro/include/arm-defaults.inc
AgeCommit message (Collapse)Author
2021-08-14layer: convert to new override syntaxMax Krummenacher
This is the result of automated script (0.9.3) conversion: ../openembedded-core/scripts/contrib/convert-overrides.py . +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-01arm-defaults.inc: drop useless True parametersMing Liu
Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit b41d325b2650724e0645acbeddcbc72e6af52747)
2020-01-23arm-defaults.inc: drop torizon overridesMing Liu
tdx overrides should be used by both tdx and torizon distros, torizon overrides should not be in this layer. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-10-09arm-defaults: don't use cpu specific package feeds and optimizationMax Krummenacher
oe-core commit ac83d22eb removed armv7a or armv7ve from the TUNE_FEATURES. This made the python logic no longer kicking in and reverted to have CPU specific package feeds. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06populate inital distroMax Krummenacher
Only adds a tdx-x11 distro. Additional flavours to follow. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>