Fix the typo of sufix qemux86-64 63/8563/2
authorPhong Tran <tranmanphong@gmail.com>
Thu, 23 Feb 2017 16:58:14 +0000 (23:58 +0700)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 24 Feb 2017 12:58:02 +0000 (12:58 +0000)
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

index 49899a4..fcd0280 100644 (file)
@@ -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 "