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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user