-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ottavio Campana wrote:
> Vitus Jensen ha scritto: >>> What can I do to compile it? >> >> I've found a working receipe at >> http://auryn.karlin.mff.cuni.cz/oe/linux-hackndev-2.6_git.bb >> >> This is most certainly not the best solution as it downloads 424 MiB to >> get that kernel but at least it works! > > thanks. If you are still interested in the original bb recipe, apply the patch below (beware, there is a linebreak created from KNode) and it will work. I've verified that the downloaded kernel source is the same as the one you get from the webinterface. But configure gives the following warnings, so not everything might work: .config:181:warning: trying to assign nonexistent symbol PALMTX_BATTERY .config:184:warning: trying to assign nonexistent symbol PALMTX_BORDER .config:1348:warning: trying to reassign symbol AEABI .config:1349:warning: trying to reassign symbol OABI_COMPAT .config:1350:warning: trying to reassign symbol INITRAMFS_SOURCE ======== # # old_revision [fd0506c3046746ab53ca605009a53800aa174948] # # patch "packages/linux/linux-hackndev-2.6_git.bb" # from [b62689b2d0b627662ac88b31cc5e0ca3e70a2988] # to [a62e3b308508c88449d08f1ffcf36414b18bb350] # ============================================================ - --- packages/linux/linux-hackndev-2.6_git.bb b62689b2d0b627662ac88b31cc5e0ca3e70a2988 +++ packages/linux/linux-hackndev-2.6_git.bb a62e3b308508c88449d08f1ffcf36414b18bb350 @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "(palmld|palmtc|pal COMPATIBLE_MACHINE = "(palmld|palmtc|palmtt3|palmtt5|palmtx|palmz31 palmz72|palmt650)" - -SRC_URI = "git://git.hackndev.com/linux-hnd;protocol=git \ +SRC_URI = "git://git.hackndev.com/linux-hnd;tag=master;protocol=git \ file://defconfig" SRC_URI_append_palmtx += "http://www.busybox.net/downloads/busybox-1.1.0.tar.bz2 \ @@ -14,7 +14,7 @@ SRC_URI_append_palmtx += "http://www.bus file://initramfs_list \ file://busybox-config" - -S = "${WORKDIR}/trunk" +S = "${WORKDIR}/git" K_MAJOR = "2" K_MINOR = "6" ==================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkgtPtMACgkQtSDdbxQoLLtKOwCfca2iJVdOjsCK57RlGn+0gXuv 2ggAoNJ1ZSaqKnkYQ8RUGJ7jGZFdnYwe =lu4U -----END PGP SIGNATURE----- _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
