diff options
18 files changed, 26 insertions, 26 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/pciepsu-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/pciepsu-example_git.bb index 5e213531..a980b4b5 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/pciepsu-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/pciepsu-example_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw_examples distro_features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "pciepsu" | 3 | REQUIRED_DISTRO_FEATURES = "pciepsu" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/sysmonpsv-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/sysmonpsv-example_git.bb index 58a160e6..7bd0e81d 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/sysmonpsv-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/sysmonpsv-example_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw_examples distro_features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "sysmonpsv" | 3 | REQUIRED_DISTRO_FEATURES = "sysmonpsv" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic-example_git.bb index 18e0a7fc..21f80b09 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic-example_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw_examples distro_features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-demosaic" | 3 | REQUIRED_DISTRO_FEATURES = "v-demosaic" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb index 0cf1bffb..83913f31 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-demosaic_git.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | inherit distro_features_check | 1 | inherit features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-demosaic" | 3 | REQUIRED_DISTRO_FEATURES = "v-demosaic" |
| 4 | 4 | ||
| 5 | inherit esw python3native | 5 | inherit esw python3native |
| 6 | 6 | ||
| 7 | DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" | 7 | DEPENDS += "xilstandalone video-common" |
| 8 | 8 | ||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_demosaic/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_demosaic/src/" |
| 10 | ESW_COMPONENT_NAME = "libv_demosaic.a" | 10 | ESW_COMPONENT_NAME = "libv_demosaic.a" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-rd-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-rd-example_git.bb index 5c6bdd93..fcb2f95e 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-rd-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-rd-example_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw_examples distro_features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-frmbuf-rd" | 3 | REQUIRED_DISTRO_FEATURES = "v-frmbuf-rd" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-rd_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-rd_git.bb index fabcc62c..b4e0106f 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-rd_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-rd_git.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | inherit distro_features_check | 1 | inherit features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-frmbuf-rd" | 3 | REQUIRED_DISTRO_FEATURES = "v-frmbuf-rd" |
| 4 | 4 | ||
| 5 | inherit esw python3native | 5 | inherit esw python3native |
| 6 | 6 | ||
| 7 | DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" | 7 | DEPENDS += "xilstandalone video-common" |
| 8 | 8 | ||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_frmbuf_rd/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_frmbuf_rd/src/" |
| 10 | ESW_COMPONENT_NAME = "libv_frmbuf_rd.a" | 10 | ESW_COMPONENT_NAME = "libv_frmbuf_rd.a" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-wr-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-wr-example_git.bb index ef7cf2a3..215bd250 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-wr-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-wr-example_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw_examples distro_features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-frmbuf-wr" | 3 | REQUIRED_DISTRO_FEATURES = "v-frmbuf-wr" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-wr_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-wr_git.bb index 5c509b9a..375f00eb 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-wr_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-frmbuf-wr_git.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | inherit distro_features_check | 1 | inherit features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-frmbuf-wr" | 3 | REQUIRED_DISTRO_FEATURES = "v-frmbuf-wr" |
| 4 | 4 | ||
| 5 | inherit esw python3native | 5 | inherit esw python3native |
| 6 | 6 | ||
| 7 | DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" | 7 | DEPENDS += "xilstandalone video-common" |
| 8 | 8 | ||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_frmbuf_wr/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_frmbuf_wr/src/" |
| 10 | ESW_COMPONENT_NAME = "libv_frmbuf_wr.a" | 10 | ESW_COMPONENT_NAME = "libv_frmbuf_wr.a" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut-example_git.bb index e2e4b121..8fa3e245 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut-example_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw_examples distro_features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-gamma-lut" | 3 | REQUIRED_DISTRO_FEATURES = "v-gamma-lut" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut_git.bb index 191185ce..6d365dcd 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-gamma-lut_git.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | inherit distro_features_check | 1 | inherit features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-gamma-lut" | 3 | REQUIRED_DISTRO_FEATURES = "v-gamma-lut" |
| 4 | 4 | ||
| 5 | inherit esw python3native | 5 | inherit esw python3native |
| 6 | 6 | ||
| 7 | DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" | 7 | DEPENDS += "xilstandalone video-common" |
| 8 | 8 | ||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_gamma_lut/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_gamma_lut/src/" |
| 10 | ESW_COMPONENT_NAME = "libv_gamma_lut.a" | 10 | ESW_COMPONENT_NAME = "libv_gamma_lut.a" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-mix-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-mix-example_git.bb index efe71394..0597cb64 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-mix-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-mix-example_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw_examples distro_features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-mix" | 3 | REQUIRED_DISTRO_FEATURES = "v-mix" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-mix_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-mix_git.bb index 21cfbaae..f3b8b967 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-mix_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-mix_git.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | inherit distro_features_check | 1 | inherit features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-mix" | 3 | REQUIRED_DISTRO_FEATURES = "v-mix" |
| 4 | 4 | ||
| 5 | inherit esw python3native | 5 | inherit esw python3native |
| 6 | 6 | ||
| 7 | DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" | 7 | DEPENDS += "xilstandalone video-common" |
| 8 | 8 | ||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_mix/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_mix/src/" |
| 10 | ESW_COMPONENT_NAME = "libv_mix.a" | 10 | ESW_COMPONENT_NAME = "libv_mix.a" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler-example_git.bb index a5ea5d95..c584a558 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler-example_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw_examples distro_features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-multi-scaler" | 3 | REQUIRED_DISTRO_FEATURES = "v-multi-scaler" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler_git.bb index 45bb113d..b2a9c5e5 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-multi-scaler_git.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | inherit distro_features_check | 1 | inherit features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-multi-scaler" | 3 | REQUIRED_DISTRO_FEATURES = "v-multi-scaler" |
| 4 | 4 | ||
| 5 | inherit esw python3native | 5 | inherit esw python3native |
| 6 | 6 | ||
| 7 | DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" | 7 | DEPENDS += "xilstandalone video-common" |
| 8 | 8 | ||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_multi_scaler/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_multi_scaler/src/" |
| 10 | ESW_COMPONENT_NAME = "libv_multi_scaler.a" | 10 | ESW_COMPONENT_NAME = "libv_multi_scaler.a" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange-example_git.bb index 1403574c..7b610b41 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange-example_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw_examples distro_features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-scenechange" | 3 | REQUIRED_DISTRO_FEATURES = "v-scenechange" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb index 9322cc66..91de657d 100755 --- a/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | inherit distro_features_check | 1 | inherit features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "v-scenechange" | 3 | REQUIRED_DISTRO_FEATURES = "v-scenechange" |
| 4 | 4 | ||
| 5 | inherit esw python3native | 5 | inherit esw python3native |
| 6 | 6 | ||
| 7 | DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" | 7 | DEPENDS += "xilstandalone video-common" |
| 8 | 8 | ||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_scenechange/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_scenechange/src/" |
| 10 | ESW_COMPONENT_NAME = "libv_scenechange.a" | 10 | ESW_COMPONENT_NAME = "libv_scenechange.a" |
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/xdmapcie-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/xdmapcie-example_git.bb index 8158c16f..fd268ba8 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/xdmapcie-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/xdmapcie-example_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw_examples distro_features_check | 1 | inherit esw_examples features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "xdmapcie" | 3 | REQUIRED_DISTRO_FEATURES = "xdmapcie" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/xdmapcie_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/xdmapcie_git.bb index 59f0806b..87c7b073 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/xdmapcie_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/xdmapcie_git.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | inherit distro_features_check | 1 | inherit features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "xdmapcie" | 3 | REQUIRED_DISTRO_FEATURES = "xdmapcie" |
| 4 | 4 | ||
| 5 | inherit esw python3native | 5 | inherit esw python3native |
| 6 | 6 | ||
| 7 | DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native" | 7 | DEPENDS += "xilstandalone" |
| 8 | 8 | ||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/xdmapcie/src/" | 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/xdmapcie/src/" |
| 10 | ESW_COMPONENT_NAME = "libxdmapcie.a" | 10 | ESW_COMPONENT_NAME = "libxdmapcie.a" |
