diff options
Diffstat (limited to 'meta-agl-refhw-gen3/conf')
-rw-r--r-- | meta-agl-refhw-gen3/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-agl-refhw-gen3/conf/layer.conf b/meta-agl-refhw-gen3/conf/layer.conf index 5bf71f5..09c47bb 100644 --- a/meta-agl-refhw-gen3/conf/layer.conf +++ b/meta-agl-refhw-gen3/conf/layer.conf @@ -15,6 +15,6 @@ BBFILE_PRIORITY_agl-refhw-gen3 = "11" LAYERDEPENDS_agl-refhw-gen3 = "core rcar-gen3" -LAYERSERIES_COMPAT_agl-refhw-gen3 = "dunfell" +LAYERSERIES_COMPAT_agl-refhw-gen3 = "kirkstone" LICENSE_PATH += "${LAYERDIR}/licenses" 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" |