[OE-core] [oe-core][PATCH] Mention package_tar packaging in local.conf.sample

Robert P. J. Day rpjday at crashcourse.ca
Thu Jul 24 09:10:39 UTC 2014


Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

  is this the appropriate comment for tarball packaging?

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 555f8db..a200002 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -78,7 +78,8 @@ MACHINE ??= "qemux86"
 #  - 'package_deb' for debian style deb files
 #  - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
 #  - 'package_rpm' for rpm style packages
-# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
+#  - 'package_tar' for tarball packages
+# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk package_tar"
 # We default to ipk:
 PACKAGE_CLASSES ?= "package_ipk"


-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================




More information about the Openembedded-core mailing list