On Sun, Jan 17, 2010 at 11:18 AM, Davide Scaini <[email protected]> wrote:
> > > On Sun, Jan 17, 2010 at 10:33 AM, Martin Jansa <[email protected]>wrote: > >> On Sun, Jan 17, 2010 at 10:22:05AM +0100, Marco Franceschetti wrote: >> > Davide Scaini ha scritto: >> > You need to rebuild glibc for locales generation. >> > bitbake -c clean shr-lite-image glibc or if that does not help clean >> > glibc-initial too and then rebuild image. >> >> bitbake -c clean eglibc will also remove some files from staging >> provided by eglibc-initial and they will be missing for eglibc build.. >> >> So you have to -c clean both and we're using eglibc not glibc. >> >> BTW: sometimes I had also rebuild gcc after eglibc* cleaning. I use this >> one-liner which takes quite a lot of time: >> >> for i in recipes/gcc/gcc*4.4.2*bb recipes/eglibc/eglibc*2.10*.bb; do echo >> $i; bitbake -c clean -b $i; done; bitbake -k shr-image >> >> Regards, >> >> > my conf/local.conf : >> > >> > # require conf/distro/include/moko-autorev.inc >> > # require conf/distro/include/fso-autorev.inc >> > #BBFILES += "${TOPDIR}/shr/openembedded/recipes/*/*.bb" >> > BBFILES += "${TOPDIR}/bb/*/*.bb" >> > #BB_GIT_CLONE_FOR_SRCREV = "1" >> > OE_ALLOW_INSECURE_DOWNLOADS=1 >> > #BB_SRCREV_POLICY="cache" >> > # speed up build by parallel building - usefull for multicore cpus >> > PARALLEL_MAKE = "-j 2" >> > BB_NUMBER_THREADS = "3" >> > # avoid multiple locales generation to speedup the build and save space >> > GLIBC_GENERATE_LOCALES = "en_US.UTF-8 it_IT.UTF-8" >> > # completely disable generation of locales. If building qemu fails >> > this might help >> > #ENABLE_BINARY_LOCALE_GENERATION = "0" >> > #require conf/distro/include/sane-srcrevs.inc >> > #require conf/distro/include/sane-srcdates.inc >> > #require conf/distro/include/shr-autorev.inc >> > #require conf/distro/include/shr-autorev-unstable.inc >> > # enable local builds for SHR apps >> > # require local-builds.inc >> > IMAGE_FSTYPES = "jffs2 tar.gz" >> > >> > but i would suggest to use the default one :-) and to update tree >> > to catch latest mrmoku changes in Makefile. >> > >> > bye >> > >> > >> > _______________________________________________ >> > Shr-User mailing list >> > [email protected] >> > http://lists.shr-project.org/mailman/listinfo/shr-user >> >> -- >> uin:136542059 >> jid:[email protected]<jid%[email protected]> >> Jansa Martin >> sip:[email protected]<sip%[email protected]> >> JaMa >> _______________________________________________ >> Shr-User mailing list >> [email protected] >> http://lists.shr-project.org/mailman/listinfo/shr-user >> > > Thank you for your great tips, I'll try to rebuild now. > Thanks > d > I rebuilt it from scratch ("tabula rasa") and it seems i get a little further :) but still no image yer, here you are the last lines of the log: + curdir=/home/elijah/shr_build/shr-unstable + cd /home/elijah/shr_build/shr-unstable/tmp/rootfs/shr-lite-image + cd /home/elijah/shr_build/shr-unstable/tmp/rootfs/shr-lite-image/boot + ln -s uImage uImage-GTA02.bin + cd /home/elijah/shr_build/shr-unstable + log_check rootfs + set +x log_check: Using /home/elijah/shr_build/shr-unstable/tmp/work/om-gta02-oe-linux-gnueabi/shr-lite-image-2.0-r10/temp/log.do_rootfs.3085 as logfile log_check: There were error messages in the logfile log_check: Matched keyword: [Cannot find package] * gst-plugin-mad * gst-plugin-flac * gst-plugin-wavparse * gst-plugin-sid * * Cannot find package task-fso2-compliance. + export D=/home/elijah/shr_build/shr-unstable/tmp/rootfs/shr-lite-image log_check: There were error messages in the logfile log_check: Matched keyword: [Cannot satisfy the following dependencies] Collected errors: * ERROR: Cannot satisfy the following dependencies for task-fso2-compliance: * gst-plugin-mad * gst-plugin-flac * gst-plugin-wavparse * gst-plugin-sid * Another error and no idea how to solve this... I tried with "make image" again thinking I had some problems maybe in downloading some packages, but didn't helped... any hint? (you've been son kind so don't give it up now! ;) ) d
_______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
