summaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot-script-boundary: correctly build sabrelite bootscriptsSamuli Piippo2013-05-062-7/+6
| | | | | | | | | Build bootscript for sabrelite with correct MACHINE_ARCH. Also add dependency to image, so that bootscripts are built for sdcard image. Change-Id: I6cbf8d0b35b9aaa828ef26740384135c8691b11d Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* linux: simplify kernel defconfig changesSamuli Piippo2013-05-064-4555/+10
| | | | | Change-Id: I84a474ec5f4f169b47043c5c62dbdb20d2a7c902 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* psplash: include Qt splash screen on startupSamuli Piippo2013-04-302-0/+4
| | | | | | | Shows Qt logo on the device bootup Change-Id: Ia9797134fa7d1a7ac2ae9b4529c2da2f699dba0a Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* basefiles: modified bases filesSamuli Piippo2013-04-302-0/+43
| | | | | | | | | Include modified /etc/profile file which disables cursor blinking on VT (which shows through Qt applications) Writes configured hostname to /etc/hostname for DHCP registration Change-Id: I68ab5075c9868858061305c8eb5a9dcd67053a9c Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* init-ifupdown: Add hostname registration to interfacesSamuli Piippo2013-04-302-0/+34
| | | | | | | | Modified interfaces configuration file to send hostname registration to DHCP when configuring eht0 Change-Id: I13c818f1e0da16559ef0ba07a28c4afc048613ca Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* udev: Add INPUT_TOUCHSCREEN flag to multitouch displaysSamuli Piippo2013-04-302-0/+32
| | | | | | | | | udev does not add any INPUT_ flags to devices which support only MT protocol. Without this Qt evdectouch does not find touchscreen automatically. Change-Id: Id298626649579450c30f04c3c282863afbfc6e08 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* u-boot-script-boundary: use nitrogen6x bootscript for sabreliteSamuli Piippo2013-04-301-0/+9
| | | | | | | | The boundary device repo does not contain separate 6x_bootscript for sabrelite. The one for nitrogen6x can be used for sabrelite. Change-Id: I60b025ac48ae06dd31fafbfa27026cf968b80756 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* linux-boundary: modified decfonfig for imx6 sabreliteSamuli Piippo2013-04-302-0/+279
| | | | | | | | Based on the defconfig in meta-fsl-arm. Modified to have touch driver configured as multitouch instead of single touch. Change-Id: I4f5ef56313531fd490d2a6190f12cc6f249cd4c4 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* libgles-omap3: Fixup recipe for BeagleBoardSamuli Piippo2013-04-302-0/+30
| | | | | | | | | Patch to add missing GLchar define to EGL headers. The TI Graphics SDK uses TOOLCHAIN_PATH define and when not set causes QA warning: "host include and/or library paths were used" Change-Id: I1b97880f09d8df641573d1415a0d1dc3374abeb4 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* linux-mainline: modified defconfig for BeagleBoardSamuli Piippo2013-04-302-0/+4277
| | | | | | | | Based on the defconfig in meta-ti layer. Modified to include network driver buildin instead of module. Change-Id: I99ec5315a7a9c2d3debf75edac4748101d32a5b6 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* mkcard: script to initialize memory cardSamuli Piippo2013-04-302-0/+92
| | | | | | | | | | The mkcard.sh script can be used to initialize memory card, so that rootfs and boot files can be copied to it. Creates two partitions, fat and ext3, named boot and rootfs respectively. Change-Id: I62846802845f1715cde2c2fbb98e57f604b96878 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* B2Qt image and toolchainSamuli Piippo2013-04-304-0/+136
New image ready to run Qt5 (but without it) and toolchain that is can be used to build Qt5 Change-Id: I2df926dae97a37e33af1f0e6edca5b04d3ce2c4f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>