unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 675253af23243f0665f22e604741f518f157cc2e 455 bytes (raw)
name: board/sinovoip/m2-ultra/genimage.cfg 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
image boot.vfat {
	vfat {
		files = {
			"zImage",
			"sun8i-r40-bananapi-m2-ultra.dtb",
			"boot.scr"
		}
	}
	size = 64M
}

image sdcard.img {
	hdimage {
	}

	partition u-boot {
		in-partition-table = "no"
		image = "u-boot-sunxi-with-spl.bin"
		offset = 8192
		size = 1040384 # 1MB - 8192
	}

	partition boot {
		partition-type = 0xC
		bootable = "true"
		image = "boot.vfat"
	}

	partition rootfs {
		partition-type = 0x83
		image = "rootfs.ext4"
	}
}

debug log:

solving 675253af23 ...
found 675253af23 in https://yhetil.org/guix-patches/20180617141539.1016a9cd@scratchpost.org/

applying [1/1] https://yhetil.org/guix-patches/20180617141539.1016a9cd@scratchpost.org/
diff --git a/board/sinovoip/m2-ultra/genimage.cfg b/board/sinovoip/m2-ultra/genimage.cfg
new file mode 100644
index 0000000000..675253af23

Checking patch board/sinovoip/m2-ultra/genimage.cfg...
Applied patch board/sinovoip/m2-ultra/genimage.cfg cleanly.

index at:
100644 675253af23243f0665f22e604741f518f157cc2e	board/sinovoip/m2-ultra/genimage.cfg

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).