repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gst1-vaapi: bump version to 1.10.4
[buildroot-gz.git]
/
board
/
beagleboardx15
/
genimage.cfg
blob
d27eff609fba1b641ca8ffcff4667649ffdd4438
1
image boot.vfat {
2
vfat {
3
files = {
4
"MLO",
5
"u-boot.img"
6
}
7
}
8
size = 4M
9
}
10
11
image sdcard.img {
12
hdimage {
13
}
14
15
partition u-boot {
16
partition-type = 0xC
17
bootable = "true"
18
image = "boot.vfat"
19
}
20
21
partition rootfs {
22
partition-type = 0x83
23
image = "rootfs.ext4"
24
size = 512M
25
}
26
}