> -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Friday, November 13, 2020 2:11 PM > To: Juraj Linkeš <juraj.lin...@pantheon.tech> > Cc: bruce.richard...@intel.com; ruifeng.w...@arm.com; > honnappa.nagaraha...@arm.com; phil.y...@arm.com; > vcchu...@amazon.com; dharmik.thak...@arm.com; jerinjac...@gmail.com; > hemant.agra...@nxp.com; ajit.khapa...@broadcom.com; > ferruh.yi...@intel.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v9 07/14] build: isolate configuration for > generic > build > > 11/11/2020 14:18, Juraj Linkeš: > > Use generic configuration for the only build where it makes sense - > > the generic build. For other builds, if we don't know either of > > implementer ID or part number, the build is not supported. > > Add part numbers to cross files where fallback to generic > > configuration is assumed. > > > > Signed-off-by: Juraj Linkeš <juraj.lin...@pantheon.tech> > > It fails for config/arm/arm64_dpaa_linux_gcc: > config/arm/meson.build:223:2: ERROR: Unknown cross property: part_number. > > Are you testing all platforms in config/arm/? >
I've tested this, but I forgot to fix it when I learned what the proper part_number should be. It works with all the patches in the series, but I can add it here as well if you want me to. > >