aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-04-03 18:09:03 -0400
committerScott Murray <scott.murray@konsulko.com>2022-04-03 18:14:11 -0400
commit27785f1c4d0f9de2025a5ba9504651fb651f74d1 (patch)
tree454e484fef84e614bc77d7d4e1a49d1526315cc1 /meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf
parent92da06f999511ebf5f871ec40dffd3cb456be55f (diff)
Updates for kirkstone
Changes: - Updated LAYERSERIES_COMPAT. - Updated override syntax via a combination of the conversion script in poky and manual inspection. - Updated a license field viarunning the conversion script in poky. - Updated branches in README, further updates will likely be required when an official Renesas BSP release is made. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I6f736f56a23ddb634232e5c99e21830bc6637764
Diffstat (limited to 'meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf')
-rw-r--r--meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf6
1 files changed, 3 insertions, 3 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
index 97c4854..1cde865 100644
--- a/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf
+++ b/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf
@@ -8,9 +8,9 @@ require conf/machine/salvator-x.conf
# 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"
+MACHINEOVERRIDES:append = ":salvator-x"
# Reference hardware has USB3
-MACHINE_FEATURES_append = " usb3"
+MACHINE_FEATURES:append = " usb3"
-KERNEL_DEVICETREE_append = " renesas/r8a77951-agl-refhw.dtb"
+KERNEL_DEVICETREE:append = " renesas/r8a77951-agl-refhw.dtb"