diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-12-01 07:36:36 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-12-02 08:44:13 -0600 |
| commit | 5fa381a2073da387d5c1b53c98d1f8d2f37848ec (patch) | |
| tree | eb4ee716449004795338928dc9cae5f8857316fe | |
| parent | 647d69df783bb84f193eeaab82159c3f698cbb94 (diff) | |
| download | meta-xilinx-5fa381a2073da387d5c1b53c98d1f8d2f37848ec.tar.gz | |
meta-xilinx-standalone-experimetnal: esw.bbclass: Define default PV as release version
Most users will be '_git' or '_experimental'. So default the PV to the ESW
version. If a recipe wants a specific version, it should set the PV after
the inherit of esw.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-standalone-experimental/classes/esw.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/classes/esw.bbclass b/meta-xilinx-standalone-experimental/classes/esw.bbclass index c85e7ad2..1fd3366e 100644 --- a/meta-xilinx-standalone-experimental/classes/esw.bbclass +++ b/meta-xilinx-standalone-experimental/classes/esw.bbclass | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | PV = "${ESW_VER}" | ||
| 2 | |||
| 1 | inherit python3native xlnx-embeddedsw pkgconfig cmake | 3 | inherit python3native xlnx-embeddedsw pkgconfig cmake |
| 2 | 4 | ||
| 3 | # Override xlnx-embeddedsw with out version | 5 | # Override xlnx-embeddedsw with out version |
