* [PATCH 0/1] Build Appliance: Fix VM disk image location
@ 2014-09-16 7:17 Cristian Iorga
2014-09-16 7:18 ` [PATCH 1/1] build-appliance-image: remove hardwired path Cristian Iorga
0 siblings, 1 reply; 2+ messages in thread
From: Cristian Iorga @ 2014-09-16 7:17 UTC (permalink / raw)
To: openembedded-core
The following changes since commit fceef0cace6670a8c5f15cd2f31a191176732730:
bitbake: data_smart: Fix remove operator and its interaction with data expansion (2014-09-13 08:52:49 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ciorga/YB6728
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/YB6728
Cristian Iorga (1):
build-appliance-image: remove hardwired path
.../recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] build-appliance-image: remove hardwired path
2014-09-16 7:17 [PATCH 0/1] Build Appliance: Fix VM disk image location Cristian Iorga
@ 2014-09-16 7:18 ` Cristian Iorga
0 siblings, 0 replies; 2+ messages in thread
From: Cristian Iorga @ 2014-09-16 7:18 UTC (permalink / raw)
To: openembedded-core
Remove wrong absolute hardwired path
for the VM disk image.
Fixes [YOCTO #6728].
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
.../recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx b/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx
index 7da9c52..6472e87 100644
--- a/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx
+++ b/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx
@@ -7,7 +7,7 @@ memsize = "4096"
mem.hotadd = "TRUE"
sata0.present = "TRUE"
sata0:0.present = "TRUE"
-sata0:0.fileName = "/mnt/Yo/yoctoproject/VMs/BA/Yocto_Build_Appliance.vmdk"
+sata0:0.fileName = "Yocto_Build_Appliance.vmdk"
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.wakeOnPcktRcv = "FALSE"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-16 7:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 7:17 [PATCH 0/1] Build Appliance: Fix VM disk image location Cristian Iorga
2014-09-16 7:18 ` [PATCH 1/1] build-appliance-image: remove hardwired path Cristian Iorga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox