aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/meta
AgeCommit message (Expand)Author
2010-05-18external-toolchain-csl: set the individual licesnes for packagesDenys Dmytriyenko
2010-04-30external-toolchain-csl: remove unnecessary global RPROVIDESDenys Dmytriyenko
2010-04-21meta-toolchain: add hook to install proper feedconfigs and add an extra check...Koen Kooi
2010-04-21meta-toolchain-qte: include QT version for angstromKoen Kooi
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
2010-04-12meta-toolchain-arago-dvsdk: convert to SOC_FAMILYKoen Kooi
2010-04-12meta-toolchain-dvsdk: replace with arago versionKoen Kooi
2010-04-12package-index: remove legacy stagingKoen Kooi
2010-03-25meta-toolchain: fix SDK_PATH resolving early by swapping quotingDenys Dmytriyenko
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
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
2010-02-19external-toolchain: Really accept toolchains built by meta-toolchain.bbBernhard Kaindl
2010-02-19external-toolchain-csl: add gconv/locale split magicDenys Dmytriyenko
2010-02-14meta-toolchain: Run rmdir only if empty dirs are actually found.Antonio Ospite
2010-02-03meta-toolchain: introduce TOOLCHAIN_TARGET_EXCLUDE to uninstall unneeded depsDenys Dmytriyenko
2009-11-16SlugOS: add owfs to the package feedsMike Westerhof
2009-11-12meta-toolchain-qte: Update prefix references -> SDKPATHRichard Purdie
2009-11-12meta-toolchain: Various corrections after the layout_* variable removal (from...Richard Purdie
2009-10-14angstrom: clean ups of the external toolchain supportDenys Dmytriyenko
2009-10-14angstrom: framework to select internal/external toolchain and brand (csl/gene...Denys Dmytriyenko
2009-10-14external-toolchain-csl: auto-package CSL toolchain of any versionDenys Dmytriyenko
2009-08-11meta-toolchain-qte: Set the QMAKESPEC...Holger Hans Peter Freyther
2009-08-11qt4: Make it possible to set the QMAKE_QT_CONFIG variableHolger Hans Peter Freyther
2009-08-11meta-toolchain-qte: Fix the paths to the helper utilitiesHolger Hans Peter Freyther
2009-08-09meta-toolchain-qte: Export some more pathsHolger Hans Peter Freyther
2009-08-02meta-toolchain-qte: Reorder the tasks to match other recipesHolger Hans Peter Freyther
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
2009-06-09meta-toolchain-qte: initial qt embedded toolchain versionIhar Hrachyshka
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
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 meta-toolchai...David Huggins-Daines
2009-04-06meta-toolchain-gpe-sbox: Drop task-sdk-gpephone (to match m-t-gpe), bump PRTom Rini
2009-04-06meta-toolchain, canadian-sdk: Move C++ headers into the correct location, bum...Tom Rini
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
-fetchuri'>paule/recipetool-fetchuri OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-using.xml
blob: b06058ffada352df374a66fd9cc16da6e40a13c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >

<chapter id='sdk-using'>

<title>Developing with an SDK</title>

<para>
    This chapter is going to cover all the SDK stuff that is common
    to both the SDK and the extensible SDK.
    We need to figure out what from the existing YP manual set can
    go into this chapter.
</para>

<section id='chap-two-section-one'>
    <title>Section One</title>

    <para>
        Some section of stuff here.
    </para>

    <section id='chap-two-section-one-one'>
        <title>Section One One</title>

        <para>
            Some section of stuff here.
        </para>
    </section>

    <section id='chap-two-section-one-two'>
        <title>Section One Two</title>

        <para>
            Some section of stuff here.
        </para>
    </section>
</section>

</chapter>
<!--
vim: expandtab tw=80 ts=4
-->