* [PATCH 0/1] image.bbclass: don't let do_rootfs depend on BUILDNAME @ 2015-01-26 8:31 Chen Qi 2015-01-26 8:31 ` [PATCH 1/1] " Chen Qi 2015-02-03 1:54 ` [PATCH 0/1] " ChenQi 0 siblings, 2 replies; 3+ messages in thread From: Chen Qi @ 2015-01-26 8:31 UTC (permalink / raw) To: openembedded-core The following changes since commit 24f19fedb40d0af84beb8e9a6595ea06f09d4615: gstreamer1.0-omx: use mulitple SCMs to fetch submodules (2014-12-31 08:22:53 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/image-BUILDNAME http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/image-BUILDNAME Chen Qi (1): image.bbclass: don't let do_rootfs depend on BUILDNAME meta/classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] image.bbclass: don't let do_rootfs depend on BUILDNAME 2015-01-26 8:31 [PATCH 0/1] image.bbclass: don't let do_rootfs depend on BUILDNAME Chen Qi @ 2015-01-26 8:31 ` Chen Qi 2015-02-03 1:54 ` [PATCH 0/1] " ChenQi 1 sibling, 0 replies; 3+ messages in thread From: Chen Qi @ 2015-01-26 8:31 UTC (permalink / raw) To: openembedded-core BUILDNAME is set by cooker as a string of current time. Letting do_rootfs task depend on this variable gets us no benefit. Besides, letting do_rootfs task depend on this variable will cause us trouble when executing `bitbake -S none core-image-minimal'. With current code, this command gives us error complaining about the different bashhash of do_rootfs task. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> --- meta/classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 07e7f99..cc91b70 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -94,7 +94,7 @@ def rootfs_variables(d): 'IMAGE_ROOTFS_MAXSIZE','IMAGE_NAME','IMAGE_LINK_NAME','IMAGE_MANIFEST','DEPLOY_DIR_IMAGE','RM_OLD_IMAGE','IMAGE_FSTYPES','IMAGE_INSTALL_COMPLEMENTARY','IMAGE_LINGUAS','SDK_OS', 'SDK_OUTPUT','SDKPATHNATIVE','SDKTARGETSYSROOT','SDK_DIR','SDK_VENDOR','SDKIMAGE_INSTALL_COMPLEMENTARY','SDK_PACKAGE_ARCHS','SDK_OUTPUT','SDKTARGETSYSROOT','MULTILIBRE_ALLOW_REP', 'MULTILIB_TEMP_ROOTFS','MULTILIB_VARIANTS','MULTILIBS','ALL_MULTILIB_PACKAGE_ARCHS','MULTILIB_GLOBAL_VARIANTS','BAD_RECOMMENDATIONS','NO_RECOMMENDATIONS','PACKAGE_ARCHS', - 'PACKAGE_CLASSES','TARGET_VENDOR','TARGET_VENDOR','TARGET_ARCH','TARGET_OS','OVERRIDES','BBEXTENDVARIANT','FEED_DEPLOYDIR_BASE_URI','INTERCEPT_DIR','BUILDNAME','USE_DEVFS', + 'PACKAGE_CLASSES','TARGET_VENDOR','TARGET_VENDOR','TARGET_ARCH','TARGET_OS','OVERRIDES','BBEXTENDVARIANT','FEED_DEPLOYDIR_BASE_URI','INTERCEPT_DIR','USE_DEVFS', 'STAGING_KERNEL_DIR','COMPRESSIONTYPES'] variables.extend(command_variables(d)) variables.extend(variable_depends(d)) -- 1.9.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] image.bbclass: don't let do_rootfs depend on BUILDNAME 2015-01-26 8:31 [PATCH 0/1] image.bbclass: don't let do_rootfs depend on BUILDNAME Chen Qi 2015-01-26 8:31 ` [PATCH 1/1] " Chen Qi @ 2015-02-03 1:54 ` ChenQi 1 sibling, 0 replies; 3+ messages in thread From: ChenQi @ 2015-02-03 1:54 UTC (permalink / raw) To: openembedded-core ping On 01/26/2015 04:31 PM, Chen Qi wrote: > The following changes since commit 24f19fedb40d0af84beb8e9a6595ea06f09d4615: > > gstreamer1.0-omx: use mulitple SCMs to fetch submodules (2014-12-31 08:22:53 +0000) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib ChenQi/image-BUILDNAME > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/image-BUILDNAME > > Chen Qi (1): > image.bbclass: don't let do_rootfs depend on BUILDNAME > > meta/classes/image.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-03 1:54 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-01-26 8:31 [PATCH 0/1] image.bbclass: don't let do_rootfs depend on BUILDNAME Chen Qi 2015-01-26 8:31 ` [PATCH 1/1] " Chen Qi 2015-02-03 1:54 ` [PATCH 0/1] " ChenQi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox