summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-18 trdx-extra: add mcc components for vybridMax Krummenacher
The MCC (Multi-Core Communication) is the subsystem that enables MQX applications running on the M4 core to communicate with Linux applications on the A5 core
2014-03-18trdx-extra: add gpioconfig to vybridMax Krummenacher
2014-03-18angstrom-lxde-image: T30: add gst-plugins-good-jpegMax Krummenacher
2014-03-17kernel/u-boot: update to latest git revisionStefan Agner
2014-03-17GPIOConfig: add initial version for VybridStefan Agner
Add initial GPIOConfig for Vybrid (V1.0 Alpha 1)
2014-03-17vybrid: backport Cortex-M utilites from meta-fslStefan Agner
- Add utility mqxboot to load firmware into IRAM and reset M4 - Add kernel module mcc needed by libmcc - Add multi-core communication library libmcc for message queue based communication with Cortex-M core
2014-03-17trdx-nv-binaries: update to L4T R16.4Max Krummenacher
- update binary userspace drivers to R16.4 - remove old versions - use the SOC Family tegra2 / tegra3 for file paths
2014-03-06release notes: vybrid beta 2 release notesStefan Agner
2014-02-21layer: lower layer priority to allow override of recipesStefan Agner
2014-02-13release notes: apalis t30Marcel Ziswiler
Add a note concerning suspend LP1 being untested resp. it currently failing due to igb/PCIe issues.
2014-02-10image: improved dependencies to make Qt image smallerStefan Agner
- move pam-plugin-ck-connector to LXDE image - remove connman-gnome from Qt image
2014-02-10release notes: apalis/colibri t20/t30 v2.1 beta 2Marcel Ziswiler
2014-02-10kernel/u-boot: update to latest gitColibri_T30_LinuxImageV2.1Beta2_20140206Colibri_T20_LinuxImageV2.1Beta2_20140207Apalis_T30_LinuxImageV2.1Beta2_20140206Stefan Agner
2014-02-05burnflash: account for fs overhead and many filesMax Krummenacher
- add 512 bytes for each deployed file - add 4% to account for ext3 fs overhead - give a warning and exit if the rootfs cannot be copied Without this the created loop file is to small when deploying a huge rootfs with a lot of small files.
2014-02-05image: add kernel module for fusion touch screensStefan Agner
Add kernel module for Fusion 7"/10" touch screen to the root filesystem image.
2014-02-04util-linux: add fstrimMax Krummenacher
Add the fstrim utility to Colibri T30 image. The utility allows to send trim commands to the underlaying flash translation layer, which allows too free not used flash sectors and those improve wear- leveling
2014-01-23xorg-xserver: add entry for fusion touchscreen driverStefan Agner
2014-01-23xorg-xserver: extended default xorg.confStefan Agner
Add sections for both monitor outputs, add example configuration to disable an output as well as select prefered mode.
2013-12-18stress: fix build, texinfo errorsMax Krummenacher
newer distro's tools give the following errors. stress.texi:68: @itemx must follow @item ported from meta-linaro: From e8ba4b6db2c3ec2be54f74d0177bbce2df3f0714 Mon Sep 17 00:00:00 2001 From: Riku Voipio <riku.voipio@linaro.org> Date: Mon, 1 Jul 2013 12:36:23 +0300 Subject: [PATCH] meta-linaro: fix stress build incompatible texinfo changes broke this build
2013-12-02rootfs: don't populate /dev/ with static device filesColibri_VF_LinuxImageV2.1Beta2_20131129Max Krummenacher
The Colibri VFxx console gobbles most output and sometimes provokes a kernel oops during boot, if a valid /dev/null is already part of the rootfs before mounting devtmpfs. The dynamically populated dev with devtmpfs / udev is enough.
2013-12-02console-image: use connmanMax Krummenacher
2013-12-02kernel: update to latest gitMax Krummenacher
2013-11-21burnflash: fix path for now unified file locationsMax Krummenacher
2013-11-21kernel: colibri-vf: use the unified kernel 50/60Max Krummenacher
2013-11-21u-boot: colibri-vf: use the unified u-boot 50/61Max Krummenacher
2013-11-21Machine: use the changed machinename colibri-vfMax Krummenacher
2013-11-21qt4e-demo-image: Add missing libicui18nMax Krummenacher
2013-11-21qtdemo-init: Add start script for qtdemoEMax Krummenacher
2013-11-21Machine: remove Colibri VF50, now unified with VF61Max Krummenacher
2013-11-21Machine: unify Colibri VF50 and Colibri VF61Max Krummenacher
2013-11-21qt4-embedded: configure for all supported screen depthsMax Krummenacher
2013-11-21burnflash: add colibri-vf61Max Krummenacher
2013-11-21lxde-common: choose wallpaper for colibri-vf at runtimeMax Krummenacher
2013-11-21Vybrid: add 'vf' to SOC_FAMILYMax Krummenacher
2013-11-05Updated checksums of khronos_headers.tgzStefan Agner
2013-11-05Use double-quotes to make script work using dash (debian/ubuntu default)Stefan Agner
2013-10-25release notes: colibri vf50 fix strapping resistor valueMarcel Ziswiler
2013-10-25release notes: colibri vf50 v2.1 beta 1Marcel Ziswiler
2013-10-25release notes: apalis/colibri t20/t30 v2.1 beta 1Marcel Ziswiler
2013-10-23glmark2: add missing dependenciesMax Krummenacher
2013-10-23u-boot: update to latest git versionColibri_VF50_LinuxImageV2.1Beta1_20131022Colibri_T30_LinuxImageV2.1Beta1_20131022Colibri_T20_LinuxImageV2.1Beta1_20131022Apalis_T30_LinuxImageV2.1Beta1_20131022Max Krummenacher
2013-10-23linux: update to latest git versionsMax Krummenacher
2013-10-22burnflash: Colibri T30: 400MHz BCT, configblockMax Krummenacher
- Use 400MHz BCT on Colibri T30 to allow for 400/800MHz DVFS - Fix configblock name on T30 - Add configblock generator script to recover from lost configblock
2013-10-21feed-config: use the new feed armv7ahf-vfp-neon for T30/VF50Max Krummenacher
2013-10-21hdmi: add udev rule to start an X output on hotplugMax Krummenacher
2013-10-17evdev: backport V2.8.1 from doraMax Krummenacher
V2.7.3 crash when it receives multitouch events
2013-10-17inputrc: use <HOME> <END> to go to begin/end of lineMax Krummenacher
2013-10-17midori: add inital bookmarks and homepageMax Krummenacher
2013-10-17lxpanel: add module dependent browser to launch barMax Krummenacher
For tegra use firefox, for vybrid midori
2013-10-16build: fix cp destination in sample scriptMax Krummenacher