Bug 5960 - fusion.ko driver does not install to target rootfs
Summary: fusion.ko driver does not install to target rootfs
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 trivial
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-22 11:54 UTC by broot
Modified: 2013-02-26 22:15 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
buildroot config (31.48 KB, application/octet-stream)
2013-02-22 17:23 UTC, broot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description broot 2013-02-22 11:54:45 UTC
fusion.o is copied to target/lib/modules/drivers/(kernel-ver)/drivers/char/fusion
instead of fusion.ko
Comment 1 Gustavo Zacarias 2013-02-22 12:17:57 UTC
How about some context here?
Your report is seriously lacking in detail.
How did you get that result? A config, something!
Comment 2 broot 2013-02-22 13:52:29 UTC
Any? config, select kernel to build (dependancy of fusion) and then fusion package in graphics packages (BR2_PACKAGE_LINUX_FUSION)

fusion.ko would build in
buildroot-2012.11/output/build/linux-fusion-8.10.4/linux/drivers/char/fusion
however fusion.o will be installed to target.

I don't remember which release this started to show in, but some older releases did it correctly.
Comment 3 broot 2013-02-22 17:23:56 UTC
Created attachment 4784 [details]
buildroot config
Comment 4 Arnout Vandecappelle 2013-02-23 17:17:22 UTC
It's a bug in linux-fusion's Makefile: it thinks that you're compiling against linux 2.4.x.

It's been fixed in linux-fusion 9.0.0.

I'll send a version bump patch - can you test if it works in your setup?
Comment 5 broot 2013-02-23 19:38:16 UTC
It copies correctly now, thanks.
Comment 6 Peter Korsgaard 2013-02-26 22:15:24 UTC
Fixed in git by Arnout (208b36a234fe)