Re: [OE-core] [PATCH] python-smartpm: Add an attempt install mode

2013-09-11 Thread Paul Eggleton
On Wednesday 11 September 2013 08:47:33 Mark Hatle wrote: > On 9/11/13 5:04 AM, Paul Eggleton wrote: > > On Tuesday 10 September 2013 21:04:29 Mark Hatle wrote: > >> Time measurements with: > >> > >> MACHINE = "qemux86" > >> PACKAGE_CLASSES = "package_rpm" > >> EXTRA_IMAGE_FEATURES = "dev-pkgs sta

Re: [OE-core] [PATCH] python-smartpm: Add an attempt install mode

2013-09-11 Thread Mark Hatle
On 9/11/13 5:04 AM, Paul Eggleton wrote: Hi Mark, On Tuesday 10 September 2013 21:04:29 Mark Hatle wrote: Time measurements with: MACHINE = "qemux86" PACKAGE_CLASSES = "package_rpm" EXTRA_IMAGE_FEATURES = "dev-pkgs staticdev-pkgs doc-pkgs dbg-pkgs ptest-pkgs" BB_NUMBER_THREADS ?= "8" PARALLEL_

Re: [OE-core] [PATCH] python-smartpm: Add an attempt install mode

2013-09-11 Thread Paul Eggleton
Hi Mark, On Tuesday 10 September 2013 21:04:29 Mark Hatle wrote: > Time measurements with: > > MACHINE = "qemux86" > PACKAGE_CLASSES = "package_rpm" > EXTRA_IMAGE_FEATURES = "dev-pkgs staticdev-pkgs doc-pkgs dbg-pkgs > ptest-pkgs" BB_NUMBER_THREADS ?= "8" > PARALLEL_MAKE ?= "-j 8" > > image: cor

Re: [OE-core] [PATCH] python-smartpm: Add an attempt install mode

2013-09-10 Thread Mark Hatle
Time measurements with: MACHINE = "qemux86" PACKAGE_CLASSES = "package_rpm" EXTRA_IMAGE_FEATURES = "dev-pkgs staticdev-pkgs doc-pkgs dbg-pkgs ptest-pkgs" BB_NUMBER_THREADS ?= "8" PARALLEL_MAKE ?= "-j 8" image: core-image-sato Quad Core i7 workstation... With all of the recipes built, and just

[OE-core] [PATCH] python-smartpm: Add an attempt install mode

2013-09-10 Thread Mark Hatle
[ YOCTO #3723 ] Add a mode to smart that will allow an installation to continue, instead of failure in the case that one or more items is uninstallable. Uninstallable packages are simply ignored, and no error is generated. Signed-off-by: Mark Hatle --- meta/classes/package_rpm.bbclass