summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Include ffmpeg gstreamer plugin to imageSamuli Piippo2013-06-033-0/+5
| | | | | | | | FFmpeg provides more video decoding capabilities. Needed some hacks to keep mesa from getting pulled in. Change-Id: I1129d08cc61ad39154cb2f76d656d9dfc0a3075f Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* gdb-cross-canadian: use correct exec-prefix path for pythonSamuli Piippo2013-06-032-34/+13
| | | | | | | | | | | | | Incorrect exec-prefix path was given to gdb which leads to gdb startup failure when SDK is not installed to its original destination. Gdb relocates the exec-prefix path, so it will work for SDKs that are installed to different location. PYTHONHOME env in no longer neeeded for gdb. Upstreamed to oe-core, putting here until it gets merged Change-Id: If3f5125a6063bf9eae56b2b6ecbdebb9939ad362 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* u-boot: change beagleboard's default resolution to 800x600Samuli Piippo2013-05-242-0/+53
| | | | | | | | Also increase VRAM for omapfb so that we can run EGL in flip mode. Change-Id: I452cc6512706d373e196d76e8e9a30fa3e738235 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* libgles-omap3: Use flip operation modeSamuli Piippo2013-05-241-0/+7
| | | | | Change-Id: Ic4e7937024a358f1a7d7e4274da9684322d11c84 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* image: remove profiling tools from imageSamuli Piippo2013-05-241-1/+0
| | | | | Change-Id: I9ad39aacabb44de8760a4c465c292dca181f9e4b Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* mx5: support for imx5 with hw graphicsSamuli Piippo2013-05-243-0/+12
| | | | | Change-Id: Iefbf82d6bc4d2ad2d00fa4b2cf8883f233e0fa67 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* b2qt: renamed Boot to Qt for Embedded LinuxSamuli Piippo2013-05-241-2/+2
| | | | | | Change-Id: I0176f3b1025cb5d82ece34c78cf5dd38ac60cfdf Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* linux-mainline: remove beagleboard logo from kernel boot screenSamuli Piippo2013-05-211-0/+5
| | | | | Change-Id: Iecea7f03842c8d66f9a2ecb87d6174ce7f99110d Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* b2qt: remove some unneeded distro featuresSamuli Piippo2013-05-211-1/+1
| | | | | Change-Id: I8de57a152f1f9195327a7cac6738d9f4dfd3a8b3 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* init-ifupdown: use fixed MAC addressSamuli Piippo2013-05-213-1/+15
| | | | | | | | | Since beagleboard does not have fixed MAC address, use interfaces config to set it. This will use the MAC address from the first boot (which is random) in subsequent restarts. Change-Id: I2ea5e92b2b29f7aad7b40a7fb14ba8ca8d4fbe7a Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* openssh: change libexecdir for sftp-serverSamuli Piippo2013-05-211-0/+2
| | | | | | | | By default, bitbake.conf sets libexecdir to /usr/lib/openssh, but dropbear expects to find sftp-server from /usr/libexec Change-Id: I19b2051013a9c67e7c09b0815a926334faf99451 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* gdb: fix gdb's dependency to PYTHONHOME envSamuli Piippo2013-05-212-0/+34
| | | | | | | | gdb was unable to locate python without using PYTHONHOME environment variable. Change-Id: I5fe5d37ab88a0d186f91dbedcab1a480869da311 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* 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>
* local.conf.sample: switch to ipk packagesSamuli Piippo2013-05-061-1/+2
| | | | | | | | Now using ipk packages, since libgles-omap3 has problems with rpm. Set also default hostname based on machine type. Change-Id: I8a2a47c787c4acb8976154cc1b161870e1b38ad1 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add support for sdcard imagesSamuli Piippo2013-05-063-1/+21
| | | | | | | | | Create also sdcard images that can be easily dd'ed to memory card. Image type created for imx6 works also in beagleboard when first partition is marked as bootable. Change-Id: I45323de442187c67867be31f80f1cdef43a12a9e 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>
* Create new meta layer and distro for B2Qt on embedded LinuxSamuli Piippo2013-04-305-0/+343
| | | | | Change-Id: I0dccd0d118b95cf2a5aa39cf5fcdbf69787630a4 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Initial commitOswald Buddenhagen2013-04-230-0/+0