summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-29bblayers.conf: get rid of obsolete meta-snappyColibri-iMX7_LXDE-Image_2.8b2.97-20180331Colibri-iMX6_LXDE-Image_2.8b2.97-20180331Colibri-iMX6ULL_LXDE-Image_2.8b2.97-20180331Colibri-VF_LXDE-Image_2.8b2.97-20180331Colibri-T30_LXDE-Image_2.8b2.97-20180331Colibri-T20_LXDE-Image_2.8b2.97-20180331Apalis-iMX6_LXDE-Image_2.8b2.97-20180331Apalis-TK1_LXDE-Image_2.8b2.97-20180331Apalis-TK1-Mainline_LXDE-Image_2.8b2.97-20180331Apalis-T30_LXDE-Image_2.8b2.97-20180331Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2018-03-22apalis-tk1-mainline: append summary indicating mainlineMarcel Ziswiler
Images for tk1 and tk1-mainline are currently indistinguishable especially when path to the image is long. For now simply append the description with " (Mainline)" should work. Let’s integrate this into our builds. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22scrot, giblib: use Fedora mirrors by defaultStefan Agner
The original website linuxbrit.co.uk has definitly vanished, so use Fedora mirrors by default. It appears that the mirror prepend solution messed with the Toradex mirrors. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22recipes: use oe.utils.conditional instead of deprecated base_conditionalMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22angstrom-lxqt-image: remove snapdMax Krummenacher
From feedback it looks like it is not widely used but it adds a lot to the final image as well as to build time as it relies on go and go-native. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22angstrom-lxde-image: remove snapdMax Krummenacher
From feedback it looks like it is not widely used but it adds a lot to the final image as well as to build time as it relies on go and go-native. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22stress: Remove local version of stressStefan Agner
Stress is nowadays available in the OpenEmbdedded core layer. Remove the local version. Beside that, the local version still has an old md5sum due to upstream license change in 2015. The recipe continued to work since the default Toradex local.conf uses Toradex source mirrors with the stress package available using the old md5sum. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22images: add gstreamer1.0-plugins-good-multifileMarcel Ziswiler
Trying to store PNG files off our CSI Camera Module 5MP OV5640 on Apalis TK1 revealed the first few frames to be black resp. greenish. One way to overcome this is to save several images and just throw the first few away. In order to do so the multifilesink plug-in would be needed: gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,format={UYVY},width=640,height=480' ! videorate max-rate=10 ! videoconvert ! avenc_png ! multifilesink location=test%d.png Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-03-22apalis/colibri: switch to zimage instead of uimageBhuvanchandra DV
Switch to the generic compressed Kernel image type (zImage) instead of the U-Boot specific uImage format. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@gmail.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22images: remove adwaita-icon-theme from bad_recommendsMax Krummenacher
gpicview has an RDEPENDS on adwaita-icon-theme. Having adwaita-icon-theme in BAD_RECOMMENDS prevents gpicview from being installed. (Because gpicview itself is pulled in through a RRECOMMENDS) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22angstrom-lxqt-image: point out qt licencesMax Krummenacher
Provide a link to the Qt website with licensing information. Split out GPL-3.0 modules into their own variable to ease removal of these module. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22angstrom-qt5-x11-image: use a more robust way to start xMax Krummenacher
qt5-x11-free-systemd did provide a script which started X and then an application up to now. Move to an xinit aided way of starting exactly one user application by using - xserver-nodm-init to start X and have - x-window-simple-app provide a script which starts the one and only application after X was succefully started and e.g. a touch screen calibrator did its job. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22x-window-simple-app: start a x11 applicationMax Krummenacher
After the xserver-nodm-init started the Xserver this provides a script to start exactly one X application. Change the variables INITIAL_PATH and X_APPLICATION to the specify the current working directory when starting the application and the path to the application which is to be started. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22xinput-calibrator: don't run it out of a terminalMax Krummenacher
The terminal output is not seen. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22angstrom-lxqt-image: add a connman pluginMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22angstrom-lxqt-image: add a new image recipeMax Krummenacher
An image with an LXQt desktop. This requires the meta-qt5-extra layer. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22sddm.conf: allow for root autologin to lxqtMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22lxqt-session: add default terminal configMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22pcmanfm-qt: use toradex wallpaperMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22lxqt-themes: deploy toradex wallpapersMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22lxqt-panel: add config with more widgetsMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22qedit: add a qt5 text editorMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22update toradex-mirrors to 2.8Stefan Agner
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22tdx-image-fstype: move to a spl/u-boot recovery download chainMax Krummenacher
Move from a recovery u-boot.imx to download first the SPL which immediately goes into SDP download mode again and then download u-boot.img. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22gpio-tool: colibri-imx6ull: deploy 1.8Max Krummenacher
Inital version for colibri-imx6ull. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22angstrom-lxde-image: colibri-imx6ull: add gpio-toolMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22tdx-image-fstype: tar with --numeric-ownerMax Krummenacher
If --numeric-owner is not used when creating and/or extracting the archive containing the rootfs then tar tries to change the numeric uid/gid of the files based on owner/group names of the host used to extract the archive. Create the archive with --numeric-owner to prevent this from happening when extracting. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22local.conf: add new machinesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22mtd-utils: build natively for a 32-bit machineColibri-iMX7_LXDE-Image_2.8b1.64-20171229Colibri-iMX6_LXDE-Image_2.8b1.64-20171229Colibri-iMX6ULL_LXDE-Image_2.8b1.64-20171229Colibri-VF_LXDE-Image_2.8b1.64-20171229Colibri-T30_LXDE-Image_2.8b1.64-20171229Colibri-T20_LXDE-Image_2.8b1.64-20171229Apalis-iMX6_LXDE-Image_2.8b1.64-20171229Apalis-TK1_LXDE-Image_2.8b1.64-20171229Apalis-TK1-Mainline_LXDE-Image_2.8b1.64-20171229Apalis-T30_LXDE-Image_2.8b1.64-20171229Stefan Agner
We want to deploy mkfs.ubifs as part of the x86 downloader as most distros do not have a recent enough version. To be more universal we need it unconditionally in a 32-bit version. Moved from meta-toradex-bsp-common layer. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22tdx-extra: hostapdDominik Sliwa
Build hostapd for all platforms. Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-12-22lxdm: fix crash on first bootStefan Agner
The very first start of LXDM always crashes due to an empty last_session configuration in /var/lib/lxdm/lxdm.conf. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2017-12-22xserver-xorg: don't rrecommend xf86-input-libinputMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22tdx-extra: add U-Boot fw-utils for Colibri iMX6ULLStefan Agner
Add U-Boot fw-utils (fw_set/printenv) to the Colibri iMX6ULL image. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22images: follow upstream name change of libopencl-imxStefan Agner
The package libopencl-mx6 has been renamed to libopencl-imx. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22gstreamer1.0-plugins-imx: remove dangling bbappendStefan Agner
The gstreamer1.0-plugins-imx recipe has been upgraded to 0.13. It is unclear if the issue with asserts still exists, remove the work around for now. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22local.conf: include machine specific include filesStefan Agner
Include machine specific include file so that layers can define machine specific variables without using machine overrides. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22openssl: Avoid using Thumb2Stefan Agner
Due to an issue with OpenSSL and binutils 2.29 avoid using Thumb2 for now. See: http://lists.openembedded.org/pipermail/openembedded-core/2017-November/144652.html Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-12-22lxde-common: apalis-tk1: let panel span all monitorsMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22lxde-common: add plugins to panel configurationMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22tdx-image-fstype: follow version variable changeMax Krummenacher
We changed the version variables in meta-toradex-bsp-common/conf/tdx_version.conf Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22packagegroup-qt5: override packagegroup-qt5 from meta-angstromMax Krummenacher
Remove qt plugins already pulled in from RRECOMMENDS. As qt5.inc sets RRECOMMENDS_${PN} = "${PN}-plugins ${PN}-qmlplugins" there is no need to to add plugins for which ${PN} is already included. As with Qt 5.8 qtdeclarativ-plugins is empty this fixes: | Collected errors: | * calculate_dependencies_for: Cannot satisfy the following dependencies for packagegroup-qt5: | * qtdeclarative-plugins * | * opkg_solver_install: Cannot install package packagegroup-qt5. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22lxde-common: follow update to 0.99.2Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22glibc: no longer mess with memcpyMax Krummenacher
On the Tegras not using NEON for memcpy resulted in higher memory bandwidth. Let's verify this before forward porting the patch. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22gnome-disk-utility: don't rdepend on nonexisting packageMax Krummenacher
The icon theme package is no longer provided. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22recipes: fix invalid license file locationMax Krummenacher
Use '${COMMON_LICENSE_DIR} for license files fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: | ${COREBASE}/LICENSE is not a valid license file, please use |'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. |This will become an error in the future Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22angstrom-qt-x11-image: drop imx-gst1.0-pluginMax Krummenacher
This does currently not build. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22angstrom-qt5-x11-image: drop imx-gst1.0-pluginMax Krummenacher
This does currently not build. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22imlib2: make it build outside of meta-eflMax Krummenacher
Move needed stuff from efl.bbclass inside the recipe. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22imlib2: cp from meta-eflMax Krummenacher
Resurrect from meta-openembedded/meta-efl. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22images: connman systemd is no longer in its own packageMax Krummenacher
With the removal of meta-systemd one no longer needs to add connman-systemd to the image to get the systemd service files installed and enabled. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>