summaryrefslogtreecommitdiff
path: root/recipes/images
AgeCommit message (Collapse)Author
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-06-16trdx-image-fstype: improve for use with other imagesMax Krummenacher
Don't fail for images which do not deploy /boot/uImage mx6: only strip binaries
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-03images: set PV to V2.2Max Krummenacher
2014-04-03images: apalis-imx6: don't deploy vivante samplesMax Krummenacher
2014-04-01images: add ptpd to apalis-imx6Max Krummenacher
2014-04-01image: Apalis iMX6, Colibri VF: deploy imx loaderMax Krummenacher
- build and deploy imx_usb, imx_uart - currently it builds for the build host arch, i.e x86-64 or i386
2014-04-01images: add Apalis iMX6Max Krummenacher
2014-04-01angstrom-qt-x11-image: add gstreamer jpeg pluginMax Krummenacher
2014-04-01images: add e2fsprogs to eMMC modules, fstrimMax Krummenacher
2014-04-01trdx-image-fstype: add u-boot extension for iMX6Max Krummenacher
2014-04-01images: use busybox as the default login managerMax Krummenacher
tinylogin has been deprecated and the functionality ported into busybox, so we switch to using busybox as the default login manager. http://cgit.openembedded.org/openembedded-core/commit/?id=54fc2a698d49f7acc93c8e4b6f6c4e7b3b6ffcc8
2014-03-31trdx-image-fstype: deploy imx-uart for colibri-vfMax Krummenacher
2014-03-31burnflash: deploy the serial loader with the rootfsMax Krummenacher
2014-03-31images: add ptpd to IEEE 1588 capable hardwareMax Krummenacher
Apalis T30 and Colibri VFxx modules have IEEE 1588 (Precision Time Protocol) capable Ethernet NIC's. This adds the userspace daemon to such hardware.
2014-03-18trdx-extra: apalis-t30: add additional camera driversMax Krummenacher
2014-03-18 trdx-extra: add mcc components for vybridMax Krummenacher
The MCC (Multi-Core Communication) is the subsystem that enables MQX applications running on the M4 core to communicate with Linux applications on the A5 core
2014-03-18trdx-extra: add gpioconfig to vybridMax Krummenacher
2014-03-18angstrom-lxde-image: T30: add gst-plugins-good-jpegMax Krummenacher
2014-02-10image: improved dependencies to make Qt image smallerStefan Agner
- move pam-plugin-ck-connector to LXDE image - remove connman-gnome from Qt image
2014-02-05image: add kernel module for fusion touch screensStefan Agner
Add kernel module for Fusion 7"/10" touch screen to the root filesystem image.
2014-02-04util-linux: add fstrimMax Krummenacher
Add the fstrim utility to Colibri T30 image. The utility allows to send trim commands to the underlaying flash translation layer, which allows too free not used flash sectors and those improve wear- leveling
2013-12-02console-image: use connmanMax Krummenacher
2013-11-21Machine: use the changed machinename colibri-vfMax Krummenacher
2013-11-21qt4e-demo-image: Add missing libicui18nMax Krummenacher
2013-10-21hdmi: add udev rule to start an X output on hotplugMax Krummenacher
2013-10-11images: add a qt4 embedded imageMax Krummenacher
still missing automatic start of a demo (and detecting keyboard, mouse, touch) export QWS_DISPLAY="LinuxFb:/dev/fb:depth=24" export QWS_KEYBOARD="USB:/dev/input/event1" export QWS_MOUSE_PROTO="LinuxInput:/dev/input/event2" qtdemoE -qws
2013-10-11console-image: fix the inclusion of X11Max Krummenacher
2013-10-10image-fstype: add colibri-vfxx moduleMax Krummenacher
2013-10-10images: cleanup, add colibri-vfxx moduleMax Krummenacher
- Add optimizations needed for the Colibri VFxx modules - Move common stuff to trdx-extra.inc, /etc/timestamp, CAN utils - Cleanup whitespace and commented stuff - Split out gstreamer packages, don't add them on Colibri VFxx angstrom-lxde-image: - Browser for Colibri VFxx is midori for size reasons console-image: - don't add X11 for Colibri VFxx
2013-09-22images: use consistent image namesMax Krummenacher
- use consistent image names - while at it build the GLES samples only for a tegra machine
2013-09-22image: add handling for imx u-boot extensionMax Krummenacher
2013-09-22image: add update-alternative and ethtoolMax Krummenacher
2013-09-22connman: add commandline configuration toolMax Krummenacher
root@colibri-t30:~# connmanctl connmanctl> services *AO Wired { ethernet_00142d259a48_cable } connmanctl> services ethernet_00142d259a48_cable [ ethernet_00142d259a48_cable ] Type = ethernet Security = [ ] State = online Favorite = True Immutable = False AutoConnect = True Name = Wired Ethernet = { Method=auto Interface=eth0 Address=00:14:2D:25:9A:48 MTU=1500 } IPv4 = { Method=dhcp Address=192.168.10.2 Netmask=255.255.255.0 Gateway=192.168.10.1 } IPv4.Configuration = { Method=dhcp } IPv6 = { } IPv6.Configuration = { Method=auto Privacy=disabled } Nameservers = [ 192.168.0.32 ] Nameservers.Configuration = [ ] Timeservers = [ 192.168.0.32 ] Timeservers.Configuration = [ ] Domains = [ ] Domains.Configuration = [ ] Proxy = { Method=direct } Proxy.Configuration = { } Provider = { } connmanctl> config ethernet_00142d259a48_cable --ipv4 manual 192.168.10.2 255.255.255.0 192.168.10.1 connmanctl> exit root@colibri-t30:~# connmanctl connmanctl> config ethernet_00142d259a48_cable --ipv4 dhcp connmanctl> exit
2013-09-22lxde: use renamed recipe packagegroup* recipeMax Krummenacher
2013-09-22update-modules: this package is replaced by other postinstMax Krummenacher
2013-09-22console-image: use require instead of includeMax Krummenacher
2013-09-22image: remove line concatenations '\' from commentsMax Krummenacher
2013-08-19apalis image: add the v4l camera driver kernel modulesMax Krummenacher
2013-08-19image: add v4l-utilsMax Krummenacher
2013-07-26trdx-config: remove obsolete packageMax Krummenacher
2013-06-26image: move the pixbuf loader update to rootfs creationMax Krummenacher
2013-06-26fs-init: add recipe to extend rootfs partition on eMMCMax Krummenacher
- on Colbri/Apalis T30 the rootfs is downloaded in a minimum size. On first boot this filesystem is resized to fill its full partion. This slows down IO responsivness during the first 5 minutes.
2013-06-26burnflash: unified T20/T30Max Krummenacher
- unified the burnflash sources to work on Colibri T20/T30, Apalis T30 - change the PXA dummy burnflash accordingly - increase the initial free rootfs space to 100M on eMMC partition will be resized on first boot to full partition size relevant for Colibri T30, Apalis T30
2013-06-26image: add gstreamer deinterlacer used with cameraMax Krummenacher
2013-06-07lxde-image: add scrot, add underscore to apalis tar filenameMax Krummenacher
2013-04-15trdx-extra: cleanup indentionMax Krummenacher
2013-03-27images: added a QT4 X11 imageMax Krummenacher
- bbappends to the base qt4-x11-free recipe to use OpenGL ES2 - script which starts X plus qtdemo, including a systemd service to activate script