1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

emenlow: fix SRC_URI in linux-wrs_git.bbappend

Restrict it to emenlow so it doesn't conflict with other machines.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi
2010-10-11 10:16:25 -05:00
parent d4c86791aa
commit 86b30f722e
@@ -1,4 +1,4 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}" FILESEXTRAPATHS := "${THISDIR}/${PN}"
SRC_URI += "file://defconfig" SRC_URI_append_emenlow = " file://defconfig"
COMPATIBLE_MACHINE_emenlow = "emenlow" COMPATIBLE_MACHINE_emenlow = "emenlow"
WRMACHINE_emenlow = "emenlow" WRMACHINE_emenlow = "emenlow"