diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:50:26 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:50:26 +0000 |
commit | 54040045094314bcbab7574023f2da8dae123546 (patch) | |
tree | d6fa8e68f2d1a6a8939b15879a07a5a6add8aee2 | |
parent | 1a153be82957d7e90ec8ba45ea1b1cebf5011481 (diff) |
Split the kernel's System.map and config file out of the 'kernel' ipk into 'kernel-dev'.
BKrev: 419abc72YuWO5mzv9I0Duc85AEq3AQ
-rw-r--r-- | classes/kernel.oeclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/classes/kernel.oeclass b/classes/kernel.oeclass index beaace7d16..922ea2cf41 100644 --- 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 |