The meta-minnow SRC_URI is using linux-yocto-3.8, whereas oe-core and meta-intel use linux-yocto-3.8.git. To avoid downloading the kernel tree again when using meta-minnow use the same git URI representation.
Signed-off-by: Ross Burton <[email protected]> --- recipes-kernel/linux/linux-yocto_3.8.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-yocto_3.8.bbappend b/recipes-kernel/linux/linux-yocto_3.8.bbappend index b1ef7b3..af3499f 100644 --- a/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.8.bbappend @@ -10,7 +10,7 @@ KERNEL_FEATURES_minnow_append = " features/drm-emgd/drm-emgd-1.18 \ features/netfilter/netfilter.scc \ features/usb-net/usb-net.scc" -SRC_URI_minnow = "git://git.yoctoproject.org/linux-yocto-3.8;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd \ +SRC_URI_minnow = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd \ file://media.cfg" SRCREV_machine_pn-linux-yocto_minnow ?= "4afed227ab8d84c7eaf222cad85e8232e4ea9cb0" -- 1.7.10.4 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
