summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-03linux-toradex: update to latestApalis_T30_LinuxImageV2.3Beta2_20140903Max Krummenacher
This pulls in the fix for PCIe rarely unavailable at boot. Branch changed from colibri to tegra
2014-09-02imlib2: use git instead of svn repo, update to 1.4.6Max Krummenacher
The enlightement svn seems to be down. Workaround by using their git repo which provides the same data and is already used in the master branch of meta-openembedded. Remove once we upgrade from daisy to the next stable release.
2014-09-02apalis-imx6: Release notes: add notes for PCIe configMax Krummenacher
2014-09-02apalis-imx6: Release notes: add saveenv to env updateMax Krummenacher
2014-09-02apalis-imx6: Release notes: Use webfriendly " charMax Krummenacher
2014-08-05apalis/colibri iMX6/T20/T30/VF50/VF61: Update release notesMarcel Ziswiler
2014-08-04kernel: update to latest on git.toradex.comColibri_VF_LinuxImageV2.3Beta1_20140804Colibri_T30_LinuxImageV2.3Beta1_20140804Colibri_T20_LinuxImageV2.3Beta1_20140804Apalis_iMX6_LinuxImageV2.3Beta1_20140804Apalis_T30_LinuxImageV2.3Beta1_20140804Max Krummenacher
2014-08-04gnutls: hack to use libpthreadMax Krummenacher
gnutls use libgcrypt and should init gcrypt's mutex functionality but does not. This leads to asserts in libgcrypt: Ohhhh jeeee: Assertion `pool_is_locked' failed (random-csprng.c:615:mix_pool) This patch hacks autoconf to always use libpthread and thus initalizes libgcrypt with working mutex functions.
2014-08-04webkit-gtk: remove video and gl for vybrid buildsMax Krummenacher
These features add and use software rendering. Don't provide them for space and performance reasons.
2014-08-04t20, t30: update kernel to latest in gitMax Krummenacher
2014-08-04apalis-imx: update kernel to 3.10.17Max Krummenacher
Base kernel on Freescales 3.10.17_1.0.0_ga and provide a device tree plus code changes for Apalis iMX6.
2014-08-04colibri-vf: update kernel to latest, port recipe for use with daisyMax Krummenacher
2014-08-04linux-toradex-fsl: remove linux-toradex-fsl.inc usageMax Krummenacher
2014-08-04burnflash: update to latestMax Krummenacher
Tegras: - fix check for untared as root. Newer rootfs do not have device files in /dev Vybrids: - Add README - Remove autoboot interrupt logic since newer U-Boot do not autoboot on recovery - Simplyfied help text - Check if issue file exists at all - Positive exit code when using imx_uart - update imx_uart.m32 to 09377bd5b8d04d4b20ef70bb0c56cf3de4500746 - Be more verbose what is going on after mkfs.ubif i.MX6: - add devicetree/fdt to the update script (update_fdt: Only the currently active fdt will be updated) - update imx_usb.m32 to 09377bd5b8d04d4b20ef70bb0c56cf3de4500746 - burnflash: add variable drive index to flash_mmc script exit when genext3fs.sh failes - genext3fs.sh: exit when copy of rootfs fails
2014-08-04usb-rndis: drop use of ifconfig in favor of ipMax Krummenacher
ifconfig does no longer understand 192.168.11.2/24 and its use is deprecated, so instead of changing to another way of stating the subnetmask use /sbin/ip.
2014-08-04gvfs: don't use samba-client on vybridMax Krummenacher
save space by not requiring smbclient.
2014-08-04images: fix BAD_RECOMMENDATIONSMax Krummenacher
BAD_RECOMMENDATIONS seems to not work if more than one package is given and all packages get installed. So only give one. On top of that, if a package is available from multiple feeds the package gets installed.
2014-08-04angstrom-lxde-image: remove gnome-disk-utility for vfMax Krummenacher
Don't install gnome-disk-utility on Vybrid based modules to save space.
2014-08-04u-boot: update to latest git versionMax Krummenacher
2014-08-04imx-loader: use latest from gitMax Krummenacher
2014-08-04GPIOConfig: update to latest binariesMax Krummenacher
2014-08-04colibri-t20: add configuration to u-boot-fw-utilsMax Krummenacher
u-boot-fw-utils allows for U-Boot environmenmt access from Linux. Add the needed configuration file for colibri_t20 with a postinst script which choses the right NAND flash sector sizes from /proc/mtd While at it, fix some whitespace issues.
2014-08-04u-boot-toradex: update to latest git versionMax Krummenacher
2014-08-04gpio-export: fix gpios-export.serviceMax Krummenacher
2014-08-04colibri-vf: image: add u-boot-fw-utilsMax Krummenacher
u-boot-fw-utils allows for U-Boot environmenmt access from Linux
2014-08-04images: add gstreamer-rtp-manager and unclutterMax Krummenacher
2014-08-04apalis-imx6: image: add packagesMax Krummenacher
u-boot-fw-utils allows for U-Boot environmenmt access from Linux gpio-export exports the unused GPIOs usb-rndis sets up RNDIS and a DHCP server on the usb0 NIC
2014-08-04apalis-imx6: append to GSTREAMER packagesMax Krummenacher
Use the available set of GSTREAMER packages and append the i.MX6 specific ones to the list instead of providing a new list
2014-08-04images: consitently use append for machine specific packagesMax Krummenacher
2014-08-04images: rely on distro for update-alternativesMax Krummenacher
2014-08-04trdx-image-fstype.inc: fix DEPENDSMax Krummenacher
Append instead of overwritting the DEPENDS variable.
2014-08-04colibri-vf.conf: cleanupMax Krummenacher
2014-08-04apalis-imx6.conf: specify the devicetree nameMax Krummenacher
2014-08-04machine.conf: use arm instructions setMax Krummenacher
Angstrom default on armv7a would be thumb2, however there are some recipes around with arm assembler which fails.
2014-08-04machine.conf: xserver: make sure to use machine specificMax Krummenacher
If the package manager finds a version newer than the prefered-version that one gets installed. As we need a specific one for the tegras and for imx6 we change the 'epoch' to something very high.
2014-08-04machine.conf: unify MACHINE_FEATURESMax Krummenacher
unify the features between machines kernel26 is deprecated and unused apm does not make sense on ARM While at it remove some commented stuff
2014-08-04qt4-x11-free-systemd.bb: Update after toplevel LICENSE file checksum changeMax Krummenacher
2014-08-04u-boot-fw-utils: add config für colibri-vf and apalis-imx6Max Krummenacher
2014-08-04qt-demo-init: Update after toplevel LICENSE file checksum changeMax Krummenacher
2014-08-04usb-rndis: add config for g_ether.ko solutionMax Krummenacher
i.MX6 and Vybrid modules use the g_ether driver for RNDIS functionality. This commit uses a systemd service to load the kernel module, configures the new usb0 NIC and starts a dhcp server to serve an IP address to a USB host. The Tegras use the android gadget driver. The configuration remains unchanged.
2014-08-04gpio-export: add recipe for userspace export of gpiosMax Krummenacher
2014-08-04image: change logic in manifest deploymentMax Krummenacher
2014-08-04image: fix typo in IMAGE_NAME_apalis-t30Max Krummenacher
2014-08-04gnome-disk-utility: add to image explicitelyMax Krummenacher
gnome-disk-utility is no longer implicitely included.
2014-08-04images: update to comply with V2.3 / daisyMax Krummenacher
Set image version to V2.3 do_rootfs is now written in python, so no appends with shell scripts. Replace appends with new tasks. Set the default systemd target on images that launch X as this is no longer the default. Remove the unneeded LIC_FILES_CHKSUM
2014-08-04openssh: do not use reverse DNSMax Krummenacher
This gets rid of a long timeout when connecting in a network which does not provide reverse DNS.
2014-08-04gpioconfig: add dummy binary for unsupported machinesMax Krummenacher
Avoids WARNING: Unable to get checksum for gpioconfig SRC_URI entry GPIOConfig: file could not be found during recipe parse by providing a dummy GPIOConfig. The dummy displays a popup with a button that says that the program is not available on this machine.
2014-08-04firefox: use 10.0.12esrMax Krummenacher
2014-08-04firefox: fix SIGILL abort on startMax Krummenacher
This seems to only happen in our setup. (with gcc provided from meta-linaro, 4.8.3) With a meta-fsl-arm setup + meta-browser firefox starts correctly. (with gcc from oe, meta-oe, 4.8.2)
2014-08-04remove obsolete recipe and patchMax Krummenacher