summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-31libcryptopp: package/stage to correct pathsMax Krummenacher
The native build needs PREFIX to stage the files correctly into x86 sysroot The target build did not deploy the shared object due to missing soname version symlinks
2014-10-31apalis/colibri_t30: fix noisy analogue audio playbackMarcel Ziswiler
Fix noisy analogue audio playback by updating initial ALSA state.
2014-10-30machine: imx6: fix thumb2 arch settingMax Krummenacher
2014-10-30colibri-imx6: add machine definition and burnflashMax Krummenacher
2014-10-30machines: use thumb2 with meta-angstromMax Krummenacher
Angstrom started using thumb2 on machines with armv7-a architectures. This commit removes our override to stay on arm instruction set, so if building our machines with the angstrom distribution you now get thumb2 builds.
2014-10-30u-boot: iMX6/VF update to latest from gitMax Krummenacher
2014-10-30linux: iMX6/VF update to latest from gitMax Krummenacher
2014-10-30timestamp-service: remove in favor of meta-angstrom patchMax Krummenacher
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-30linux: tegra latest from gitMarcel Ziswiler
2014-10-30Add tegrarcm recipeMarcel Ziswiler
2014-10-30Add libcryptopp recipeMarcel Ziswiler
2014-10-30Add cbootimage recipeMarcel Ziswiler
2014-10-20colibri-vf: u-boot: switch to 2014.10Stefan Agner
Use rebased U-Boot release 2014.10. The README has a new md5sum and U-Boots new build system has default configurations ending with defconfig too.
2014-10-06colibri-imx6: refactor recipes for new moduleMax Krummenacher
2014-10-06systemd: don't pull in systemd 216Max Krummenacher
meta-angstrom backported systemd 2.16 into daisy. Keep using 2.11 for now.
2014-10-06trdx-nv-binaries: don't include X11 headers in eglplatform.hMax Krummenacher
Qt5 uses tokens which would be renamed through defines in the X11 headers. So don't inject these defines into Qt5 sources through eglplatform.h. gcc 4.8 is more strict on type mismatch in assignments, so use correct variable type for the EGLNativeDisplayType pointer.
2014-10-06u-boot: remove don't build the examples patchMax Krummenacher
u-boot.inc no longer builds the standalone examples by default so do patch to not do so is no longer needed. The source tree will no longer be marked as git dirty.
2014-10-06nvsamples: address build race conditionMax Krummenacher
On a fast server nvsamples rarly failed due to missing references. Don't use parallel make and use a symlink instead of a copy operation to move the related lib to its deployment place.
2014-09-03linux-toradex: update to latestMax Krummenacher
This pulls in the fix for PCIe rarely unavailable at boot. Branch changed from colibri to tegra
2014-09-02imlib2: use git instead of svn repo, update to 1.4.6Max Krummenacher
The enlightement svn seems to be down. Workaround by using their git repo which provides the same data and is already used in the master branch of meta-openembedded. Remove once we upgrade from daisy to the next stable release.
2014-08-04kernel: update to latest on git.toradex.comMax Krummenacher
2014-08-04t20, t30: update kernel to latest in gitMax Krummenacher
2014-08-04apalis-imx: update kernel to 3.10.17Max Krummenacher
Base kernel on Freescales 3.10.17_1.0.0_ga and provide a device tree plus code changes for Apalis iMX6.
2014-08-04colibri-vf: update kernel to latest, port recipe for use with daisyMax Krummenacher
2014-08-04linux-toradex-fsl: remove linux-toradex-fsl.inc usageMax Krummenacher
2014-08-04u-boot: update to latest git versionMax Krummenacher
2014-08-04colibri-t20: add configuration to u-boot-fw-utilsMax Krummenacher
u-boot-fw-utils allows for U-Boot environmenmt access from Linux. Add the needed configuration file for colibri_t20 with a postinst script which choses the right NAND flash sector sizes from /proc/mtd While at it, fix some whitespace issues.
2014-08-04u-boot-toradex: update to latest git versionMax Krummenacher
2014-08-04apalis-imx6.conf: specify the devicetree nameMax Krummenacher
2014-08-04machine.conf: use arm instructions setMax Krummenacher
Angstrom default on armv7a would be thumb2, however there are some recipes around with arm assembler which fails.
2014-08-04machine.conf: xserver: make sure to use machine specificMax Krummenacher
If the package manager finds a version newer than the prefered-version that one gets installed. As we need a specific one for the tegras and for imx6 we change the 'epoch' to something very high.
2014-08-04machine.conf: unify MACHINE_FEATURESMax Krummenacher
unify the features between machines kernel26 is deprecated and unused apm does not make sense on ARM While at it remove some commented stuff
2014-08-04remove obsolete recipe and patchMax Krummenacher
2014-08-04mcc/m4: use recipes from meta-fsl-armMax Krummenacher
deleted: recipes-bsp/libmcc/libmcc_1.04.bb deleted: recipes-bsp/mqxboot/mqxboot_1.0.bb deleted: recipes-kernel/kernel-module-mcc/kernel-module-mcc_1.04.bb
2014-08-04xserver: set epoch to prevent update to later versionsMax Krummenacher
HACK: during do_rootfs opkg takes the latest and greatest available in any feed, e.g. one built for another machine without prefered version rather than what PREFERRED_VERSION puts in the MACHINE_ARCH feed so we set the recipe epoch here. Thus for our architecture we're always latest and greatest.
2014-08-04timestamp-service: change to new timestamp formatMax Krummenacher
Patch pending in meta-angstrom
2014-08-04lxde: move base recipes to meta-lxdeMax Krummenacher
2014-08-04recipes-core/hdmi-hotplug/hdmi-hotplug.bbMax Krummenacher
2014-08-04util-linux: fstrim: remove now integrated backportMax Krummenacher
2014-08-04build warnings: remove warnings already strippedMax Krummenacher
Change to new way of inhibiting warning from INHIBIT_PACKAGE_DEBUG_SPLIT = "1" to INSANE_SKIP_${PN} = "already-stripped"
2014-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
2014-08-04Use generic bbappend filesMax Krummenacher
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
2014-08-04tegra: use xserver 1.14.4 recipeMax Krummenacher
2014-08-04xserver: tegra: use 1.14.4 from meta-fsl-armMax Krummenacher
The tegras xdrivers require an 1.14 API Make the xserver ARCH specific
2014-06-25machine tegra: prefer egl gles from toradex-nv-binariesraul
2014-06-25opengl es: replace "eglplatform.h" file.raul
For qt5 khronos headers needs more definitions.
2014-06-12apalis-imx6: remove unneeded variableMax Krummenacher
2014-06-11virtual/kernel: set preferred unconditionalyMax Krummenacher
Be consistent with the other machine recipes Help the autobuilder setup
2014-05-24colibri-vf: use latest u-boot and burnflashMarcel Ziswiler
Use the latest U-Boot and burnflash.