-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08-07-10 17:22, Hauser, Wolfgang (external) wrote: > Hello, I have found the problems of creating the toolchain > meta-toolchain-qte.bb (and my derived one) ! > > First problem: > > There is a conflict in packages "cups" and "libpam-base-files" (same file > "cups" in "/etc/pam.d" was deployed by the packages) this results in a > bailing out while installing the packages. > > My workaround was: local modified libpam-base-files w/o file "cups" in > "libpam-base-files/pam.d" > (does libpam-base-files really have to install this file and some other > package dependent ones ?)
Fixed: http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=81467a049f275dde815b000e25b704e9140c2440 > Second problem: > meta-toolchain-qte.bb contains following line in do_populate_sdk_append(): > > >script = "${SDK_OUTPUT}/${SDKPATH}/environment-setup"< > > this have to be changed to: > > >script="${SDK_OUTPUT}/${SDKPATH}/environment-setup"< > > because the code is used as shell commands and not as python code ! > > The issue above results in a call of "script" with arguments "=" and > "${SDK_OUTPUT}/${SDKPATH}/environment-setup". > "script" opens a "bash -i" and wait for commands. Therefore the processing > blocks until this shell exits. Fixed: http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=479ea460e4fbacd00f26a8903427e674a3b7501f > > Is there somebody out there having commit access who will fix that second > problem in org.openembedded.dev ? Sure :) Thanks for finding out these bugs! > > regards > Wolfgang Hauser > > -----Ursprüngliche Nachricht----- > Von: [email protected] > [mailto:[email protected]] Im Auftrag von > Holger Freyther > Gesendet: Donnerstag, 1. Juli 2010 14:51 > An: [email protected] > Betreff: Re: [oe] Creating a Own Tool chain, some referenced packages are not > included into the SDK archive > > On 06/29/2010 11:20 PM, Hauser, Wolfgang (external) wrote: >> Hello Holger Freyther, >> >> here are the diffs for my changes: >> >> diff of meta-toolchain-qte.bb <> meta-toolchain-xxx.bb > > sorry, this diff is not readable, please use a unified diff for the changes. > >> >> The qte toolchain has created properly, my own do not. > > So you say bitbake meta-toolchain-qte is working? > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFMNgbQMkyGM64RGpERAuenAJ4r9q5woSg6tZXCB9lPRAHgkGHpogCfZygX 9Ei0MyIj9zB/pNp+F9ik978= =LLyA -----END PGP SIGNATURE----- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
