[Machu] My reply inline.
-----Original Message----- From: Stiffler, Jacob Sent: Friday, December 15, 2017 8:15 AM To: Radhakrishnan, Mahesh; [email protected] Subject: Re: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH ] ti-pdk: Updates for dra7xx & am574x On 12/14/2017 6:44 PM, Mahesh Radhakrsihnan wrote: > From: Mahesh Radhakrishnan > <[email protected]<mailto:[email protected]>> > > One of the updates is for dra7xx. The other one adds the > LIMIT_BOARDS/SOCs for AM574x until they are added to machine/am57xx- > evm.conf > > Signed-off-by: Mahesh Radhakrishnan > <[email protected]<mailto:[email protected]>> > --- > classes/ti-pdk.bbclass | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass index > 76abfe4..c83da00 100644 > --- a/classes/ti-pdk.bbclass > +++ b/classes/ti-pdk.bbclass > @@ -54,9 +54,11 @@ export SECTTI="perl ${CG_XML_INSTALL_DIR}/ofd/sectti.pl" > TI_PDK_XDCMAKE ?= "1" > > # By default, only build the cores with available toolchains > -TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 > c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1" > +TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 > c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1 arp32_1" We do not have the toolchain to build arp32_1 cores [Machu] Sure. I will keep it out for now, until the tool chain gets upstreamed. > TI_PDK_LIMIT_SOCS ?= "" > +TI_PDK_LIMIT_SOCS_append_am57xx-evm = " am574x" > TI_PDK_LIMIT_BOARDS ?= "" > +TI_PDK_LIMIT_BOARDS_append_am57xx-evm = " idkAM574x" TI_PDK_LIMIT_BOARDS and TI_PDK_LIMIT_SOCS may be used by more than ti-pdk class recipes. For now, I think we can add this in the branding file until it gets upstreamed to the machine configuration. [Machu] Is the below file the branding file? ./meta-processor-sdk/conf/distro/include/branding-processor-sdk.inc I couldn’t see any recipe including this file. Is the file name a reserved one which is automatically picked up by Yocto? > TI_PDK_MAKE_TARGET ?= "release" > TI_PDK_EXTRA_MAKE ?= "" >
_______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
