|
Re: beginner question regarding config.in syntax: msg#00121t2.devel
Welcome on the T2 SDE list :-) Harmuth, Florian wrote: The package metadata / selection is processed with this rules. The raw listing can be obtained with: scripts/Create-PkgList x86 But one usually would not do so, despite core script debugging. Note that modern targets do not use cryptic Unix tool magic for the selection but rather plain/text files, such as: target/rescue/pkgsel: O * # unless otherwise noted below X 00-dirtree X sysfiles ... Where X is select and O deselect. The new rules even allow including selection templates as the desktop target does: target/desktop/pkgsel: # let's reuse a reliable base include target/generic/pkgsel/50-minimal-desktop.in Only more complex, purely embedded etc. target still rely on sed to tweak details, such as to only build the compiler toolchain for the build host, not the target: target/embedded/config.in: ... # we need those for some broken packages that need updating / automake / { s,^. [^ ]*,X 0---------,; p; d; } / libtool / { s,^. [^ ]*,X 0---------,; p; d; } .. Any question is welcome, just ask! -- René Rebe - ExactCODE GmbH - Europe, Germany, Berlin Geschäftsführer: Susanne Klaus, René Rebe Sitz: Berlin, Amtsgericht Charlottenburg HRB 105 123 B USt-IdNr.: DE251602478 http://exactcode.de | http://t2-project.org | http://rene.rebe.name ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to lists@xxxxxxxxxxxxxx with a subject of: unsubscribe t2 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: beginner question regarding config.in syntax: 00121, René Rebe |
|---|---|
| Next by Date: | New package asn1c: 00121, Marian Aldenhövel |
| Previous by Thread: | Re: beginner question regarding config.in syntaxi: 00121, René Rebe |
| Next by Thread: | Re: beginner question regarding config.in syntax: 00121, Harmuth\, Florian |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |