* [PATCH] kernel bbclass: add 'perf' to kernel-modules blacklist
@ 2011-01-12 14:42 Koen Kooi
2011-01-12 15:55 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2011-01-12 14:42 UTC (permalink / raw)
To: poky
This makes 'kernel-modules' installable again when perf isn't enabled in the kernel config
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
meta/classes/kernel.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 86a1923..ef16fc5 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -441,7 +441,7 @@ python populate_packages_prepend () {
metapkg = "kernel-modules"
bb.data.setVar('ALLOW_EMPTY_' + metapkg, "1", d)
bb.data.setVar('FILES_' + metapkg, "", d)
- blacklist = [ 'kernel-dev', 'kernel-image', 'kernel-base', 'kernel-vmlinux' ]
+ blacklist = [ 'kernel-dev', 'kernel-image', 'kernel-base', 'kernel-vmlinux', 'perf' ]
for l in module_deps.values():
for i in l:
pkg = module_pattern % legitimize_package_name(re.match(module_regex, os.path.basename(i)).group(1))
--
1.6.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] kernel bbclass: add 'perf' to kernel-modules blacklist
2011-01-12 14:42 [PATCH] kernel bbclass: add 'perf' to kernel-modules blacklist Koen Kooi
@ 2011-01-12 15:55 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-01-12 15:55 UTC (permalink / raw)
To: Koen Kooi; +Cc: poky
On Wed, 2011-01-12 at 15:42 +0100, Koen Kooi wrote:
> This makes 'kernel-modules' installable again when perf isn't enabled in the kernel config
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Applied to master, good catch, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-12 15:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12 14:42 [PATCH] kernel bbclass: add 'perf' to kernel-modules blacklist Koen Kooi
2011-01-12 15:55 ` Richard Purdie
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.