git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a153be
)
Split the kernel's System.map and config file out of the 'kernel' ipk into 'kernel...
author
Chris Larson
<clarson@kergoth.com>
Wed, 17 Nov 2004 02:50:26 +0000
(
02:50
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 17 Nov 2004 02:50:26 +0000
(
02:50
+0000)
BKrev: 419abc72YuWO5mzv9I0Duc85AEq3AQ
classes/kernel.oeclass
patch
|
blob
|
history
diff --git
a/classes/kernel.oeclass
b/classes/kernel.oeclass
index
beaace7
..
922ea2c
100644
(file)
--- a/
classes/kernel.oeclass
+++ b/
classes/kernel.oeclass
@@
-112,9
+112,10
@@
inherit cml1
EXPORT_FUNCTIONS do_compile do_install do_stage do_configure
-PACKAGES = "kernel"
+PACKAGES = "kernel
kernel-dev
"
FILES = ""
-FILES_kernel = "/boot"
+FILES_kernel = "/boot/${KERNEL_IMAGETYPE}*"
+FILES_kernel-dev = "/boot/System.map* /boot/config*"
pkg_postinst_modules () {
if [ -n "$D" ]; then