From c73402f49cc0dd0e76cdea25db14ffebf3452104 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 16 Dec 2018 10:37:46 +0100 Subject: 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 --- recipes-images/images/files/apalis-tk1-mainline/library | 1 + 1 file changed, 1 insertion(+) create mode 120000 recipes-images/images/files/apalis-tk1-mainline/library (limited to 'recipes-images/images/files/apalis-tk1-mainline/library') diff --git a/recipes-images/images/files/apalis-tk1-mainline/library b/recipes-images/images/files/apalis-tk1-mainline/library new file mode 120000 index 0000000..53bed96 --- /dev/null +++ b/recipes-images/images/files/apalis-tk1-mainline/library @@ -0,0 +1 @@ +../library \ No newline at end of file -- cgit v1.2.3