summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-19tegras: update to latest kernelColibri_T20_LinuxImageV2.3_20150320V2.3Marcel Ziswiler
This contains some eMMC fixes for Apalis/Colibri T30 as well as a CSI-2 fix for Apalis T30 and an ACM fix.
2015-03-10usb-rndis: fix various issues with dhcpd service for RNDISMax Krummenacher
- Make sure leases file is not persistent (in /var/run now) This allows to serve the same IP to the generated (and hence different IP addresses) - Start RNDIS service after the network.target - Tegra: Add extra service for udhcpd. When running dhcpd directly from udev, the daemon will be killed after a while
2015-03-05journald: remove journald.conf patchMax Krummenacher
meta-angstrom now overrides the effect of the patch and provides the journald.conffile in full. To override a setting either create the file with your settings in meta-toradex/recipes-core/systemd/systemd/journald.conf or edit meta-angstrom/recipes-core/systemd/systemd/journald.conf.
2015-02-17qt-demo-init: converted to systemd serviceStefan Agner
Convert qt-demo-init to a systemd service. The service will only start when the systemd target is set to graphical, hence also set the new default target of the qt4e-demo-image to graphical.
2015-02-12Update release notesMarcel Ziswiler
2015-02-12mmc-utils: add recipe for chromiumos version thereofMarcel Ziswiler
Add a recipe for the Chromium OS version of the mmc-utils able to handle Extended CSD revision 1.7 of the latest MMC 5.0 specification. Some of the more interesting information thereof is the life time estimation and pre EOL information as follows: root@apalis-t30:~# mmc extcsd read /dev/mmcblk0 | \ grep -A 3 'Device life time estimation type A' Device life time estimation type A [DEVICE_LIFE_TIME_EST_TYP_A: 0x01] i.e. 0% - 10% device life time used Pre EOL information [PRE_EOL_INFO: 0x01] i.e. Normal
2015-02-06Apalis/Colibri iMX6: Update release notesMax Krummenacher
Add issue with getty also started on ttymxc1.
2015-02-04Colibri VF50/VF61: Update release notesStefan Agner
2015-02-03tegras: update git hash of Linux kernelColibri_VF_LinuxImageV2.3Beta7_20150203Colibri_T20_LinuxImageV2.3Beta7_20150203Stefan Agner
2015-02-03colibri-vf: update Linux kernel and U-Boot git hashesStefan Agner
Also update default defconfig for colibri-vf.
2015-02-02colibri-vf: burnflash: create flash_blk for USB flash drive updateStefan Agner
Create a common script for USB flash drive (mass storage) and SD- card updates.
2015-02-02alsa-state: update Vybrid default ALSA stateStefan Agner
Update default ALSA state for WM9712 AC97 codec support on 3.18 kernel.
2015-01-26trdx-nv-binaries: don't include X11 headers in eglplatform.hMax Krummenacher
Use the exact base types as X11 defines them. Newer compilers through errors when mixing unsigned with unsigned long and the likes.
2015-01-23rdesktop: workaround issue witherial forwardingMax Krummenacher
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>
2015-01-14qt4-x11-free: append to DEPENDS, not overwrite itMax Krummenacher
2015-01-13Apalis iMX6: Update release notes for Beta6Apalis_iMX6_LinuxImageV2.3Beta6_20150112Max Krummenacher
2015-01-12feeds: remove debug and re-add hard-float non-neon feedsMarcel Ziswiler
Remove debug feed URL as it does not exist. Re-add Colibri T20 specific (ARM, hard-float, non-neon) feeds which recently are built in Angstrom again as Atmel SAMA5D3 is non-neon as well.
2015-01-12burnflash: apalis-imx6: add Apalis iMX6Q 2GB ITMax Krummenacher
Deploys the additonal u-boot and adds u-boot commands to deploy on an IT module. run update_it run update_uboot_it
2015-01-09u-boot: build additional binary for Apalis iMX6Q 2GB ITMax Krummenacher
The IT variant needs different RAM timings
2015-01-09Apalis iMX6: Update release notesMax Krummenacher
2015-01-09rdesktop: add rdesktop recipeMarcel Ziswiler
2014-12-19Apalis/Colibri iMX6/T20/T30/VF50/VF61: Update release notesMarcel Ziswiler
2014-12-19Apalis iMX6/T30 & Colibri T20/T30/VF50/VF61: fix GPIOConfigColibri_iMX6_LinuxImageV2.3Beta5_20141219Colibri_VF_LinuxImageV2.3Beta5_20141219Colibri_T30_LinuxImageV2.3Beta5_20141219Colibri_T20_LinuxImageV2.3Beta5_20141219Apalis_iMX6_LinuxImageV2.3Beta5_20141219Apalis_T30_LinuxImageV2.3Beta5_20141219Marcel Ziswiler
2014-12-19colibri-imx6: add u-boot-fw-utilsMax Krummenacher
2014-12-19u-boot/u-boot-fw-utils: update all to latestMax Krummenacher
2014-12-19colibri_vf: update U-Boot and Linux kernel git hashesStefan Agner
Two last minute fixes: Default Product/Vendor ID for USB peripheral in U-Boot and fix for the USB peripheral RNDIS freeze.
2014-12-19colibri-vf: burnflash: support IT variants in create_configblockStefan Agner
Support IT variants in burnflash script "create_configblock.sh".
2014-12-18Update all to latest and greatest U-Boot and Linux kernel.Marcel Ziswiler
2014-12-18GPIOConfig: update with mainline kernel supportStefan Agner
2014-12-18mcc-pingpong: alter CFLAGS to use the actual kernel headersStefan Agner
To use the kernel interfaces required for mcc-pingpong we need the kernel headers of the actual kernel. Alter CFLAGS to add the kernel headers to the include path.
2014-12-18trdx-extra.inc: ensure machine-id is non volatileMax Krummenacher
If the rootfs in early init is read-only /etc/machine-id is in a tempfs. systemd-machine-id-commit can be used to migrate to the 'real' rootfs. The command is run in the installers postinst and thus needs no further activation.
2014-12-18systemd-machine-id-commit: add standalone recipeMax Krummenacher
2014-12-18Apalis/Colibri iMX6: burnflash: reduce max. partitionsizeMax Krummenacher
- Reduces the rootfs partition size to 3500MB to fit into all modules - Add sanity checks for existens of some programms and files
2014-12-18Apalis/Colibri T30: burnflash: reduce max. partitionsizeMax Krummenacher
- Reduces the rootfs partition size to 3500MB to fit into all modules - Add sanity checks for existens of some programms and files
2014-12-18tegras: update to latest kernelMarcel Ziswiler
This kernel can be used on latest Apalis T30 V1.1A hardware with Toshiba eMMC and optional UHS SD cards in MMC slot.
2014-12-18Colibri T20: Integrate NVIDIA L4T R16.5 for T20Marcel Ziswiler
Integrate L4T R16.5 for T20 currently exclusively distributed via NVIDIA's partner portal. Should supposedly fix some memory leaks in gstreamer resp. its OpenMAX wrapper thereof.
2014-12-18mcc-kmod: use mcc kernel module from toradex gitStefan Agner
In order to make the MCC kernel module working with our newer kernel some changes had been made on the MCC kernel module. The changes are available on the Toradex Github account. Get the MCC kernel module sources from Github.
2014-12-17e2fsck: don't check last mounttime on superblockMax Krummenacher
This avoids fsck execution. systemd-fsck[169]: arm: Superblock last write time (Tue Dec 16 15:46:16 2014, systemd-fsck[169]: now = Mon Nov 17 11:08:57 2014) is in the future. Depending on the system we might not have a sensible time. On top of that, during first boot we compare the fs creation time of the PC with the intial embedded time which very likely triggers the fsck.
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-11colibri-vf: update KernelMax Krummenacher
2014-12-11colibri-vf: update U-BootMax Krummenacher
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-12-11qt4e-demo-image: remove xdg-utilsMax Krummenacher
xdg-utils pulls in at least part of the X server.
2014-12-11consolekit: add systemd to DEPENDS if neededMax Krummenacher
2014-12-11samba: add quota to the DEPENDSMax Krummenacher
2014-12-11xserver-xorg: use the xorg-CVE-2013-6424.patchMax Krummenacher
while at it remove the xserver-xorg.inc file in favour of the identical inc file in the openembedded-core layer.
2014-12-08xserver-xorg: fix broken X server rotation on tegrasMarcel Ziswiler
Upgrading to 1.14.7 fixes the broken X server rotation issue seen on Apalis/Colibri T20/T30 as noted on our developer website: http://developer.toradex.com/software-resources/arm-family/linux/linux/ release-details?view=all&issue=9562
2014-12-08xserver-xorg: upgrade to 1.14.7Marcel Ziswiler
This is an upgrade from the former 1.14.4 recipe as found here: http://cgit.openembedded.org/openembedded-core/tree/meta/ recipes-graphics/xorg-xserver?id= b8feee3cf21f70ba4ec3b822d2f596d4fc02a292
2014-12-08Colibri iMX6: Update release notesMax Krummenacher
Add update of single component U-Boot/Kernel/FDT Remove unavailable interfaces from the list of notworking Add correct git tag