summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-08Added note about Apalis iMX6 SSH password authentication beingMarcel Ziswiler
disabled by default. While at it line wrapped Apalis T30 release notes document.
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-05linux-toradex-fsl_git: fix parsingMax Krummenacher
Make the bitbake parser not fail when this recipe is parsed for a machine for which this recipe is not a COMPATIBLE_MACHINE.
2014-04-04Apalis_iMX6: add initial rlease notesMax Krummenacher
2014-04-04icu: update to match bb versionMax Krummenacher
2014-04-04Revert "cortex-a5.inc: backport from openembedded-core dora branch"Max Krummenacher
File now provided by openembedded-core This reverts commit 592b1395c7cdff2125b5e42a7f9605749e625419.
2014-04-04bblayers.conf: add new required layers to defaultsMax Krummenacher
2014-04-03images: set PV to V2.2Max Krummenacher
2014-04-03gpu-viv-bin-mx6q: add bbappend for no samplesMax Krummenacher
adds gpu-viv-bin-mx6q-libraries package which RDEPENDS only the libraries but not the samples.
2014-04-03images: apalis-imx6: don't deploy vivante samplesMax Krummenacher
2014-04-03kernel: apalis-imx6 update to latest git versionMax Krummenacher
2014-04-03u-boot: apalis-imx6 update to latest git versionMax Krummenacher
2014-04-02kernel: apalis-imx6 update to latest git versionMax Krummenacher
2014-04-02kernel: apalis-imx6 update to latest git versionMax Krummenacher
2014-04-02u-boot: apalis-imx6 update to latest git versionMax Krummenacher
2014-04-01images: add ptpd to apalis-imx6Max Krummenacher
2014-04-01machines: add colibri-vf, apalis-imx6Max Krummenacher
2014-04-01systemd-compat-units: ensure that postinst is runMax Krummenacher
The combination of changes lead to the postinst scripts not beeing run at all.
2014-04-01mimetypes: add mimetypes for some basic multimedia typesMax Krummenacher
2014-04-01glmark2: remove recipe in favor of meta-openemebeddedMax 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-01u-boot: convert bbappend to a bbMax Krummenacher
2014-04-01u-boot: add Apalis iMX6 and Colibri VF recipeMax Krummenacher
2014-04-01kernel: add Apalis iMX6 and Colibri VF recipeMax Krummenacher
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-01util-linux bbappend: update to match bb versionMax Krummenacher
2014-04-01base-files: add iMX6 specific filesMax Krummenacher
2014-04-01glmark2: make sure libpng V1.2 and gles is installedMax Krummenacher
2014-04-01gpioconfig: make the executable SOC family specificMax Krummenacher
2014-04-01trdx-image-fstype: add u-boot extension for iMX6Max Krummenacher
2014-04-01lxde-common_0.5.5: add iMX6 specific wallpapersMax Krummenacher
2014-04-01journald patch: update to systemd 206Max Krummenacher
2014-04-01systemd bbappend: update to match bb versionMax Krummenacher
2014-04-01local.conf: update default local.confMax Krummenacher
- include package-management metadata in image - update distro to angstrom-v2013.12
2014-04-01stress: change homepageMax Krummenacher
2014-04-01qt4 bbappend: update to match bb versionMax Krummenacher
2014-04-01gdk-pixbuf bbappend: update to match bb versionMax Krummenacher
2014-04-01dropbear connman bbappend: update to match bb versionMax Krummenacher
2014-04-01openssh bbappend: update to match bb versionMax Krummenacher
2014-04-01midori bbappend: update to match bb versionMax Krummenacher
2014-04-01connman bbappend: update to match bb versionMax 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-04-01colibri-vf: use meta-fsl* layer for BSP filesMax Krummenacher
remove the files copied from meta-fsl* for Colibri-VF V2.1 move the colibri-vf u-boot and kernel stuff to meta-fsl-arm-extra
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-31icu: is machine specific for colibri-vfMax Krummenacher
For colibri-vf we deploy icu only partly to save diskspace, so set the PACKAGE_ARCH for that machine.
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-26mqxboot/libmcc: fixed dependencies to kernel moduleStefan Agner
We need to have the kernel modules header at build time, so mark it as not only a runtime dependency.