diff options
Diffstat (limited to 'meta-agl-refhw-gen3/conf')
-rw-r--r-- | meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf b/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf new file mode 100644 index 0000000..f302d45 --- /dev/null +++ b/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf @@ -0,0 +1,16 @@ +# Using H3, needs to be defined before pulling in salvator-x as a base +SOC_FAMILY = "r8a7795" + +require conf/machine/salvator-x.conf + +# This is a bit of a hack, we add salvator-x to avoid having to +# bbappend various recipes to update COMPATIBLE_MACHINE. Ideally, +# we would want the ordering salvator-x:<machine>, but that is +# non-trivial to accomplish and not absolutely necessary for our +# expected use. +MACHINEOVERRIDES_append = ":salvator-x" + +# Reference hardware has USB3 +MACHINE_FEATURES_append = " usb3" + +KERNEL_DEVICETREE_append = " renesas/r8a7795-agl-refhw.dtb" |