Age | Commit message (Collapse) | Author |
|
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>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
gstreamer1.0-libav needs commercial licenses to be whitelisted,
thus only install it when this is allowed through configuration.
E.g. add
LICENSE_FLAGS_WHITELIST = "commercial_gstreamer1.0-libav" to local.conf
to allow installing libav.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
The backports configuration does not match the kernel used.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
|
|
These machines use an old Nvidia provided downstream kernel 3.1.10.
They are no longer compatible with more recent sysroot components,
e.g. libc, xserver et. al.
The maintenance burden to keep the userspace components in their old version
becomes simply to high. Keep using the rocko based 2.8 BSP for these machines.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
This adds a new recipe tdx-updater which provides the files needed by
tdx-image-fstype.inc rather than copying them in a non OE way in
tdx-image-fstype.inc.
This required to restructure the layout in files. An additional update
directory is inserted. Also in each of the overrides directories a
symlink to library is created.
This now allows to build legacy update images with a custom machine
configuration if one adds the relevant machine override, e.g. for a
machine targeting a colibri-imx6 module:
MACHINEOVERRIDES .= ":colibri-imx6"
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
The U-Boot fw-utils recipe was moved to meta-freescale. While moving
the recipe name was renamed, follow that.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
OE-core dropped to prefix the device tree files with the kernel image type.
Follow that.
While at it drop the empty ${DEPLOY_DIR_IMAGE} path element which sneaked in
through copy/paste.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
With commit 7193a7f1f meta-qt5 removed qtquick1.
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>
|
|
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
How can one even live without util-linux-lsblk? Let's add it.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Tezi now shows the image description more prominently. Update the standard
image descriptions using DESCRIPTION.
Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
|
|
The machine configurations provide a list of built device tree files.
Use said variable to modify update.sh rather than maintaining the same
list in the machine configuartion and update.sh.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Some image features (e.g. tools-debug) do not currently work with the
console-tdx-image. The reason is that it is inheriting from the image
class instead of the core-image class, which defines such extra
features. Fortunately, this change doesn't need extra modifications in
the file. The documentation shows core-image inheritance as the standard
way to create new images, so we are advised to do it this way from now
on.
Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
In order to reboot from Linux with a pulse on RESET_OUT# we now get a
cold boot with which the used mechanism for bmode is no longer usable.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Fix the comment which points to how the X11 and the application is started.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
uClibc has been removed in morty.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
To free-up some space, since the legacy update system is limited
in size for flashing.
Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Perf is included in oe-core. The default configuration has been assumed
to suffice.
Quickly tested on Colibri imx6 with 4.9 Kernel.
Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|