diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 22:12:04 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 22:12:06 -0700 |
| commit | 6921a88182ce51763fcf61273972df99dc2faee5 (patch) | |
| tree | 6505b60113f6192f347991a3a82b8bc6fb02b8d9 /meta-xilinx-standalone-experimental/recipes-drivers/uartns550_git.bb | |
| parent | 1d2c0f073d3102c3f8ff043d2c3039e6d360118f (diff) | |
| download | meta-xilinx-6921a88182ce51763fcf61273972df99dc2faee5.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.0) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/uartns550_git.bb')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/uartns550_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/uartns550_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/uartns550_git.bb index 42b2bd39..a1c9b670 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/uartns550_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/uartns550_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS += "xilstandalone " | |||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/uartns550/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/uartns550/src/" |
| 10 | ESW_COMPONENT_NAME = "libuartns550.a" | 10 | ESW_COMPONENT_NAME = "libuartns550.a" |
| 11 | 11 | ||
| 12 | do_configure_prepend() { | 12 | do_configure:prepend() { |
| 13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} stdin | 13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} stdin |
| 14 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC} | 14 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC} |
| 15 | install -m 0755 xuartns550_g.c ${S}/${ESW_COMPONENT_SRC} | 15 | install -m 0755 xuartns550_g.c ${S}/${ESW_COMPONENT_SRC} |
