summaryrefslogtreecommitdiff
path: root/recipes-images/images/files/update/no_update_defined.txt
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-12-16 10:37:46 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 13:44:33 +0100
commitc73402f49cc0dd0e76cdea25db14ffebf3452104 (patch)
treec3ed70080b0d02e364a13940014df2cee31ad47f /recipes-images/images/files/update/no_update_defined.txt
parent4a9030893315b99967e83f06c815a5120101f44f (diff)
image-fstype: rework files installation
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>
Diffstat (limited to 'recipes-images/images/files/update/no_update_defined.txt')
-rw-r--r--recipes-images/images/files/update/no_update_defined.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-images/images/files/update/no_update_defined.txt b/recipes-images/images/files/update/no_update_defined.txt
new file mode 100644
index 0000000..34c2429
--- /dev/null
+++ b/recipes-images/images/files/update/no_update_defined.txt
@@ -0,0 +1,16 @@
+For this machine no directory with the files for the legacy update
+procedure was found. So the legacy update image will not be built.
+
+If you inherited your machine.conf from one of the toradex machines for which
+the legacy update exists make sure to amend your overrides, e.g. if your
+building for a colibri-imx6.conf derived machine add something like this to
+your machine.conf file:
+
+MACHINEOVERRIDES .= ":colibri-imx6
+
+alternatively add a directory tree with the needed files for your machine
+to:
+
+images/files/<machine>/update/
+
+Note that this must not include a file named no_update_defined.txt! \ No newline at end of file