summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-05-12update to latest u-bootMax Krummenacher
2015-05-12recipes-kernel: remove orphaned 3.17 defconfigMax Krummenacher
2015-05-12Apalis/Colibri iMX6: kernel/U-Boot update to latest in -nextMax Krummenacher
2015-05-12update U-Boot and Colibri VFxx Linux to latest git revisionStefan Agner
2015-05-12trdx-image-fstype: fix/improve messages during updateStefan Agner
Fix and enhance messages durring Colibri VF50/VF61 upgrade. Fix missing run command
2015-05-12image partitions: use the volume names boot and rootfsMax Krummenacher
Was Boot and arm
2015-05-12update to latest u-bootMarcel Ziswiler
2015-05-12colibri_t20: implement migration in update scriptsMarcel Ziswiler
2015-05-12colibri_t20: fix fw_printenv/setenvMarcel Ziswiler
2015-05-12tegrarcm/cryptopp: build and use as a static libraryMax Krummenacher
We need libcryptopp only for a 32bit x86 target for tegrarcm. However linking libcryptopp dynamically and using the distro supplied 32bit compatibility libcryptopp raises an assertion: tegrarcm: secblock.h:145: CryptoPP::NullAllocator<T>::pointer CryptoPP::NullAllocator<T>::allocate(CryptoPP::NullAllocator<T>::size_type, const void*) [with T = unsigned int; CryptoPP::NullAllocator<T>::pointer = unsigned int*; CryptoPP::NullAllocator<T>::size_type = unsigned int]: Assertion `false' failed. Building only a static library with OE, (if native build forcing 32bit) fixes the issue.
2015-05-12trdx-image-fstype: create the U-Boot scipts at buildtimeMax Krummenacher
Create the U-Boot scipts at image buildtime and remove the binary script representation from version control.
2015-05-12tegrastats: add RDEPENDS for tegrastats-gtkMax Krummenacher
This fixes: WARNING: QA Issue: tegrastats-gtk requires libpangocairo-1.0.so.0, libpango-1.0.so.0, libcairo.so.2, libpangoft2-1.0.so.0, libgtk-x11-2.0.so.0, libgdk-x11-2.0.so.0, but no providers in its RDEPENDS [file-rdeps]
2015-05-12apalis/colibri_imx6/t20/t30: revamp update scriptsMarcel Ziswiler
iMX6: Always do use a secondary argument for the 'mmc dev' command. T30: Do rootfs update of eMMC in chunks as well. Requires pre-splitting file in Ethernet case. As an advantage allows flashing rootfs bigger than RAM plus avoids timeouts during flashing. Added wrapper flash_mmc script as well for backwards compatibility reason. While at it cleanup various whitespaces throughout the update scripts.
2015-05-12florence: use oe standard download mirror for sourceforgeMax Krummenacher
2015-05-12u-boot: use latest from gitMax Krummenacher
While at it remove warning about stripped fw_printenv binary when building u-boot-toradex-fsl-fw-utils.
2015-05-12wpa-supplicant: remove bbappend, fixed in bbMax Krummenacher
2015-05-12stress: change moved upstream download linkMax Krummenacher
2015-05-12Apalis/Colibri iMX6: extend U-Boot scriptsMax Krummenacher
- rename flash_mmc script to flash_blk and adapt that it can also be used from a USB drive. - Add flash_mmc “proxy” script for the upgrade case
2015-05-12Apalis/Colibri iMX6: kernel/U-Boot update to latest in -nextMax Krummenacher
Also deploy an additional device tree supporting a Colibri iMX6 with Analog Camera Module.
2015-05-12colibri_vf: update to U-Boot 2015.04/Linux 4.0Stefan Agner
2015-05-12usb-rndis-systemd: remove RNDIS interface/udhcp setupStefan Agner
Since we use networkd now for RNDIS network interface setup now, we can remove the custom part which starts up the RNDIS device and sets up a DHCP server.
2015-05-12colibri_vf: use new USB gadget libraryStefan Agner
Use new library libusbg with its automatic gadget configuration service. Also enable a console on USB gadget serial port (CDC ACM) which is ttyGS0 on device side.