diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-07-01 13:11:46 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-07-13 12:15:12 +0000 |
commit | bc4666c43c67a666e1cf6706b601b397fd0f5548 (patch) | |
tree | ae22a19aa394df70e1abc9e847d61c8227cf5cf4 /meta-agl-bsp/conf/include/agl_refhw-h3.inc | |
parent | 3bf32a3638a579c4488b43d0849cde4617a11410 (diff) |
meta-agl-bsp: Enable building agl-refhw-h3 firmware
Changes:
- Replace the agl-refhw-h3 addition to MACHINEOVERRIDES with just
using AGL_FEATURES. With the rework of the arm-trusted-firmware
bbappend in meta-agl-refhw, the override is no longer necessary,
and a feature in AGL_FEATURES makes more sense in the context of
this not being a separate machine in the AGL build, but just a
feature.
- Remove BBMASK so the arm-trusted-firmware bbappend from
meta-agl-refhw-gen3 will now be picked up.
- Hook up building the U-Boot variant for the refhw by extending
UBOOT_CONFIG.
- Remove the compatible machine declaration from gpsd-conf-refhw,
as we're using the package in h3ulcb images anyways.
Bug-AGL: SPEC-3916
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ibe3ecdbe74811793c0e030df28a64b3052d64f47
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26476
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_refhw-h3.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_refhw-h3.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-agl-bsp/conf/include/agl_refhw-h3.inc b/meta-agl-bsp/conf/include/agl_refhw-h3.inc index a22a1ec76..96e726921 100644 --- a/meta-agl-bsp/conf/include/agl_refhw-h3.inc +++ b/meta-agl-bsp/conf/include/agl_refhw-h3.inc @@ -1,10 +1,9 @@ -MACHINEOVERRIDES_append = ":agl-refhw-h3" +AGL_FEATURES_append = " agl-refhw-h3" # Reference hardware has USB3 MACHINE_FEATURES_append = " usb3" KERNEL_DEVICETREE_append = " renesas/r8a7795-agl-refhw.dtb" -# Disable the meta-agl-refhw-gen3 arm-trusted-firmware bbappend as -# it makes the firmware reference hardware specific. -BBMASK += "meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware" +UBOOT_CONFIG_append = " agl-refhw-4x2g" +UBOOT_CONFIG[agl-refhw-4x2g] = "r8a7795_salvator-xs-4x2g_defconfig" |