diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 17:39:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 17:39:59 +0000 |
commit | 27d3313807296c3943a96ceef8c2b7279cb56962 (patch) | |
tree | 7d08e78c36ab6437b403fc7cd8c23e41f135c7a3 /debian/config/sh4/defines.toml | |
parent | Merging upstream version 6.7.7. (diff) | |
download | linux-27d3313807296c3943a96ceef8c2b7279cb56962.tar.xz linux-27d3313807296c3943a96ceef8c2b7279cb56962.zip |
Adding debian version 6.7.7-1.debian/6.7.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/sh4/defines.toml')
-rw-r--r-- | debian/config/sh4/defines.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/config/sh4/defines.toml b/debian/config/sh4/defines.toml new file mode 100644 index 0000000000..cf13488dce --- /dev/null +++ b/debian/config/sh4/defines.toml @@ -0,0 +1,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' |