diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-10-11 12:56:12 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-11 15:10:39 -0500 |
| commit | 00e3b708dc6efdb050a306b63e8fc1c674dacbe8 (patch) | |
| tree | 96958cb467bb71e643a5e5b2dfa4860597e92774 /meta-xilinx-standalone | |
| parent | e2eca942cfe174d6503f098ae27819f24ad454fb (diff) | |
| download | meta-xilinx-00e3b708dc6efdb050a306b63e8fc1c674dacbe8.tar.gz | |
distro/xilinx-standalone: Add inclusion to petalinux-mirrors.conf
By default PetaLinux uses the own-mirror class to access cached version of
the software. While this distribution configuration is not PetaLinux, nor
should it require PetaLinux to operating properly, including the same mirror
configuration will unify the Linux and non-Linux (baremetal) configurations.
This resolves an issue with BB_NO_NETWORK set to 1, and a local disk mirror
is enabled.
Uses 'include' instead of 'require' so no error is generated if meta-petalinux
(which it not required) is not present in the user's configuration. In this
case behavior reverts to default and any mirror configurations also return
to default behavior.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone')
| -rw-r--r-- | meta-xilinx-standalone/conf/distro/xilinx-standalone.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc b/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc index 4981e352..17b9430d 100644 --- a/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc +++ b/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc | |||
| @@ -56,3 +56,12 @@ MACHINE_FEATURES_BACKFILL_CONSIDERED += "rtc qemu-usermode" | |||
| 56 | # being referred to by any components. Why this is happening is unknown, | 56 | # being referred to by any components. Why this is happening is unknown, |
| 57 | # so we avoid the warning as we know this is not an actual issue. | 57 | # so we avoid the warning as we know this is not an actual issue. |
| 58 | WARN_QA:remove = "buildpaths" | 58 | WARN_QA:remove = "buildpaths" |
| 59 | |||
| 60 | # By default PetaLinux uses the own-mirror class to access cached version of | ||
| 61 | # the software. While this distribution configuration is not PetaLinux, nor | ||
| 62 | # should it require PetaLinux to operating properly, including the same mirror | ||
| 63 | # configuration will unify the Linux and non-Linux (baremetal) configurations. | ||
| 64 | # Do this via include so if meta-petalinux is not part of the build this will | ||
| 65 | # not error. This also allows the user to choose to handle the download | ||
| 66 | # mirroring in their own way for non-PetaLinux like configs. | ||
| 67 | include conf/distro/include/petalinux-mirrors.conf | ||
