[yocto] [yocto-docs][PATCH] ref-manual: Document MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS quirk

2015-10-20 Thread california . l . sullivan
From: California Sullivan MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS won't always grab your out-of-tree module recipe since the kernel recipe's PACKAGES_DYNAMIC variable provides kernel-module-*. This patch documents that your out-of-tree module needs to explicitly set its PACKAGES variable to avoid thi

[yocto] [PATCH 11/13] ProvisionGoogleVM.py: Rename to ProvisionGoogleVMs.py

2014-09-23 Thread california . l . sullivan
From: California Sullivan This can provision multiple VMs at once. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVM.py| 86 -- .../autobuilder/buildsteps/ProvisionGoogleVMs.py | 86 ++ 2 files changed, 86 insertio

[yocto] [PATCH 10/13] DeleteGoogleVM.py: Rename to DeleteGoogleVMs.py

2014-09-23 Thread california . l . sullivan
From: California Sullivan It can delete multiple at once if multiple were created at once. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/DeleteGoogleVM.py | 52 -- .../autobuilder/buildsteps/DeleteGoogleVMs.py | 52 ++ 2 fi

[yocto] [PATCH 13/13] ProvisionGoogleVMs.py: Delete VM before trying to provision it.

2014-09-23 Thread california . l . sullivan
From: California Sullivan In the case that somebody turned off a build before it completed, the buildstep would attempt and fail to procure a new VM, failing the build. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVMs.py | 16 ++-- 1 file