mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 04:33:03 +01:00
This modifies the meta-emenlow BSP layer to reflect the new BSP standard layout as defined in the latestYocto BSP Developer's Guide. There's no change in functionality here - this simply moves things around, adds a README, and makes the SRCREVs local. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
FILESPATH := "${FILESPATH}:${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
|
|
SRC_URI += "file://defconfig"
|
|
COMPATIBLE_MACHINE_emenlow = "emenlow"
|