add `xilinx21_1_aarch32` and `xilinx21_1_aarch64` platforms
What this MR does / why we need it:
This MR implements a subset of the MR !1014 (closed) changes. Specifically, it adds support for the xilinx21_1_aarch32
and xilinx21_1_aarch64
platforms. These platforms are needed for an active OSP development effort targeted for inclusion in v2.4.X.
Steps to complete before submitting MR:
-
I have read Contribution guidelines -
I have ensured I have a changelog written in the imperative form that is meaningful and accurately summarizes the work done -
I have added the release notes label if applicable (more information below) -
I have ensured the workflow labels are up to date and will continue to do so up until this work is merged into release-2.4.4 -
I have added a category, type, and target release label along with all other labels as need be -
My branch is up to date with release-2.4.4. If it is not, then I have ensured my work does not conflict with other work -
I agree my bugfix MR does not include new features/enhancements -
I represent that bugfixes have been locally tested against the most recent major.minor release in which the bug exists -
(REVIEWER ONLY) I have thoroughly gone through the above steps to ensure that they have been followed
Release Notes
N/A for patch releases.
Changelog
- enh(platforms,tools): add
xilinx21_1_aarch32
andxilinx21_1_aarch64
platforms - bug(tools): fix
OsEther.cc:<sys/sysctl.h>
include problem
Which issue(s) this MR closes
Closes #3421