summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)Author
2017-07-01conf: machine: apalis/colibri-imx6: rename U_BOOT_BINARY to UBOOT_BINARYColibri-iMX7_LXDE-Image_2.7b3-20170630Colibri-iMX6_LXDE-Image_2.7b3-20170630Colibri-VF_LXDE-Image_2.7b3-20170630Apalis-iMX6_LXDE-Image_2.7b3-20170630Marcel Ziswiler
As somebody previously decided to rename U_BOOT_BINARY to UBOOT_BINARY unbreak e.g. i.MX 6 Tezi builds by continuing that rename through the various layers: http://git.toradex.com/cgit/meta-toradex-bsp-common.git/commit/?h=morty&id=02f7fdfe5eaca64e0c710cce4d701a609d499e8b Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2017-07-01conf: machine: colibri-vf: add machine definition for vybridSanchayan Maity
Add machine definition for Vybrid. The Vybrid machine definition is already present in meta-freescale-3rdparty. Add the same to the meta-toradex-nxp layer to be able to deploy Aster device trees. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-07-01conf: machine: colibri-imx6: add aster device tree to colibri imx6 machineSanchayan Maity
Add Aster device tree to Colibri iMX6 OE machine configuration. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-07-01conf: machine: colibri-imx7: add aster device tree to colibri imx7 machineSanchayan Maity
Add Aster device tree to Colibri iMX7 OE machine configuration. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-06-09colibri-imx7: add toradex easy installer supportStefan Agner
Add Toradex Easy Installer support by enabling the tezi image format. Also specify the Product IDs this machine is compatible with and the device tree associated with them. This is used on devices where we have variants using different device trees but were built using a single OpenEmbedded machine. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@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>
2017-04-07layer.conf: add layer dependenciesMax Krummenacher
While at it clean-up and unify with other Toradex layers. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-02-08colibri/apalis-imx6: follow renaming of tezi image typeStefan Agner
The "tezi" image type has been renamed to "teziimg". Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-10colibri-imx6: enable Toradex Easy Installer imageStefan Agner
Enable Toradex Easy Installer image for Colibri iMX6 machine. This requires to specify the Product Id this machine supports so that the Installer can filter the images and only show images compatible with the module currently running on. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-09apalis/colibri-imx6: reorder U-Boot binaries to fix sdcard/tezi imageStefan Agner
Image formats which include the U-Boot binary rely on U_BOOT_BINARY pointing to a U-Boot binary working with SPL. U_BOOT_BINARY seems to point to the last U-Boot binary built, hence move the "spl" configuration to the end to make sure U_BOOT_BINARY points to the U-Boot binary which works with SPL. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-09apalis-imx6: enable Toradex Easy Installer imageStefan Agner
Enable Toradex Easy Installer image for Apalis iMX6 machine. This requires to specify the Product Id this machine supports so that the Installer can filter the images and only show images compatible with the module currently running on. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-09apalis/colibri imx6: add machines which build a spl u-bootMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-09colibri-vf: machine conf updated in meta-fsl-arm-extraMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-09colibri-imx7: machine conf moved to meta-fsl-arm-extraMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-28add layer.confMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-06-30colibri-imx7: add kernel 4.1.15 recipeMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-06-30colibri-imx7: remove zImage and dtbs from rootfsStefan Agner
Remove Kernel image and device tree from rootfs since we start using static UBI volumes. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-30colibri-vf.conf: set mqxboot version with wildcardMax Krummenacher
Fix build failure because mqxboot_2.x is built instead of the required mqxboot_1.x. The mqxboot version changed from 1.0 to 1.0.1. Choosing the preferred version with a wildcard prevents using the not compatible 2.x version. NOTE: preferred version 1.0 of mqxboot not available (for item mqxboot) NOTE: versions of mqxboot available: 1.0.1 2.0.1 While at it set the prefered providers for mcc related recipes. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (ported from meta-fsl-arm-extra 6eefe6562d51525ff511adf81a84ad7af8a25814 and 0f4942175f8ae00741b2fee2ab82ceedb58f15c3)
2016-03-14colibri-imx7: add machine configurationMax Krummenacher
The Toradex Colibri iMX7 computer module is based on i.MX 7. The Colibri iMX7 is a member of the pincompatible Colibri family. They feature on module RAM and NAND, Ethernet PHY, Resistive Touch Controller and Audio Codec. For additional specifications please visit: https://www.toradex.com/computer-on-modules/colibri-arm-family/freescale-imx7 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14Apalis/Colibri iMX6: drop in favour of meta-fsl-arm-extraMax Krummenacher
machine/u-boot/kernel files have been added to meta-fsl-arm-extra. Use them from there now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14colibri-vf: read machine configuration, remove zImage from rootfsStefan Agner
Read machine configuration and remove Kernel image and device tree from rootfs since we start using static UBI volumes. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2015-10-28machine Apalis iMX6: deploy Ixora device treesMax Krummenacher
2015-10-28machines iMX6: drop pinning of X-Server versionMax Krummenacher
2015-10-12Apalis iMX6: cleanup filename for V1.0 HWMax Krummenacher
Follow the rename imx6q-apalis-eval_v1_0.dtb to imx6q-apalis_v1_0-eval.dtb in the kernel. The v1_0 denotes the Apalis module version, not the evaluation board version.
2015-08-07colibri-vf: moved to meta-fsl-arm, remove hereMax Krummenacher
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-12colibri-vf: remove ext2 from MACHINE_FEATURESMax Krummenacher
2015-05-12Apalis/Colibri iMX6: kernel/U-Boot update to latest in -nextMax Krummenacher
Also deploy an additional device tree supporting a Colibri iMX6 with Analog Camera Module.
2015-05-12colibri_vf: use new USB gadget libraryStefan Agner
Use new library libusbg with its automatic gadget configuration service. Also enable a console on USB gadget serial port (CDC ACM) which is ttyGS0 on device side.
2015-05-12Apalis/Colibri iMX6 build kernel uImageMax Krummenacher
The default changed to zImage so explicit set uImage for now. While at it cleanup the recipe, remove pci from Colibri machine features.
2015-01-20apalis/colibri-imx6: Fix serial console ttyBhuvanChandra.DV
This patch fixes the issue of getting serial tty login at ttymxc1 (UART_B). Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
2014-12-16colibri-vf: switch to mainline kernel based on 3.18Stefan Agner
Switch default kernel recipe to linux-toradex-vf which will build a kernel based on the toradex 3.18-next branch.
2014-12-11apalis/colibri-imx6: U-Boot and Kernel for V1.0/V1.1Max Krummenacher
Update to a U-Boot and Kernel which can be used for Apalis iMX6 HW version V1.0 and V1.1. Also deploy additional device tree for Apalis iMX6 V1.0 modules
2014-10-30machine: imx6: fix thumb2 arch settingMax Krummenacher
2014-10-30colibri-imx6: add machine definition and burnflashMax 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-20colibri-vf: u-boot: switch to 2014.10Stefan Agner
Use rebased U-Boot release 2014.10. The README has a new md5sum and U-Boots new build system has default configurations ending with defconfig too.
2014-10-20colibri-vf: switch to zImage inside root fsStefan Agner
Due to U-Boot udpate we need to create one big UBI volume. Since attaching the UBI volume is the expensive operation (compared to mount the UBIFS inside that volume), it is relatively cheep to load the kernel directly from the root filesystems /boot directory instead of creating a own volume for the kernel. This also makes it simpler to load a mainline kernel (along with the required dtb file). However, we loose the integrity check of the uImage. But since there were no measures in place to handle a invalid image, we do not loose functionality here. In case we need integrity check, we should consider switching to the new FIT image format...
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-04colibri-vf.conf: cleanupMax Krummenacher
2014-08-04apalis-imx6.conf: specify the devicetree nameMax Krummenacher
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-06-12apalis-imx6: remove unneeded variableMax Krummenacher
2014-06-11virtual/kernel: set preferred unconditionalyMax Krummenacher
Be consistent with the other machine recipes Help the autobuilder setup
2014-04-30colibri-vf: switch to U-Boot 2014.04 and latest gitStefan Agner
This commit switches Colibri VF machine to use the 2014.04 git branch. The change to latest U-Boot brings proper NAND hardware ECC support, which is also enabled in latest Linux kernel. Beside that, burnflash is updated to correctly work with the new U-Boot version and the altered Config Block location.
2014-04-04Revert "cortex-a5.inc: backport from openembedded-core dora branch"Max Krummenacher
File now provided by openembedded-core This reverts commit 592b1395c7cdff2125b5e42a7f9605749e625419.
2014-04-01machines: add colibri-vf, apalis-imx6Max Krummenacher
2014-04-01colibri-vf: use meta-fsl* layer for BSP filesMax Krummenacher
remove the files copied from meta-fsl* for Colibri-VF V2.1 move the colibri-vf u-boot and kernel stuff to meta-fsl-arm-extra