All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH 0/1] Define variable "ARCHIVE_TYPE"
@ 2012-01-08  7:33 Xiaofeng Yan
  2012-01-08  7:33 ` [OE-core][PATCH 1/1] local.conf.sample: " Xiaofeng Yan
  0 siblings, 1 reply; 2+ messages in thread
From: Xiaofeng Yan @ 2012-01-08  7:33 UTC (permalink / raw)
  To: poky, mark.hatle

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

This variable is used for selecting the type of packaging source codes tree (src.rpm or tar.gz).
Source codes tree is a directory after unpacking and patching.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/conf
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/conf

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  local.conf.sample: Define variable "ARCHIVE_TYPE"

 meta-yocto/conf/local.conf.sample |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [OE-core][PATCH 1/1] local.conf.sample: Define variable "ARCHIVE_TYPE"
  2012-01-08  7:33 [OE-core][PATCH 0/1] Define variable "ARCHIVE_TYPE" Xiaofeng Yan
@ 2012-01-08  7:33 ` Xiaofeng Yan
  0 siblings, 0 replies; 2+ messages in thread
From: Xiaofeng Yan @ 2012-01-08  7:33 UTC (permalink / raw)
  To: poky, mark.hatle

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

This variable is used for selecting the type of packaging source codes tree (src.rpm or tar.gz)
source codes tree is a directory after unpacking and patching.

[YOCTO #1655]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 meta-yocto/conf/local.conf.sample |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 38507e3..8745e65 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -187,6 +187,17 @@ USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 #TEST_SERIALIZE = "1"
 
 #
+# Pacakge source codes tree to source rpm and tar packages
+#
+# ARCHIVE_TYPE ?= "SRPM":  package source codes tree to source rpm package
+# ARCHIVE_TYPE ?= "TARGZ": package source codes tree to tar package
+# Inherit tar_archive.bbclass in package_rpm.bbclass before enabling this variable
+# Run like the following command 
+# $ bitbake core-image-sato -c copysources <get all of packages>
+# $ ls build/tmp/deploy/sources
+#ARCHIVE_TYPE ?= "SRPM"
+
+#
 # Interactive shell configuration
 #
 # Under certain circumstances the system may need input from you and to do this it 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-08  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-08  7:33 [OE-core][PATCH 0/1] Define variable "ARCHIVE_TYPE" Xiaofeng Yan
2012-01-08  7:33 ` [OE-core][PATCH 1/1] local.conf.sample: " Xiaofeng Yan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.