summaryrefslogtreecommitdiffstats
path: root/meta/classes/package_deb.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-15 18:20:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:00 +0100
commitc1b4bea9a1fe8eb2a22a82fd22af423489e0a8fa (patch)
tree2c189726fd748b578dd704fb590c53f13db8a4cd /meta/classes/package_deb.bbclass
parenteb40fcf6279478bf53f961f5477fc9e4162dd9a9 (diff)
downloadpoky-c1b4bea9a1fe8eb2a22a82fd22af423489e0a8fa.tar.gz
package_deb: Drop obsolete comments/variables
These comments/variables appear to be long dead, remove them. (From OE-Core rev: a50c8fa7c6c9d40279724a04fb616462b1b491ff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package_deb.bbclass')
-rw-r--r--meta/classes/package_deb.bbclass10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass
index 23b449cbe0..c5824aab97 100644
--- a/meta/classes/package_deb.bbclass
+++ b/meta/classes/package_deb.bbclass
@@ -39,16 +39,6 @@ def debian_arch_map(arch, tune):
39 if arch == "arm": 39 if arch == "arm":
40 return arch + ["el", "hf"]["callconvention-hard" in tune_features] 40 return arch + ["el", "hf"]["callconvention-hard" in tune_features]
41 return arch 41 return arch
42#
43# install a bunch of packages using apt
44# the following shell variables needs to be set before calling this func:
45# INSTALL_ROOTFS_DEB - install root dir
46# INSTALL_BASEARCH_DEB - install base architecutre
47# INSTALL_ARCHS_DEB - list of available archs
48# INSTALL_PACKAGES_NORMAL_DEB - packages to be installed
49# INSTALL_PACKAGES_ATTEMPTONLY_DEB - packages attempted to be installed only
50# INSTALL_PACKAGES_LINGUAS_DEB - additional packages for uclibc
51# INSTALL_TASK_DEB - task name
52 42
53python do_package_deb () { 43python do_package_deb () {
54 from multiprocessing import Process 44 from multiprocessing import Process