summaryrefslogtreecommitdiffstats
path: root/recipes/meta
AgeCommit message (Collapse)Author
2009-11-16SlugOS: add owfs to the package feedsMike Westerhof
2009-11-12meta-toolchain-qte: Update prefix references -> SDKPATHRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12meta-toolchain: Various corrections after the layout_* variable removal ↵Richard Purdie
(from Poky) * Drop the inherit sdk since it only gains us a single path and a world of pain. * Fix up paths to use SDKPATH instead of prefix. * Drop layout_* variable usage * Correct opkg control file locations Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-14angstrom: clean ups of the external toolchain supportDenys Dmytriyenko
2009-10-14angstrom: framework to select internal/external toolchain and brand ↵Denys Dmytriyenko
(csl/generic for now)
2009-10-14external-toolchain-csl: auto-package CSL toolchain of any versionDenys Dmytriyenko
Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-08-11meta-toolchain-qte: Set the QMAKESPEC...Holger Hans Peter Freyther
And finally we have a working SDK (tm).
2009-08-11qt4: Make it possible to set the QMAKE_QT_CONFIG variableHolger Hans Peter Freyther
this way we will find the qconfig.pri and all library names will be set correctly. This means that the SDK is usable to compile Qt applications out of the box.
2009-08-11meta-toolchain-qte: Fix the paths to the helper utilitiesHolger Hans Peter Freyther
They are directly copied into bin/ and not usr/bin. Change the script to point to the correct location.
2009-08-09meta-toolchain-qte: Export some more pathsHolger Hans Peter Freyther
Export RCC, UIC3, DBUSXML2CPP, DBUSCPP2XML environment variables. This is based on a patch from Ihar Hrachyshka. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2009-08-02meta-toolchain-qte: Reorder the tasks to match other recipesHolger Hans Peter Freyther
Cleanup on the meta-toolchain-qte. Set the variables before rquiring meta-toolchain.
2009-06-24meta-toolchain: Oops, we want layout_libdir not layout_base_libdir for opkgTom Rini
2009-06-19meta-toolchain: Use ${layout_base_libdir} not usr/lib for opkg.Tom Rini
2009-06-19Make package_update_index_ipk proper task with lockingRoman I Khimov
Parallel image builds race in package_update_index_ipk, so locking is needed and for a proper lock package_update_index_ipk needs to be a proper task. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-09meta-toolchain-qte: initial qt embedded toolchain versionIhar Hrachyshka
This version doesn't include qt tools yet so it is not ready to create crossed qt applications. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-05-27nylon-feed: removed usbutils from nylon feedMartin Dietze
2009-05-20Nylon-feed: UpdatesMartin Dietze
2009-05-10SlugOS: remove bluez 3 from the package feeds; won't build with newerMike Westerhof
kernel headers.
2009-05-01Unslung: Removed all trace of the unslung distro from OERod Whitby
2009-04-25SlugOS: packages - deprecate ctrlproxy, depends on unstaged tbd.h (samba)Mike Westerhof
2009-04-17canadian-sdk: Synchronize (to some extent) canadian-sdk.bb with ↵David Huggins-Daines
meta-toolchain.bb. Unlike meta-toolchain, it does not build an -extras package.
2009-04-06meta-toolchain-gpe-sbox: Drop task-sdk-gpephone (to match m-t-gpe), bump PRTom Rini
Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-06meta-toolchain, canadian-sdk: Move C++ headers into the correct location, ↵Tom Rini
bump PR A gcc that has sysroot support expects that the default C++ headers (iostream, etc) are in <toolchain prefix>/include/c++ while regular C headers are still in <toolchain prefix>/usr/include. Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-03-31neuros: replace qt-embedded by qt4-embeddedJeremy Lainé
2009-03-21slugos-packages: demote irrsi - won't build with newer libtool.Mike Westerhof
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>