Pull request #40: PINDSW-6929 Fix gen buildfiles issue for AM263x MCSDK
Merge in PINDSW/motor_control_sdk from PINDSW-6929_Fix-gen-buildfiles-issue-for-AM263x-MCSDK to next * commit '6337509ba7b897c5b1aeff91696f8a3d59d0ba37': am263x : build : fix product.json issue for AM263x MCSDK am263x : build : fix gen-buildfiles issue for AM263x MCSDK
This commit is contained in:
commit
4e2bafc816
@ -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",
|
||||
|
||||
@ -137,5 +137,6 @@ module.exports = {
|
||||
getDevToolTirex,
|
||||
getProperty,
|
||||
getLinuxFwName,
|
||||
getProductNameProjectSpec,
|
||||
getFlashAddr,
|
||||
};
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user