diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-15 18:20:21 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:00 +0100 |
| commit | c1b4bea9a1fe8eb2a22a82fd22af423489e0a8fa (patch) | |
| tree | 2c189726fd748b578dd704fb590c53f13db8a4cd /meta/classes/package_deb.bbclass | |
| parent | eb40fcf6279478bf53f961f5477fc9e4162dd9a9 (diff) | |
| download | poky-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.bbclass | 10 |
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 | ||
| 53 | python do_package_deb () { | 43 | python do_package_deb () { |
| 54 | from multiprocessing import Process | 44 | from multiprocessing import Process |
