summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-t20.conf
AgeCommit message (Collapse)Author
2020-05-20apalis/colibri-t20/t30: use backports 4.19Oleksandr Suvorov
Backports-5.4 is incompatible with tegra kernel 3.1.10. Use backports-4.19 as the latest compatible with this kernel. Related-to: ELB-2724 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2018-09-27images: add wic support for tegraGerard Salvatella
Currently only imx and vybrid automatically generate wic images. This functionality is useful e.g. for booting from SD cards. Add wic image generation in tegra modules. Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-10-05machines: compress the rootfs artefacts with xzMax Krummenacher
Change the compression method for the rootfs from bz2 to xz. This unifies the Toradex bsp with the same change done to NXP based machines when we added the Toradex Easy Installer. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2017-04-07machine configs: don't deploy the kernel in /bootMax Krummenacher
In our images this has been done during do_rootfs and friends, do it the oe-core way. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30machine conf: remove setting of MACHINE_GUI_CLASSMax Krummenacher
This is only used for choosing a custom logo size. Not needed in our use case. meta-openembedded/meta-oe/recipes-kernel/linux/linux.inc Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2015-11-03apalis/colibri_t20/t30: change default tune to thumb-2Marcel Ziswiler
Change DEFAULTTUNE in machine configurations to Thumb-2.
2015-06-16tegra: create tegra-base.inc machine configurationStefan Agner
Consolidate Tegra specific machine configuration in a common tegra-base.inc file.
2015-06-16colibri_t20: install kernel-image in machine configStefan Agner
Since the boot loader requires a kernel-image in /boot, add the kernel-image to MACHINE_ESSENTIAL_EXTRA_RDEPENDS. This allows to boot images which do not select packagegroup-boot by default such as the Poky reference distribution images.
2015-05-18machines: don't pin systemd version anymoreMax Krummenacher
Use systemd V2.18 from meta-angstrom. Issues with firmware loading and the 3.1.10 kernel for the tegra machines are fixed with a backport from oe-core.
2015-05-12apalis/colibri_t20/t30: integrate latest stuffMarcel Ziswiler
2015-03-31mesa: remove egl, gles instead of using mesa-glMax Krummenacher
2014-10-30machines: use thumb2 with meta-angstromMax Krummenacher
Angstrom started using thumb2 on machines with armv7-a architectures. This commit removes our override to stay on arm instruction set, so if building our machines with the angstrom distribution you now get thumb2 builds.
2014-10-06systemd: don't pull in systemd 216Max Krummenacher
meta-angstrom backported systemd 2.16 into daisy. Keep using 2.11 for now.
2014-08-04machine.conf: use arm instructions setMax Krummenacher
Angstrom default on armv7a would be thumb2, however there are some recipes around with arm assembler which fails.
2014-08-04machine.conf: xserver: make sure to use machine specificMax Krummenacher
If the package manager finds a version newer than the prefered-version that one gets installed. As we need a specific one for the tegras and for imx6 we change the 'epoch' to something very high.
2014-08-04machine.conf: unify MACHINE_FEATURESMax Krummenacher
unify the features between machines kernel26 is deprecated and unused apm does not make sense on ARM While at it remove some commented stuff
2014-08-04tegra: use xserver 1.14.4 recipeMax Krummenacher
2014-06-25machine tegra: prefer egl gles from toradex-nv-binariesraul
2014-04-01machines: Add PREFERRED_PROVIDER for mesa to be mesa-glMax Krummenacher
EGL, OpenGL ES1.1 and OpenGL ES2.0 provided in binary form.
2014-04-01machines: Add PREFERRED_PROVIDER for virtual/bootloaderMax Krummenacher
virtual/bootloader is a commonly used target. This patch adds it for meta-fsl-arm machines. Other BSP layers have this provider and when using a mutli-machine distro setup bitbake virtual/bootloader builds a wrong u-boot for fsl machines The patch was imported from the meta-arm-fsl git server (https://github.com/Freescale/meta-fsl-arm/commit/93b3d7dd7cdbbc0a49394cc32d335fb85fd2da74) and adapted to our machines.
2013-09-22machine: define SOC-FAMILY, fix ARCH nameMax Krummenacher
2013-09-22xserver: upgrade Colibri T20 and Apalis T30 to V14Max Krummenacher
2013-09-22machine: force x-server version 1.13.1Max Krummenacher
- the binary only x-server driver only supports API for 1.13 at the moment - remove a backup file
2013-09-22colibri-t20.conf: cleanupMax Krummenacher
2013-01-29kernel: use the unified recipeMax Krummenacher
2012-10-18define the vfp variant to be usedMax Krummenacher
2012-10-18update to L4T R16, use abi hard float instead of soft floatMax Krummenacher
2012-08-15L4T R15, oe-core Image V2.0Beta1Max Krummenacher
2012-07-21removed unneeded apmd from machine featuresMax Krummenacher
2012-06-03Initial commitMax Krummenacher