From: Phong Tran Date: Thu, 23 Feb 2017 16:58:14 +0000 (+0700) Subject: Fix the typo of sufix qemux86-64 X-Git-Tag: 3.99.1~160 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e84ab8f9850fb03c2be3ae61e948a0425cd4b6cd;p=AGL%2Fmeta-agl.git Fix the typo of sufix qemux86-64 The machine name is qemux86-64 not qemux86_64 Change-Id: Iab643759f2df4e702abe518611a9347415668e27 Signed-off-by: Phong Tran --- diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend index 49899a4d9..fcd028062 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend @@ -17,4 +17,4 @@ SRC_URI += " file://rtl_sdr.cfg \ # disk drivers for vmdk SRC_URI_append_qemux86 = " file://vbox-vmware-sata.cfg " -SRC_URI_append_qemux86_64 = " file://vbox-vmware-sata.cfg " +SRC_URI_append_qemux86-64 = " file://vbox-vmware-sata.cfg "