blob: cf13488dcedd71c4079653b3148b88a58ad14187 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[[flavour]]
name = 'sh7751r'
[flavour.description]
hardware = 'sh7751r'
hardware_long = 'Renesas SH7751R R2D plus board'
[flavour.packages]
installer = true
[[flavour]]
name = 'sh7785lcr'
[flavour.description]
hardware = 'sh7785lcr'
hardware_long = 'Renesas SH7785 reference board'
[flavour.packages]
installer = true
[flavour.relations.image]
recommends = ['u-boot-tools']
[[featureset]]
name = 'none'
[build]
kernel_file = 'arch/sh/boot/zImage'
kernel_stem = 'vmlinuz'
|