Age | Commit message (Collapse) | Author |
|
phytool allows to read and write Ethernet PHY registers from userspace.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit 0abfeb0fef33da16150aa8bd78672292e368b185)
|
|
smem is a python script which present memory usage info gathered
from the proc filesystem.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit 4a9cb68f966cc0b6f7cff66f1b9cf549f540915d)
|
|
Add the missing depends, so that the common gstreamer packages get installed.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit f06aa0d1c688ea8c7212bb20f03aac95d93d8904)
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit bac782c8c3d1b74cf97298a4d074f873558eadc4)
|
|
As no image uses firefox, stop touching the recipe.
Thus this layer no longer depends on meta-browser.
As no image uses lxde, stop touching the recipes.
Thus this layer no longer depends on meta-lxde.
Related-to: ELB-1284
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
gstreamer 0.10 support is dropped in oe-core. Thus only install gstreamer 1.0
based components. Note that the TK1 support for gstreamer 1.0 is less
complete.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
This is meant to replace the current demo images.
The console and graphical image can be used as a base to create tailored
images to the requirment of a specific use case.
The verification image is meant to test the BSP. It provides the tools
to exercise the CPU / GPU / VPU and the various SOC peripherals.
Related-to: ELB-1284
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Drop PV to denote the image version. Using timestamps in PV causes
various issues. The image PV has not much meaning other than it has
been used by the Tezi image class. Sidestep by using DISTRO_VERSION
directly in the Tezi image class. See also:
http://lists.openembedded.org/pipermail/openembedded-core/2019-November/289765.html
Also only write /etc/issue in the do_rootfs task instead of writing
it in base-files first and then change it in do_rootfs. We sligtly
alter the login banner:
Before:
TDX X11 2.6-snapshot colibri-imx7-emmc ttymxc0
Colibri-iMX7-eMMC_Console-Image 3.0b2.65 20190830
With this change:
TDX X11 0.0.0-dev-20191103+build.12 (zeus) colibri-imx7-emmc ttymxc0
Colibri-iMX7-eMMC_Console-Image
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
|
|
OE dropped the obsolete gstreamer version 0.10.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
OE-core dropped eglinfo, thus remove it from our image recipes.
aa36510ebe eglinfo: remove the recipe
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
This package was dropped with the move to Qt 5.13.
https://bugreports.qt.io/browse/QTBUG-70510
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
meta-qt5 dropped the recipe.
See https://github.com/meta-qt5/meta-qt5/commit/7cc177d116ad98d0c922f98aa7f02c2cc655c0ec
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
This allows on newer (>=4.8) kernels to access the new gpio interface
through /dev/gpiochipX character devices.
https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/tree/README
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Linux kernels >= 4.8 lack of strong entropy after boot.
This leads to long delay in starting wide class of applications
like ssh, qterminal etc.
Adding entropy helper service fixes this issue.
- add haveged daemon for tegra soc series
- add rng-tools for all other soc series.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
|
|
With the move away from angstrom we lost some networking and debugging
tools which angstrom did install by default. Add them again here.
avahi-autoipd ppp procps strace
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
|
|
The machine.conf sets the needed u-boot-fw-utils flavour with PREFERRED_PROVIDER.
Thus us the generic u-boot-fw-utils in IMAGE_INSTALL.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
This installs the full featured util-linux applications and preferes them
over the busybox variants at the price of a bigger rootfs.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Related to: #49287
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
The Wi-Fi drivers from kernel 4.14 provide all needed features. So don't
bother with backports.
While at it move all Wi-Fi related packages into the Wi-Fi variables.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Include a launcher for the weston-terminal if built for wayland/xwayland.
Rework that the X11 launcher is only used if not using xwayland.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
packagegroup-base-extended is installed by inheriting core-image.
packagegroup-basic installs dropbear, openssh-sftp, openssh-sftp-server
dropbear can act as an scp client, drop openssh-scp
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Define the string used for each machine in the machine configuration
rather than doing this in each image recipe.
Fallback to machine configuration name if not defined.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
We used to do this in the dropped tdx-image-fstype.inc.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
If a build is configured for a wayland or xwayland graphical backend
install an sample application too.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Without this xinit fails because /usr/bin/x-window-manager does not exist
and systemd then indefinitely retries to start X11.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Pull out common code so that the bb file only contains information about
the application which is to be started.
Rename the recipe so that one knows what is going to be started.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
populate_sdk_qt5"
This reverts commit 0af5df0bd71d1714c1b2623fd9f6d57619926278.
meta_qt5 got fixed so that it is no longer needed to force an inherit order.
This prevents that with every build of the image the sdk is also built.
Also apply the same to lxqt-image.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Qt 4 was first released in 2005 and has been unsupported since 2015.
Drop it from what we regularly install.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
This is a follow-up to:
e1026cf43 images: do not explicitely install ${XSERVER}
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
This among others installs modeprint, modetest.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
We decided we won't do a BSP 3.0 for Vybrid.
For new designs we recommend ULL now.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Use the Toradex Easy Installer instead.
If you included tdx-image-fstype.inc in your image recipes you will have
to remove that include.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
This is added through distro features settings.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
No change in what gets installed intendend.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
This among others provides taskset.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
can-utils support CAN-FD which canutils does not.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Variables from tdx_version.conf are now provided by the distro.
Add defaults in case someone uses tdx-image-fstype without our distro.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
The backports recipe does not yet work with the kernel used for
apalis-imx8 and colibri-imx8qxp.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|