summaryrefslogtreecommitdiff
path: root/recipes/images/trdx-image-fstype.inc
AgeCommit message (Collapse)Author
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-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-12apalis/colibri_t20/t30: integrate latest stuffMarcel Ziswiler
2015-05-12trdx-image-fstype: pull out common filesMax Krummenacher
Pull out common files of the module specific trees into the common library directory and symlink the files.
2015-05-12trdx-image-fstype: drop tarball in favour of filesMax Krummenacher
Drop the burnflash.tar.bz2 tarball and put the individual files under version control. Only create minimal set for colibri-t20 for now and move it with the change to tegra-uboot-flasher.
2014-11-13apalis/colibri_imx6: get rid of imx_usb.m32Colibri_iMX6_LinuxImageV2.3Beta4_20141113Marcel Ziswiler
2014-10-30apalis/colibri_t30: latest u-boot git migrated to cbootimage/tegrarcmMarcel Ziswiler
Use latest U-Boot from git. Migrate to using cbootimage and tegrarcm.
2014-10-20colibri-vf: switch to zImage inside root fsStefan Agner
Due to U-Boot udpate we need to create one big UBI volume. Since attaching the UBI volume is the expensive operation (compared to mount the UBIFS inside that volume), it is relatively cheep to load the kernel directly from the root filesystems /boot directory instead of creating a own volume for the kernel. This also makes it simpler to load a mainline kernel (along with the required dtb file). However, we loose the integrity check of the uImage. But since there were no measures in place to handle a invalid image, we do not loose functionality here. In case we need integrity check, we should consider switching to the new FIT image format...
2014-10-06imx-loader: only deploy the needed config filesMax Krummenacher
2014-10-06colibri-imx6: refactor recipes for new moduleMax Krummenacher
2014-08-04trdx-image-fstype.inc: fix DEPENDSMax Krummenacher
Append instead of overwritting the DEPENDS variable.
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-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-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-01trdx-image-fstype: add u-boot extension for iMX6Max Krummenacher
2014-03-31trdx-image-fstype: deploy imx-uart for colibri-vfMax Krummenacher
2014-03-31burnflash: deploy the serial loader with the rootfsMax Krummenacher
2013-11-21Machine: use the changed machinename colibri-vfMax Krummenacher
2013-10-10image-fstype: add colibri-vfxx moduleMax Krummenacher
2013-09-22image: add handling for imx u-boot extensionMax Krummenacher
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-03-04image: remove intermediate file before creating tarballMax Krummenacher
2013-02-05image: image name now defined in the image.bb filesMax Krummenacher
2013-01-29burnflash: add Apalis-T30 as a deployable imageMax Krummenacher
2012-11-26image:Max Krummenacher
- add rootfs version to the banner (/etc/issue)
2012-11-22burnflash:Max Krummenacher
- prepare for T30 launch - put the rootfs version in the login banner /etc/issue
2012-08-15L4T R15, oe-core Image V2.0Beta1Max Krummenacher