summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-05-18Apalis/Colibri iMX6: use toradex_imx_3.10.17_1.0.0_ga branchMax Krummenacher
2015-05-18Apalis/Colibri: update U-Boot to latestMax Krummenacher
And use 2015.04-toradex branch
2015-05-18Colibri VF: use latest from toradex_vf_4.0 branchMax Krummenacher
2015-05-18Apalis/Colibri: update U-Boot to latest in -nextMax Krummenacher
2015-05-18Apalis/Colibri iMX6: update kernel to latest in -nextMax Krummenacher
2015-05-18gvfs: add missing dependency on libgudevMax Krummenacher
2015-05-18Apalis iMX6 IT: u-boot: use the IT defconfig for ITMax Krummenacher
2015-05-18GPIOConfig: update GPIOConfig which now works on VF50Stefan Agner
GPIOConfig CPU detection was broken on Colibri VF50. Update to latest revision 674 which fixes CPU detection on newer kernel for Colibri VF50 too.
2015-05-18trdx-extra.inc: deploy all built kernel modulesMax Krummenacher
Our kernel defconfigs build a number of drivers as modules. Deploy all of these into the final image instead of only deploying a number of explicitely named module packages.
2015-05-18Revert "systemd-machine-id-commit: add standalone recipe"Max Krummenacher
Angstom Dizzy now uses systemd V218 so there is no need to build a component seperately anymore. This reverts commit 16b8b392ad048566729f30d7c3887d1bfdf21bd4.
2015-05-18Revert "trdx-extra.inc: ensure machine-id is non volatile"Max Krummenacher
Angstom Dizzy now uses systemd V218 so there is no need to deploy a component seperately anymore. If one has to run systemd-machine-id-commit on first boot one has to add an additional recipe or bbappend to to systemd_%.bb This reverts commit 908149098ed9d31d817c438e505ecdbf15f9f3db.
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-18systemd: restore userspace firmware loading supportJonathan Liu
This changes the minimum required Linux version from 3.7 back to 3.0. [YOCTO #7409] Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> backported from openembedded-core, commit 31163abc7bedd477c1aad10e6d1f47dbee194513