> -----Original Message----- > From: Thomas Monjalon <[email protected]> > Sent: Friday, November 13, 2020 2:11 PM > To: Juraj Linkeš <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected] > 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š <[email protected]> > > 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. > >

