summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-28firefox: moved patches to meta-browserMax Krummenacher
2015-10-27apalis_t30: switch to validated 800 mhz bctMarcel Ziswiler
Switch to using the temperature Chamber validated 800 MHz BCT Apalis_T30_2GB_800Mhz.bct. Please note that for now this is a fixed 800 MHz BCT which does not allow for memory DVFS (e.g. 400/800 MHz switching like currently only possible on Colibri T30).
2015-10-21colibri_vf: update/load USB Gadget ConfigFS automaticallyStefan Agner
Update defconfig and kernel version to latest version from git. This also configures the USB Gadget ConfigFS as a module. Add the ConfigFS module to the list of autoloaded modules.
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-10-12apalis-imx6: update kernel to toradex_imx_3.14.28_1.0.0_ga-nextMax Krummenacher
2015-10-12images: install eglinfo-x11 only in x11 based imagesMax Krummenacher
Conflicts: recipes/images/angstrom-qt-x11-image.bb
2015-10-12colibri_t20/vf50/vf61: actually enable mkfs.ubifs' --space-fixup optionMarcel Ziswiler
While we were checking whether the mkfs.ubifs tool has the magic --space-fixup option available we never actually enabled that option to be used when generating our UBIFS root file system images. Thanks Bhuvan for spotting this having actually been in our update scripts for almost two years now!
2015-10-12scrot, giblib: add fedora download mirrorMax Krummenacher
The upstream server currently gives error 403. $ wget http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz --2015-09-17 10:50:25-- http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz Resolving linuxbrit.co.uk (linuxbrit.co.uk)... 65.110.41.18 Connecting to linuxbrit.co.uk (linuxbrit.co.uk)|65.110.41.18|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2015-09-17 10:50:25 ERROR 403: Forbidden. (cherry picked from commit 77e6a09a5afeab9f0d550b3319e134ec991f50cf)
2015-08-18local.conf: adopt DISTRO to fido and drop PREFERRED_PROVIDER_glibcMarcel Ziswiler
2015-08-17colibri-vf: updated release notesMarcel Ziswiler
2015-08-14colibri-vf: updated release notesMarcel Ziswiler
2015-08-13angstrom-lxde-image: add xf86-video-modesettingMax Krummenacher
Prepare the rootfs for a future kernel which allows to use modesetting.
2015-08-13colibri-vf: initial kernel based on upstream 4.1Max Krummenacher
2015-08-07openssh: backport version 6.8 from masterMax Krummenacher
We've seen newer distros which incorrectly negotiate used cypher with the on target openssh. Using 6.8 fixes that.
2015-08-07images: set PV to 2.5Max Krummenacher
2015-08-07trdx-extra: add crdaMax Krummenacher
Newer kernels use a user space deamon to control wifi regulatory domains. Deploy the user space deamon in all images independent on what kernel version is used.
2015-08-07Revert "systemd: restore userspace firmware loading support"Max Krummenacher
This reverts commit bd2d32bf3a8460c87849e75ad01e11450d8cda10. Remove the backport, is part of fido.
2015-08-07trdx-image-fstype.inc: DEPEND on virtual/bootloaderMax Krummenacher
Without this the colibri-vf u-boot is not built.
2015-08-07gpu-viv-bin: package has been renamed and splitMax Krummenacher
gpu-viv-bin-mx6q -> imx-gpu-viv with a bunch of subpackages.
2015-08-07kernel: adapt to oe's new shared work dirMax Krummenacher
2015-08-07opencv: update patches for libav 10.x APIMax Krummenacher
2015-08-07fstab: synchronize with oe-coreMax Krummenacher
2015-08-07colibri-vf: pull in kernel-module-mcc through dependsMax Krummenacher
kernel-module-mcc is now provided as virtual/kernel-module-mcc. Pull it in via depends of libmcc and automatically choose the correct one.
2015-08-07colibri-vf: use U-Boot recipe from meta-fsl-arm-extraMax Krummenacher
2015-08-07colibri-vf: moved to meta-fsl-arm, remove hereMax Krummenacher
2015-08-07icu: upgrade reduced icu data to version 54Max Krummenacher
2015-08-01update.sh: fix test for partedMax Krummenacher
Now that we exit on failure the test for a user accessible parted must not return an error code.
2015-07-15update.sh create_configblock.sh: improve test for awk and exit on failureMax Krummenacher
On recent Ubuntu distributions gawk no longer supports awk -V which makes the test fail. Simulate our awk use case and test the result instead. Additionally set 'set -e' to exit immediately on errors. Fix places where a command returns not zero in 'normal' situations. E.g. A full disk leads otherwise to funny effects. Allow relative OUT_DIR.
2015-07-14update.sh: cleanup eMMC layout commentsMax Krummenacher
The eMMC layout comments are confusing and in some regards outdated. Clean it up. While at it move the calculation of the rootfs file system size to the rootfs creation to not confuse the rootfs file system size with the size of the rootfs partition.
2015-07-09updated release notesStefan Agner
Add USB mass storage mishap.
2015-07-02configblock.bin: stop deploying skeleton configblock.binMax Krummenacher
U-Boot now has the command cfgblock which can be used to create a valid configblock. Alternatively one can be created with create_configblock.sh.
2015-07-02images: use append operatorMax Krummenacher
Cleanup: Use the append operator to add soc-arch/machine specific packages to IMAGE_INSTALL. No change in the image is intended.
2015-07-02images: colibri-vf fix: install gpioconfig only in angstrom-lxde-imageMax Krummenacher
add the missing _append
2015-07-01angstrom-qt-x11-image: remove gtk dependent packagesMax Krummenacher
remove connman-gnome applet and libwnck which make no sense in a qt image.
2015-07-01images: install gpioconfig only in angstrom-lxde-imageMax Krummenacher
gpioconfig depends on gtk+
2015-07-01base-files: execute resize only on a serial consoleMax Krummenacher
The resize command confuses Eclipse's launcher. On a ssh console resize isn't needed anyway so only start it if the console device starts with /dev/tty to work around the issue.
2015-06-23Apalis/Colibri iMX6: gst-launch.desktop: fix escapingMax Krummenacher
Double clicking launches a video always in fullscreen mode, i.e. the parameters for size and offset of video output are not used. Fix parmeter escaping for new versions of shell or gst-launch.
2015-06-23qt5: align with meta-qt5 dizzyMax Krummenacher
- use % in bbappend - tegra: build with icu, so qtwebkit can be built - tegra: build with gstreamer 0.10 - remove workaround for gcc 4.8
2015-06-16base-files/u-boot-toradex-fw-utils: move MMC unlockStefan Agner
The mmc unlock function causes troubles when using Poky reference distribution since Poky uses the busybox shell: /etc/rc5.d/S09xserver-nodm: /etc/profile.d/fw_unlock_mmc.sh: line 2: syntax error: unexpected "(" This avoids X getting at all. This patch does not solve the underlying problem, but works around it by moving the script to the u-boot-toradex-fw-utils recipe, which is not installed by the Poky images by default.
2015-06-12console-trdx-image/*qt*-image: remove udev-extra-rulesStefan Agner
Remove udev-extra-rules since the main functionality, automatic mounting using udev/mount.sh, does not work anymore. Systemd starts the udev daemon using mount namespaces, which leads to mounts not being visible outside of the udev processes scope. Hence the file system get mounted, but other then the udev process nobody can actually use them. To make mounting using udev/mount.sh work again, one needs to remove the MountFlags option in the systemd-udevd.service file (/lib/systemd/system/systemd-udevd.service). Another possible solution which might fit the needs of automouting is to use a systemd mount unit.
2015-06-12angstrom-lxde-image: use udisks only for automountStefan Agner
Currently udisks and udev-extra-rules (which provides a udev based automount approach) are installed. Since the UI is prefering the D-Bus based udisks approach, remove udev-extra-rules in favor of udisks.
2015-06-03colibri_vf: enable SCSI disk required for USB mass storageStefan Agner
SCSI lock device disk support is required for USB mass storage to work. Also enable asynchronous SCSI scanning by default.
2015-05-29mcc-kmod: fix revision to build with kernel revision usedStefan Agner
Use a fixed revision of the MCC kernel module which makes sure it builds with the corresponding Vybrid Linux kernel, which also uses a fixed git hash.
2015-05-29Clean-up Colibri T20 release notes after recent pull/rename.Marcel Ziswiler
2015-05-29Actually rename Colibri T20 release notes meant for BSP V2.3.Marcel Ziswiler
2015-05-29Pulled in Colibri T20 release notes from V2.3-next branch applicableMarcel Ziswiler
for V2.3 stable image.
2015-05-29Rename Colibri T20 release notes now valid from BSP V2.4 onwards.Marcel Ziswiler
2015-05-27trdx-image-fstype: add dependency on u-boot-mkimage-nativeMax Krummenacher
We now use mkimage during do_imagedeploy to build the u-boot scripts. For machines which build a zImage this tool has not yet been built and we get an error because the tool is missing.
2015-05-22updated release notesMarcel Ziswiler
2015-05-19updated release notesMarcel Ziswiler