From e84ab8f9850fb03c2be3ae61e948a0425cd4b6cd Mon Sep 17 00:00:00 2001
From: Phong Tran <tranmanphong@gmail.com>
Date: Thu, 23 Feb 2017 23:58:14 +0700
Subject: Fix the typo of sufix qemux86-64

The machine name is qemux86-64 not qemux86_64

Change-Id: Iab643759f2df4e702abe518611a9347415668e27
Signed-off-by: Phong Tran <tranmanphong@gmail.com>
---
 meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 "
-- 
cgit