aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/meta
AgeCommit message (Collapse)Author
2010-04-12meta-toolchain-arago-dvsdk: convert to SOC_FAMILYKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12meta-toolchain-dvsdk: replace with arago versionKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-12package-index: remove legacy stagingKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-03-25meta-toolchain: fix SDK_PATH resolving early by swapping quotingDenys Dmytriyenko
http://thread.gmane.org/gmane.comp.handhelds.openembedded/31484 Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-24SlugOS: slugos-packages.bb - update to accomodate removal of e2fsprogs-libsMike Westerhof
2010-03-01meta-toolchain: Show the host system in toolchain archive nameAntonio Ospite
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-02-22external-toolchain-csl: add the list of supported localesDenys Dmytriyenko
2010-02-19meta-toolchain: make SDK relocatable by using $SDK_PATH var in env setup scriptDenys Dmytriyenko
Do not hard-code SDK location into all the libtool's .la files and other libtool, pkg-config and opkg service variables and aliases. Use $SDK_PATH environment variable instead, which is set once in the main environment-setup script, allowing easy SDK relocation by adjusting a single variable. This patch does not address gcc relocatability, if any. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-02-19external-toolchain: Really accept toolchains built by meta-toolchain.bbBernhard Kaindl
external-toolchain-generic, external-toolchain: * The current external-toolchain recipes which are documented to accept toolchains built by meta-toolchain actually do not accept such because they expect ${prefix}/package-status to exist which is provieded by the poky toolchains but not the current OE meta-toolchain package. Fix this by also looking for ${prefix}/usr/lib/opkg/status, which is the package-status file of the OE meta-toolchain package. * Also change the error message which is shown when neither file is found more explicit. Cc: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Bernhard Kaindl <bernhard.kaindl@gmx.net> Acked-by: Denys Dmytriyenko <denis@denix.org> external-toolchain-generic.bb | 4 ++-- external-toolchain.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
2010-02-19external-toolchain-csl: add gconv/locale split magicDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-02-14meta-toolchain: Run rmdir only if empty dirs are actually found.Antonio Ospite
Prevent a failure in do_populate_sdk when there are no empty directories: /bin/rmdir: missing operand Try `/bin/rmdir --help' for more information. See also http://tinderbox.openembedded.net/packages/478437/ Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-02-03meta-toolchain: introduce TOOLCHAIN_TARGET_EXCLUDE to uninstall unneeded depsDenys Dmytriyenko
TOOLCHAIN_TARGET_EXCLUDE is a list of packages to uninstall from the target portion of meta-toolchain/SDK, which were brought as dependencies, but not needed in the SDK. Useful to have only relevant libPKG and PKG-dev packages with libs and headers installed, while keeping the main PKG package with binaries out. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
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>