From 5fa381a2073da387d5c1b53c98d1f8d2f37848ec Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 1 Dec 2022 07:36:36 -0800 Subject: 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 --- meta-xilinx-standalone-experimental/classes/esw.bbclass | 2 ++ 1 file changed, 2 insertions(+) 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 @@ +PV = "${ESW_VER}" + inherit python3native xlnx-embeddedsw pkgconfig cmake # Override xlnx-embeddedsw with out version -- cgit v1.2.3-54-g00ecf