ship /boot/System.map in kernel package, otherwise depmod gets upset
authorPhil Blundell <philb@gnu.org>
Tue, 6 Jul 2004 09:51:15 +0000 (09:51 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 6 Jul 2004 09:51:15 +0000 (09:51 +0000)
BKrev: 40ea7613WP5fyY0EminDbWtyzEMJrQ

linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe

index 366643b..e6e672c 100644 (file)
@@ -4,7 +4,7 @@ KV = "2.4.18"
 RMKV = "7"
 PXAV = "3"
 SHARPV = "20031107"
-PR = "r4"
+PR = "r5"
 DESCRIPTION = "Linux kernel for OpenZaurus PXA processor based devices."
 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-pxa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}"
 
@@ -45,8 +45,7 @@ inherit kernel
 #
 # Compensate for sucky bootloader on all Sharp Zaurus models
 #
-FILES_kernel = ""
-ALLOW_EMPTY = 1
+FILES_kernel = "/boot/System.map*"
 
 EXTRA_OEMAKE = ""
 KERNEL_CCSUFFIX = "-2.95"