cdfs im DM7025-Kernel?

  • Hi,


    hat das jemand geschafft, kernel-module-cdfs für die DM7025 zu kompilieren, welches auch gleich im Kernel landet?
    Also ich bekomme das nicht hin, habe schon viel ausprobiert. :confused_face:
    Es kommt immer wieder zur gleichen Fehlermeldung:

    Zitat

    trying to assign nonexistent symbol CDFS_FS


    Den Kernel habe ich ins DM800-Image kompiliert bekommen, bei der DM7025 scheitert es. :frowning_face:

    Ein Problem ist halb gelöst, wenn es klar formuliert ist. (John Dewey, 1859-1952)

  • Due to kernel is differently built for a 7025 than a 800/8000 you can not just copy from 800/8000 to 7025.


    First you have to look at the do_munge part in linux-dm7025.bb and understand what's is done there.


    Second do_configured do not work as in 800/8000 so you ahve to do something so your new config works when oe_runmake oldconfig is done.