[elbe-devel] [PATCH 4/8] examples x86_64-pc-hdimg-pbuilder-grub-buster: remove this example

Torben Hohn torben.hohn at linutronix.de
Wed Mar 4 13:08:07 CET 2020


libgpio packaging is broken and does not include a proper licence file.
This results in a build failure, which is expected.

Remove this broken example.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 .../x86_64-pc-hdimg-pbuilder-grub-buster.xml  | 63 -------------------
 1 file changed, 63 deletions(-)
 delete mode 100644 examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml

diff --git a/examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml b/examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml
deleted file mode 100644
index f06c9639e..000000000
--- a/examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<ns0:RootFileSystem xmlns:ns0="https://www.linutronix.de/projects/Elbe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" created="2009-05-20T08:50:56" revision="6" xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
-	<project>
-		<name>amd64-buster</name>
-		<version>1.0</version>
-		<description>amd64 debian buster mini RFS</description>
-		<buildtype>amd64</buildtype>
-		<mirror>
-			<primary_host>ftp.de.debian.org</primary_host>
-			<primary_path>/debian</primary_path>
-			<primary_proto>http</primary_proto>
-		</mirror>
-		<suite>buster</suite>
-	</project>
-	<target>
-		<hostname>lxvm</hostname>
-		<domain>tec.linutronix.de</domain>
-		<passwd>foo</passwd>
-		<console>ttyS0,115200</console>
-		<package>
-			<!-- build a tarball of the target image -->
-			<tar>
-				<name>buster-rfs.tgz</name>
-			</tar>
-		</package>
-		<images>
-			<msdoshd>
-				<name>sda.img</name>
-				<size>1900MiB</size>
-				<grub-install/>
-				<partition>
-								<size>remain</size>
-								<label>rfs</label>
-				</partition>
-			</msdoshd>
-		</images>
-		<fstab>
-			<bylabel>
-				<label>rfs</label>
-				<mountpoint>/</mountpoint>
-				<fs>
-					<type>ext4</type>
-					<tune2fs>-i 0</tune2fs>
-				</fs>
-			</bylabel>
-		</fstab>
-		<finetuning>
-			<rm>var/cache/apt/archives/*.deb</rm>
-		</finetuning>
-		<!-- generate a pbuilder environment (before image will be build) -->
-		<pbuilder>
-			<!-- build the libgpio from github -->
-			<git revision='a15a83e2649765736aa6bfe9c490a39a417cf69b'>
-				https://github.com/Linutronix/libgpio.git
-			</git>
-		</pbuilder>
-			<!-- install the libgpio built by pbuilder  -->
-		<pkg-list>
-			<pkg>linux-image-amd64</pkg>
-			<pkg>grub-pc</pkg>
-			<pkg>libgpio1</pkg>
-		</pkg-list>
-	</target>
-</ns0:RootFileSystem>
-- 
2.20.1




More information about the elbe-devel mailing list