diff options
| author | Rod Whitby <rod@whitby.id.au> | 2007-02-13 22:23:58 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2007-02-13 22:23:58 +0000 |
| commit | 11d500de7eb84fda424f15f5a3af4d3fa3f40327 (patch) | |
| tree | 7ad0ae71b2263c3dc1c833538bf12113ab636b67 /classes/linux-kernel-base.bbclass | |
| parent | ce69fdc260ac11f7fe5457bd15e43fb2ea9fef5f (diff) | |
| parent | 8dc182e9960996f5010edcc598fbfaa8a12faceb (diff) | |
merge of '045b9bbf9c078611ba163403644caface6f217ee'
and '50c9ee81517d5a1c32a7a7afe7a00793aabceb33'
Diffstat (limited to 'classes/linux-kernel-base.bbclass')
| -rw-r--r-- | classes/linux-kernel-base.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/classes/linux-kernel-base.bbclass b/classes/linux-kernel-base.bbclass index e58c228080..4e2e2da373 100644 --- a/classes/linux-kernel-base.bbclass +++ b/classes/linux-kernel-base.bbclass @@ -32,10 +32,6 @@ def get_kernelmajorversion(p): def linux_module_packages(s, d): import bb, os.path suffix = "" - if (bb.data.getVar("PARALLEL_INSTALL_MODULES", d, 1) == "1"): - file = bb.data.expand('${STAGING_KERNEL_DIR}/kernel-abiversion', d) - if (os.path.exists(file)): - suffix = "-%s" % (get_kernelmajorversion(base_read_file(file))) return " ".join(map(lambda s: "kernel-module-%s%s" % (s.lower().replace('_', '-').replace('@', '+'), suffix), s.split())) # that's all |
