[pkg-fso-maint] Openmoko kernel built by Debian

Timo Juhani Lindfors timo.lindfors at iki.fi
Fri Oct 10 04:03:48 UTC 2008


Luca Capello <luca at pca.it> writes:
> Actually, you should use one of the various ./defconfig-*, as explained
> at [1].  FYI, Debian uses ./defconfig-gta02 (cfr. debian/rules [2]).

Ok.

>
> Yes, since now it's "public", I'm writing to the smartphone-kernel
> mailing list, please continue there for this specific bug.

diff --git a/include/linux/time.h b/include/linux/time.h
index b04136d..62a3143 100644
--- a/include/linux/time.h
+++ b/include/linux/time.h
@@ -169,8 +169,9 @@ extern struct timeval ns_to_timeval(const s64 nsec);
  * @a:         pointer to timespec to be incremented
  * @ns:                unsigned nanoseconds value to be added
  */
-static inline void timespec_add_ns(struct timespec *a, u64 ns)
+static inline void timespec_add_ns(struct timespec *a, u64 nsl)
 {
+        u32 ns = nsl;
        ns += a->tv_nsec;
        while(unlikely(ns >= NSEC_PER_SEC)) {
                ns -= NSEC_PER_SEC;


from http://article.gmane.org/gmane.linux.ports.arm.kernel/39915 seems
to be a temporary workaround (my kernel built after 63 minutes of
waiting).


> `git checkout -b debian origin/debian` is what you need, since you want
> to follow the branch.  To understand the difference, try your first
> command and read the output ;-)
>
> I changed the HEAD reference to the debian branch, thus every clone
> command directly ends up into the debian branch.

Aha.



More information about the pkg-fso-maint mailing list