From 6337509ba7b897c5b1aeff91696f8a3d59d0ba37 Mon Sep 17 00:00:00 2001 From: Naresh A Date: Tue, 19 Sep 2023 15:14:12 +0530 Subject: [PATCH] am263x : build : fix product.json issue for AM263x MCSDK Fix product.json issue for AM263x MCSDK Fixes: PINDSW-6929 Signed-off-by: Naresh A --- .metadata/product.json | 4 +--- .project/templates/product.json.xdt | 11 ++++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.metadata/product.json b/.metadata/product.json index e06cf67..bd98a9e 100644 --- a/.metadata/product.json +++ b/.metadata/product.json @@ -12,11 +12,9 @@ "/kernel/dpl", "/drivers/drivers", "/board/board", - "/fs/fs", "/networking/networking", "/security/security", - "/usb/usb", - "/pru_io/pru_io", + "/xbar/xbar", ], "devices": [ "AM64x", diff --git a/.project/templates/product.json.xdt b/.project/templates/product.json.xdt index dce432a..2c4795f 100644 --- a/.project/templates/product.json.xdt +++ b/.project/templates/product.json.xdt @@ -20,7 +20,7 @@ "../mcu_plus_sdk/source", ], "components": [ -% if((args.device == "am64x") || (args.device == "am243x") || (args.device == "am263x")) { +% if((args.device == "am64x") || (args.device == "am243x")) { "/motor_control", "/kernel/dpl", "/drivers/drivers", @@ -30,6 +30,15 @@ "/security/security", "/usb/usb", "/pru_io/pru_io", +% } +% if(args.device == "am263x") { + "/motor_control", + "/kernel/dpl", + "/drivers/drivers", + "/board/board", + "/networking/networking", + "/security/security", + "/xbar/xbar", % } ], "devices": [