mesa3d-headers: fix installation of dri.pc
[buildroot-gz.git] / board / atmel / sama5d4_xplained_mmc / genimage.cfg
blob70bb3e4ff0ad8fe7cc832f30905c7b4233e2cdd5
1 # Image for SD card boot on Atmel SAMA5D4 Xplained boards
3 image boot.vfat {
4         vfat {
5                 files = {
6                         "zImage",
7                         "at91-sama5d4_xplained.dtb",
8                         "at91-sama5d4_xplained_hdmi.dtb",
9                         "at91-sama5d4_xplained_pda4.dtb",
10                         "at91-sama5d4_xplained_pda7.dtb",
11                         "at91-sama5d4_xplained_pda7b.dtb",
12                         "boot.bin",
13                         "u-boot.bin"
14                 }
15         }
16         size = 16M
19 image sdcard.img {
20         hdimage {
21         }
23         partition boot {
24                 partition-type = 0xC
25                 bootable = "true"
26                 image = "boot.vfat"
27                 offset = 1M
28         }
30         partition rootfs {
31                 partition-type = 0x83
32                 image = "rootfs.ext4"
33                 size = 512M
34         }