| Submitter | Xiaofeng Yan |
|---|---|
| Date | March 26, 2012, 10:49 a.m. |
| Message ID | <0767284de75acd14db1ef05cabdbccc2946f7936.1332758293.git.xiaofeng.yan@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/24551/ |
| State | New |
| Headers | show |
Comments
On Mon, 2012-03-26 at 18:49 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan <xiaofeng.yan@windriver.com> > > User can use these variables to get atchiving packages they want. > > [YOCTO #1977] > > Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> > --- > meta-yocto/conf/local.conf.sample | 33 +++++++++++++++++++++++++++++++++ > 1 files changed, 33 insertions(+), 0 deletions(-) > > diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample > index 38507e3..4327e89 100644 > --- a/meta-yocto/conf/local.conf.sample > +++ b/meta-yocto/conf/local.conf.sample > @@ -121,6 +121,39 @@ DISTRO ?= "poky" > PACKAGE_CLASSES ?= "package_rpm" Please add this information to local.conf.sample.extended. local.conf.sample is meant to be kept simple and only contain things new users need to care about. Cheers, Richard
On 2012?03?27? 01:04, Richard Purdie wrote: > On Mon, 2012-03-26 at 18:49 +0800, Xiaofeng Yan wrote: >> From: Xiaofeng Yan<xiaofeng.yan@windriver.com> >> >> User can use these variables to get atchiving packages they want. >> >> [YOCTO #1977] >> >> Signed-off-by: Xiaofeng Yan<xiaofeng.yan@windriver.com> >> --- >> meta-yocto/conf/local.conf.sample | 33 +++++++++++++++++++++++++++++++++ >> 1 files changed, 33 insertions(+), 0 deletions(-) >> >> diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample >> index 38507e3..4327e89 100644 >> --- a/meta-yocto/conf/local.conf.sample >> +++ b/meta-yocto/conf/local.conf.sample >> @@ -121,6 +121,39 @@ DISTRO ?= "poky" >> PACKAGE_CLASSES ?= "package_rpm" > Please add this information to local.conf.sample.extended. > > local.conf.sample is meant to be kept simple and only contain things new > users need to care about. > Thanks, I has changed these variables to local.conf.sample.extend and summited patches again. > Cheers, > > Richard > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >
Patch
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 38507e3..4327e89 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -121,6 +121,39 @@ DISTRO ?= "poky" PACKAGE_CLASSES ?= "package_rpm" # +# Archiving packages configuration +# +# The following variables lists which files to archive and the package type to archive. +# One bbclass of them (archive-original-source.bbclass,archive-patched-source.bbclass +# and archive-configured-source.bbclass) should be inherited in a global bbclass, for example, +# intherit archive-original-source in packages_rpm.bbclass +# +# SOURCE_ARCHIVE_PACKAGE_TYPE = {'tar','srpm'} +#SOURCE_ARCHIVE_PACKAGE_TYPE ?= 'tar' +# +# SOURCE_ARCHIVE_LOG_WITH_SCRIPTS = {'logs_with_scripts', 'logs'} +# String 'logs_with_scripts' include temp directory and .bb and .inc files +# String 'logs' only include temp +#SOURCE_ARCHIVE_LOG_WITH_SCRIPTS ?= 'logs_with_scripts' + +# +# Archiving packages configuration +# +# The following variables lists which files to archive and the package type to archive. +# One bbclass of them (archive-original-source.bbclass,archive-patched-source.bbclass +# and archive-configured-source.bbclass) should be inherited in a globale bbclass, for example, +# intherit archive-original-source in packages_rpm.bbclass +# +# SOURCE_ARCHIVE_PACKAGE_TYPE = {'tar','srpm'} +#SOURCE_ARCHIVE_PACKAGE_TYPE ?= 'tar' +# +# SOURCE_ARCHIVE_LOG_WITH_SCRIPTS = {'logs_with_scripts', 'logs'} +# String 'logs_with_scripts' include temp directory and .bb and .inc files +# String 'logs' only include temp +#SOURCE_ARCHIVE_LOG_WITH_SCRIPTS ?= 'logs_with_scripts' +# + +# # SDK/ADT target architecture # # This variable specified the architecture to build SDK/ADT items for and means