am263x : build : fix product.json issue for AM263x MCSDK
Fix product.json issue for AM263x MCSDK Fixes: PINDSW-6929 Signed-off-by: Naresh A <nareshk@ti.com>
This commit is contained in:
parent
fb9a60770c
commit
6337509ba7
@ -12,11 +12,9 @@
|
|||||||
"/kernel/dpl",
|
"/kernel/dpl",
|
||||||
"/drivers/drivers",
|
"/drivers/drivers",
|
||||||
"/board/board",
|
"/board/board",
|
||||||
"/fs/fs",
|
|
||||||
"/networking/networking",
|
"/networking/networking",
|
||||||
"/security/security",
|
"/security/security",
|
||||||
"/usb/usb",
|
"/xbar/xbar",
|
||||||
"/pru_io/pru_io",
|
|
||||||
],
|
],
|
||||||
"devices": [
|
"devices": [
|
||||||
"AM64x",
|
"AM64x",
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
"../mcu_plus_sdk/source",
|
"../mcu_plus_sdk/source",
|
||||||
],
|
],
|
||||||
"components": [
|
"components": [
|
||||||
% if((args.device == "am64x") || (args.device == "am243x") || (args.device == "am263x")) {
|
% if((args.device == "am64x") || (args.device == "am243x")) {
|
||||||
"/motor_control",
|
"/motor_control",
|
||||||
"/kernel/dpl",
|
"/kernel/dpl",
|
||||||
"/drivers/drivers",
|
"/drivers/drivers",
|
||||||
@ -30,6 +30,15 @@
|
|||||||
"/security/security",
|
"/security/security",
|
||||||
"/usb/usb",
|
"/usb/usb",
|
||||||
"/pru_io/pru_io",
|
"/pru_io/pru_io",
|
||||||
|
% }
|
||||||
|
% if(args.device == "am263x") {
|
||||||
|
"/motor_control",
|
||||||
|
"/kernel/dpl",
|
||||||
|
"/drivers/drivers",
|
||||||
|
"/board/board",
|
||||||
|
"/networking/networking",
|
||||||
|
"/security/security",
|
||||||
|
"/xbar/xbar",
|
||||||
% }
|
% }
|
||||||
],
|
],
|
||||||
"devices": [
|
"devices": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user