[elbe-devel] [PATCH v2 7/8] examples: add a <project-finetuning> section

Torben Hohn torben.hohn at linutronix.de
Wed Dec 5 09:54:11 CET 2018


add <project-finetuning> to x86_64-pc-hdimg-grub-uefi-stretch.xml
this file was selected, because it generates an image with more
than one partition, and its not a cross build.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 examples/x86_64-pc-hdimg-grub-uefi-stretch.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml b/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml
index 61073e2e..52d7d498 100644
--- a/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml
+++ b/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml
@@ -76,5 +76,11 @@
 			<pkg>grub-efi-amd64</pkg>
 			<pkg>linux-image-amd64</pkg>
 		</pkg-list>
+		<project-finetuning>
+			<losetup img="sda.img">
+				<extract_partition part="1">sda1.img</extract_partition>
+				<extract_partition part="2">sda2.img</extract_partition>
+			</losetup>
+		</project-finetuning>
 	</target>
 </ns0:RootFileSystem>
-- 
2.11.0




More information about the elbe-devel mailing list