From: Corey Minyard <[email protected]>

The deploy for the uncompressed image was checking if a .gz file exists,
it should instead check for a straight xen file.

Signed-off-by: Corey Minyard <[email protected]>
Signed-off-by: Jeremy A. Puhlman <[email protected]>
---
 recipes-extended/xen/xen-hypervisor.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen-hypervisor.inc 
b/recipes-extended/xen/xen-hypervisor.inc
index 21d9c7f..c386917 100644
--- a/recipes-extended/xen/xen-hypervisor.inc
+++ b/recipes-extended/xen/xen-hypervisor.inc
@@ -47,7 +47,7 @@ do_install() {
 do_deploy() {
     install -d ${DEPLOYDIR}
 
-    if [ -f ${B}/xen/xen.gz ]; then
+    if [ -f ${B}/xen/xen ]; then
         install -m 0644 ${B}/xen/xen ${DEPLOYDIR}/xen-${MACHINE}
     fi
 
-- 
2.20.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5287): 
https://lists.yoctoproject.org/g/meta-virtualization/message/5287
Mute This Topic: https://lists.yoctoproject.org/mt/73154500/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to