summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-12images: install eglinfo-x11 only in x11 based imagesV2.4-nextMax Krummenacher
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! (cherry picked from commit f8e0b484b1fb36610926c281e7122d1c66236173)
2015-10-12alsa-state: choose extended record volumeStefan Agner
The WM9715L AC97 codec supports two volume modes for audio capturing: basic (AC97 conform) and extended. The extended range allows smaller gain steps and a large range, hence use this mode by default.
2015-10-12update.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-10-12update.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-10-12update.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-10-12updated release notesStefan Agner
Add USB mass storage mishap.
2015-10-12configblock.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-10-12images: 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-10-12images: colibri-vf fix: install gpioconfig only in angstrom-lxde-imageMax Krummenacher
add the missing _append
2015-10-12angstrom-qt-x11-image: remove gtk dependent packagesMax Krummenacher
remove connman-gnome applet and libwnck which make no sense in a qt image.
2015-10-12images: install gpioconfig only in angstrom-lxde-imageMax Krummenacher
gpioconfig depends on gtk+
2015-10-12base-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-10-12Apalis/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-10-12qt5: 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-10-12tegra: include trdx-nv-binaries when using X11Stefan Agner
Include the NVIDIA binaries as soon as X11 is in distribution features. This allows to use the hardware accelerated X11 DDX driver "tegra" even when OpenGL is not selected by the image.
2015-10-12tegra: create tegra-base.inc machine configurationStefan Agner
Consolidate Tegra specific machine configuration in a common tegra-base.inc file.
2015-10-12colibri_t20: install kernel-image in machine configStefan Agner
Since the boot loader requires a kernel-image in /boot, add the kernel-image to MACHINE_ESSENTIAL_EXTRA_RDEPENDS. This allows to boot images which do not select packagegroup-boot by default such as the Poky reference distribution images.
2015-10-12base-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-10-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-10-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-10-12colibri_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-10-12scrot, giblib: add fedora download mirrorV2.4Max 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-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 notesColibri_iMX6_LinuxImageV2.4Beta1_20150518Colibri_VF_LinuxImageV2.4Beta1_20150518Colibri_T30_LinuxImageV2.4Beta1_20150518Colibri_T20_LinuxImageV2.4Beta1_20150518Apalis_iMX6_LinuxImageV2.4Beta1_20150518Apalis_T30_LinuxImageV2.4Beta1_20150518Marcel 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 T20/T30: use tegra 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-18apalis/colibri_t30: libgstomx fix to validate input frame rateMarcel Ziswiler
OpenMAX-IL implementation library aka libgstomx, evaluation version with fix to validate input frame rate.
2015-05-18gvfs: add missing dependency on libgudevMax Krummenacher
2015-05-18Apalis/Colibri T20/T30: update kernel to latest in -nextMax 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-18Apalis/Colibri T20/T30: update kernel to latest in -nextMax Krummenacher
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
2015-05-18Revert "systemd: fix DHCP on link state change"Max Krummenacher
This reverts commit 3cf2edb10f5e8ac60db7ca2e71d1e754a177d08c. Conflicts: recipes-core/systemd/systemd_%.bbappend
2015-05-12colibri-vf: remove ext2 from MACHINE_FEATURESMax Krummenacher