summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-14u-boot-fsl-fw-utils: add u-boot-fw-utils to RPROVIDESjethroMirza Krak
Otherwise packages that have a run-time dependency on u-boot-fw-utils will not build u-boot-toradex-fsl-fw-utils and instead use the "default" one. This was observed when layer is used together with poky. Signed-off-by: Mirza Krak <mirza.krak@gmail.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-11-21linux-toradex: configure IPv6 SIT driver as moduleApalis_TK1_LinuxImageV2.6.1Beta2_20161122Stefan Agner
SIT tunnels (IPv6 over IPv4) are not often used hence configure the driver as a module. This also gets rid of the extra network interface sit0 by default. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-10-01colibri-vf: update kernel to latestColibri_iMX7_LinuxImageV2.6.1Beta1_20160929Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929Colibri_VF_LinuxImageV2.6.1Beta1_20161001Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-30colibri-vf: update kernel to latestMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2016-09-29xorg-server: add xorg.conf for VybridStefan Agner
Add default xorg.conf for Vybrid based modules. This makes sure that the DRM enabled modesetting DDX driver gets used. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-29README: correct url of meta-fsl-arm-extraMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29linux-toradex: Auto-load rpmsg/remoteproc modules during bootSanchayan Maity
Auto-load rpmsg/remoteproc modules during boot. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29colibri_vf: Update defconfig to build rpmsg and remoteprocSanchayan Maity
Update defconfig to build rpmsg and remoteproc. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-09-29linux vf: update to latestMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29colibri-imx7: synchronize defconfigStefan Agner
Synchronize defconfig with kernel git. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-09-29linux imx7: update to latestMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29linux imx6: update to latestMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29u-boot: use latestMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29fbset: remove Vybrid specific fb.modes fileStefan Agner
The DRM driver fbdev emulation does not support setting modes using fbset: ioctl FBIOPUT_VSCREENINFO: Invalid argument Remove the fb.modes configuration file as it provides no value anymore. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-29meta-fsl-demos layer bbappendsMax Krummenacher
Move the appends on recipe's which are not in an essential required layer into a target layer specific directory and add them only if said layer is active in build/conf/bblayers.conf. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29libdrm_%.bbappend: drop, fixed upstreamMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29update readme and copying.mitMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@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-08-17u-boot-toradex-fw-utils: fix bashismmeta-toradex_splitStefan Agner
Do not use the function keyword, then the script works fine with with Busybox' shell implementation. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-08-17u-boot-fw-utils: correct blocks reserved for environmentStefan Agner
While we use only one erase block for the U-Boot environment, we reserve four in case there are bad blocks in the environment area. Specify the number of blocks so that the Linux utilities are able to read/write the environment even if the first block of the environment is bad. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-08-17u-boot-fw-utils: use negative offset for environmentStefan Agner
Rely on newly implemented configuration functionality to locate the environment at the end of the boot partition. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30alsa-state: add asound.state for Colibri iMX7 modulesStefan Agner
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30linux-toradex: update to latestMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30colibri_vf: fix audio and add L2 switchStefan Agner
Resynchronize defconfig with the git tree version: The audio Codec Machine driver was missing hence the sound card got not detected by the SAI driver. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30linux-toradex: update to latest -nextMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30colibri-imx7: synchronize defconfigStefan Agner
Synchronize defconfig with kernel git. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@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-06-30colibri_vf: update defconfig to enable IIO sysfs triggerSanchayan Maity
While we enable CONFIG_IIO_SYSFS_TRIGGER in kernel source defconfig this is not enabled in defconfig being used in OpenEmbedded. This results in sysfs triggers not being enabled by default in an image build with OpenEmbedded. This is already observed with our last release 2.6 Beta1 image. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-06-30u-boot: get rid of obsolete patchesMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30u-boot, u-boot-fw-utils: update to latestStefan Agner
The upgrade is required to match to the latest update scripts which deploy the kernel and device tree into static UBI volumes. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-04-11linux-toradex-fsl-rt: Added a real-time kernel recipe for 3.14.52Brandon Shibley
A new i.MX6/i.MX7 real-time 3.14.52 kernel recipe was added with a modified PREEMPT_RT patch to accomodate the backports applied to the Toradex kernel. To select the kernel use a preferred provider variable in your configuration files (e.g. local.conf): PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-fsl-rt" Signed-off-by: Brandon Shibley <brandon.shibley@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-31linux-toradex_3.14.52: autoload USB gadget modulesMax Krummenacher
Use KERNEL_MODULE_AUTOLOAD to load USB gadget support. This is required for libusbg (gadget-import) to work. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-31u-boot: update to latest from 2015.04-toradex-nextMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-30psplash-angstrom_git.bbappend: removed, *.bb no longer existsMax Krummenacher
2016-03-30u-boot fsl utils: update to latest -next and add mx7Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30u-boot fsl: update to latest -nextMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30linux-toradex_4.4: update to latest on -nextMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30linux-toradex_3.14.52: update to latest on -next and use also for mx6Max Krummenacher
Update defconfigs and drop picking the defconfig from the kernel sources. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30linux-toradex-fsl-rt: Added a real-time kernel recipeBrandon Shibley
A new i.MX6 real-time kernel recipe was added with a modified PREEMPT_RT patch to accomodate the backports applied to the Toradex kernel. To select the kernel use a preferred provider variable in your configuration files (e.g. local.conf): PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-fsl-rt" Signed-off-by: Brandon Shibley <brandon.shibley@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-30linux-toradex_4.4: autoload USB gadget modulesStefan Agner
Use KERNEL_MODULE_AUTOLOAD to load USB gadget support. This is required for libusbg (gadget-import) to work. Signed-off-by: Stefan Agner <stefan.agner@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-30linux-toradex_4.1: set local version to V2.6Max Krummenacher
Signed-off--by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30linux-toradex_3.14.28: update to latest and fix branch nameMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-15formfactor: add empty machconfig for colibri-imx7Max Krummenacher
This overrides the meta-fsl-arm provided settings from machconfig. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-14colibri-vf: add linux-toradex_4.4.bbMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14linux-toradex_3.14.28: add bbappend with SRCVER and defconfigMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
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-14linux-toradex: add Linux recipe for Toradex Colibri iMX7Max Krummenacher
This recipe provides a kernel for the Freescale i.MX 7 based module Colibri iMX7. - based on Freescale's BSP release imx_3.14.52_1.1.0_ga release Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14u-boot-toradex: add i.MX 7 based modulesMax Krummenacher
This allows building U-Boot supporting Toradex Colibri iMX7 modules. Based on upstream Freescale/NXP 3.14.52_1.1.0_ga release which is based on 2015.04. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>