summaryrefslogtreecommitdiff
path: root/recipes/images/trdx-extra.inc
AgeCommit message (Collapse)Author
2016-09-28images: mv all files into recipes-image/imageMax Krummenacher
This requires to adjust the path to include files, e.g.: -require recipes/images/trdx-image-fstype.inc +require recipes-images/images/trdx-image-fstype.inc Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-28images: max9526-i2c: no longer deploy the userspace configuratorMax Krummenacher
It isn't needed anymore, the video ADC gets configured from its kernel driver. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-06-30apalis-tk1: lvds-tegra124: disable lvds by defaultMarcel Ziswiler
Disable LVDS output in favour of primary HDMI one on Apalis TK1. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30apalis-tk1: integrate usb-rndisMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30trdx-extra: integrate apalis-tk1Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30trdx-extra.inc: add iperf3 to all imagesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-30trdx-extra.inc: deploy u-boot utils for Colibri iMX7Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30trdx-extra.inc: don't install mcc packagesMax Krummenacher
The Linux Kernel 4.4 for Colibri VF does currently not support the needed interfaces for mcc. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-14trdx-extra.inc: add rt-testsMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14images: keep mx7 in line with the other machinesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14image: add Colibri iMX7Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14trdx-extra: don't deploy license textMax Krummenacher
When building for a second machine after building for one the rootfs creation fails because some license files are not found. I belive this is caused by the following commit: https://github.com/Angstrom-distribution/meta-angstrom/commit/dae094d69a1f8651c822fb35d606bf59a615f244 All packages which are created from sstate fail do install in the rootfs likely because the license file is only available in the subdirectory of the machine for which it was originally built. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14images: trdx-extra: Enable USB suspend resume fix for VybridSanchayan Maity
Enable USB suspend resume fix for Vybrid. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2015-12-15images: add rtl8192cu firmware for LM006 USB WiFi adapterBhuvanchandra DV
The LM006 USB WiFi adapter uses a Realtek RTL8188CUS chipset, which requires the compatible firmware RTL8192CU. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2015-11-04apalis/colibri_imx6: update/load USB Gadget ConfigFS automaticallyStefan Agner
Since we use USB Gadget ConfigFS now use libusbg to load the USB Gadget configuration automatically.
2015-11-02apalis/colibri_t30: deploy/enable nv-conf-systemd for cpu hot-pluggingMarcel Ziswiler
Deploy and enable CPU hot-plug configuration and startup on our T30 based modules. This significantly reduces power-consumption and therefore improves thermal characteristics.
2015-10-29images: install udisk only in lxde imageMax Krummenacher
2015-10-29Revert "angstrom-lxde-image: use udisks only for automount"Max Krummenacher
This reverts commit a1040ca051f6c66bc5205502a462d55490653360. http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-core/systemd/systemd_219.bb?h=fido&id=0cd5a0d5445ff95a8ef4abe24fef705957935e81 fixes the automount issues we have during boot. So revert the patch which completely disabled the feature. This (re)introduces the issue that removable media attached during runtime does get mounted with dbus / udisk in a different fashion. But the fact that media connected at boot is actually mounted before the system reaches its running state and that automount works when one disables the start of the display manager outweights this.
2015-10-28trdx-extra.inc: deploy tinymembenchMax Krummenacher
2015-10-12images: install eglinfo-x11 only in x11 based imagesMax Krummenacher
Conflicts: recipes/images/angstrom-qt-x11-image.bb
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-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-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-01images: install gpioconfig only in angstrom-lxde-imageMax Krummenacher
gpioconfig depends on gtk+
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-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 "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-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.
2015-05-12apalis/colibri_t20/t30: integrate latest stuffMarcel Ziswiler
2015-05-12images: remove NTP in favor of systemd-timesyncdStefan Agner
In contrast to the full NTP implementation systemd-timesyncd only supports the client side of the NTP protocol. In return, the systemd implementation is ~250kBytes smaller. Since most embedded devices require client side only, use systemd's timesyncd.
2015-03-31images: use changed gdb-cross package nameMax Krummenacher
2015-03-10usb-rndis: fix various issues with dhcpd service for RNDISMax Krummenacher
- Make sure leases file is not persistent (in /var/run now) This allows to serve the same IP to the generated (and hence different IP addresses) - Start RNDIS service after the network.target - Tegra: Add extra service for udhcpd. When running dhcpd directly from udev, the daemon will be killed after a while
2014-12-19colibri-imx6: add u-boot-fw-utilsMax Krummenacher
2014-12-18trdx-extra.inc: ensure machine-id is non volatileMax Krummenacher
If the rootfs in early init is read-only /etc/machine-id is in a tempfs. systemd-machine-id-commit can be used to migrate to the 'real' rootfs. The command is run in the installers postinst and thus needs no further activation.
2014-12-16colibri-vf: switch to mainline kernel based on 3.18Stefan Agner
Switch default kernel recipe to linux-toradex-vf which will build a kernel based on the toradex 3.18-next branch.
2014-12-08apalis/colibri imx6/t20/t30: deploy eglinfo-x11Marcel Ziswiler
2014-11-13Apalis iMX6/T30 & Colibri T20/T30/VF50/VF61: update resp. introduce ↵Marcel Ziswiler
GPIOconfig tool
2014-10-31trdx-extra.inc: deploy fw_printenv also on T30Max Krummenacher
2014-10-30trdx-images: remove ConsoleKitStefan Agner
Remove explicit installation of ConsoleKit since we use systemd- logind nowadays. Also, pam-plugin-ck-connector, the ConsoleKit pam plug-in, is not required anymore. The equavilent for systemd is part of libpam (pam_systemd.so). The secondary PolKit authenticatin agent polkit-gnome is not necessary since LXDE has its own authentication agent lxpolkit.
2014-10-06trdx-extra: colibri-imx6: add machine specific packagesMax 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-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-04image: change logic in manifest deploymentMax Krummenacher
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-04timestamp-service: change to new timestamp formatMax Krummenacher
Patch pending in meta-angstrom
2014-05-02mcc-pingpong: demo application for ping pong with Cortex M4Stefan Agner
2014-04-05u-boot-fw-utils: provide matching recipesMax Krummenacher
With the change to our own u-boot recipes the bbappend to the common u-boot-fw-utils recipe is no longer a sane solution. While at it cleanup COMPATIBLE_MACHINE style.
2014-04-01images: add ptpd to apalis-imx6Max Krummenacher
2014-04-01images: add Apalis iMX6Max Krummenacher
2014-04-01images: add e2fsprogs to eMMC modules, fstrimMax Krummenacher