Age | Commit message (Collapse) | Author |
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Use PV variable to define the image version. With that the Tezi
image class can use OpenEmbedded variables to get the image version.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
|
|
While at it also reflect changed name of tdx-nv-binaries.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
|
|
LXDE: LinuxImage -> LXDE-Image
Qt4: LinuxImage-qt -> Qt4-X11-Image
Qt4 embedded: LinuxImage-qte -> Qt4e-Image
Qt5: LinuxImage-qt5 -> Qt5-X11-Image
Console: LinuxConsoleImage -> Console-Image
Additionaly the underscore in the machine name is replaced by a dash
so that the image name is now comprised of 3 elements which themselfes
do not contain an underscore but are separated by underscores.
<machine>_<image type>_version
e.g.:
Apalis_iMX6_LinuxImageV2.7_20170327.tar.bz2
becomes
Apalis-iMX6_LXDE-Image_2.7b2-20170327.tar.bz2
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
The package initscripts deploys some SysV initscripts which were still
required for earlier systemd version. All services are now available
through systemd, so this is not necessary anymore. It even leads to
interference with systemd printing messages like:
[ 3.030281] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with alignment.service/start
[ SKIP ] Ordering cycle found, skipping alignment.service
Stop deploying initscripts in our images.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
|
|
When systemd was introduced to OE sysv initscripts did sometimes interfere
with systemd services. We deleted them at image creation time.
This is no longer done, however a task which creates a no longer called
script is still in the recipe. Remove that.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
|
|
We use the image summary as image name for the Toradex Easy Installer.
Since we might end up in a list of images of other operating systems
and maybe even other companies, make sure to mention Toradex and Linux.
While at it use a common summary pattern across all image recipes.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
This requires to adjust the path to include files, e.g.:
-require recipes/images/trdx-image-fstype.inc
+require recipes-images/images/trdx-image-fstype.inc
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
|