diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-06 09:51:15 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-06 09:51:15 +0000 |
commit | 585753f888da22d490980a9fffb9de007e4e9627 (patch) | |
tree | 60ede6cfccfef2afafacf5d0e9085f4f36e6c925 /linux | |
parent | d3173eb9f87468ec11e8a7d60362b725fac73322 (diff) |
ship /boot/System.map in kernel package, otherwise depmod gets upset
BKrev: 40ea7613WP5fyY0EminDbWtyzEMJrQ
Diffstat (limited to 'linux')
-rw-r--r-- | linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe index 366643b91a..e6e672ce25 100644 --- a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe +++ b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe @@ -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" |