mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
![]() Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Avoid the immediate expansion operator (:=) which caused base_contains added in the previous commit to fail to expand at the time the meta-intel layer configs are parsed and replace it with one of the append operators (.= or +=) that allows for delayed variable expansion. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> |
||
---|---|---|
common | ||
conf | ||
meta-cedartrail | ||
meta-chiefriver | ||
meta-crownbay | ||
meta-crystalforest | ||
meta-emenlow | ||
meta-fri2 | ||
meta-jasperforest | ||
meta-n450 | ||
meta-nuc | ||
meta-romley | ||
meta-sugarbay | ||
meta-sys940x | ||
meta-tlk | ||
MAINTAINERS | ||
README |
meta-intel
This is the location for Intel maintained BSPs.
Please see the README files contained in the individual BSP layers for BSP-specific information.