From 9baa914d9600e2a3bdcaa977f3bbcb3f2e7891eb Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Mon, 6 Nov 2023 14:28:28 +0530 Subject: meta-xilinx-standalone-experimental: recipes-drivers: Add recipes for the missing drivers Add recipes for the drivers 'dfeccf', 'dfeequ', 'dfemix', 'dfeprach', 'dp14', 'dp14rxss', 'emc', 'hwicap', 'i2srx', 'i2stx', 'nandps', 'prc', 'prd', 'rfdc', 'scutimer', 'scuwdt', 'sd_fec', 'spi', 'tft', 'trngpsv', 'usbps', 'v_hdmi_common', 'v_hdmiphy1', 'v_hdmirx1', 'v_hdmirxss1', 'v_hdmitx1', 'v_hdmitxss1', 'v_warp_filter', 'v_warp_init', 'vphy', 'dfeofdm', 'trngpsx' inorder to compile them in the sdt flow. Signed-off-by: Appana Durga Kedareswara rao Signed-off-by: Mark Hatle --- .../recipes-drivers/prd_2024.1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-xilinx-standalone-experimental/recipes-drivers/prd_2024.1.bb (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/prd_2024.1.bb') diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/prd_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/prd_2024.1.bb new file mode 100644 index 00000000..9ea7b2d8 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/prd_2024.1.bb @@ -0,0 +1,14 @@ + +inherit features_check + +REQUIRED_MACHINE_FEATURES = "prd" + +inherit esw python3native + +DEPENDS += "xilstandalone " + +ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/prd/src/" +ESW_COMPONENT_NAME = "libprd.a" + +addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot +do_prepare_recipe_sysroot[rdeptask] = "do_unpack" -- cgit v1.2.3-54-g00ecf