aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-extras/recipes-core/meta/meta-toolchain-arago-qte.bb
AgeCommit message (Collapse)Author
2013-06-07meta-toolchain-arago: Fix mkspecs and qt.conf for Qt CreatorFranklin S. Cooper Jr
* Needed to adjust the location of the mkspecs and update the Prefix option in qt.conf for Qt Creator to properly detect the Qt installation within the SDK. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-05-31meta-toolchain-arago-qte: fix the mkspecs symlinkDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-05-02Merge branch 'linaro-hardfp'Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Conflicts: meta-arago-distro/conf/distro/arago.conf meta-arago-extras/recipes-core/meta/meta-toolchain-arago-qte.bb
2013-04-26meta-toolchain-arago-qte: Add OE_QMAKE_STRIP environment variableFranklin S. Cooper Jr
* This variable was included in the environment-setup file in the 05.05.01 SDK. * Not including this variable resulted in problems when running make install for Qt applications. * A customer reported this issue on TI's forums: e2e.ti.com/support/arm/sitara_arm/f/791/t/244849.aspx Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-19meta-toolchain-arago*: simplify few things for extending devkit recipesDenys Dmytriyenko
* Add canadian-cross packagegroup automatically once * Introduce TOOLCHAIN_SUFFIX for easy unified SDK naming * Make variable assignments conditional before including base Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-16meta-toolchain-arago*: update env and relocation scripts to new devkit structureDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-15meta-toolchain-arago*: use ${bindir_nativesdk} instead of /bin, bump PRDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-15meta-toolchain-arago*: fix where SDKPATH should really be SDKPATHNATIVEDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-01-30recipes: task class was renamed to packagegroup, nativesdk changed from ↵Denys Dmytriyenko
suffix to prefix * Global replace from task to packagegroup, make nativesdk to prefix in corresponding recipes * Small other updates and cleanups in task/packagegroup and image/meta recipes Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-13meta-toolchain-arago-qte: Fix mkspecs locationFranklin S. Cooper Jr
* Mkspecs symbolic link was previously being placed way out side of the toolchain sdk directory. * Create the mkspecs symbolic link inside of the toolchain sdk directory. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-06meta-toolchain-arago-qte: de-bashify...Denys Dmytriyenko
Point QMAKE CC/CXX vars to the corresponding main ones for the SDK. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-06meta-toolchain-arago-qte: use consistent indentation for shell codeDenys Dmytriyenko
This recipe appends to the main shell function from meta-toolchain-arago, which uses tabs for indentation, so use tabs here as well. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-06meta-toolchain-arago-qte: Add force option to symbolic link commandFranklin S. Cooper Jr
* Once the mkspecs file is created any subsequential build will fail due to a "ln: creating symbolic link `mkspecs': File exists" error when trying to create a symbolic link that already exist. * Add the -f option which removes existing symbolic links allowing a new one to be created. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-06meta-toolchain-arago-qte: Add qt.conf fileFranklin S. Cooper Jr
* Qt Creator has issues finding Qt libraries and include files when these files aren't in the location it expects these files to be in. * The qt.conf file is used to point Qt Creator to the proper location of these files. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-06meta-toolchain-arago-qte: Fix Qt library and include files pathFranklin S. Cooper Jr
* Within the toolchain sdk the Qt library files are located at SDK_PATH/arm-arago-linux-gnueabi/usr/lib not at SDK_PATH/usr/lib. The Qt include files are located in a similar location but instead of /usr/lib it is located at /usr/include. * This commit points qmake to the proper location of these Qt library and include files. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-10-31meta-toolchain-arago-qte: make environment-setup relocatableDenys Dmytriyenko
Update changes to the environment-setup script similar to the base meta-toolchain-arago Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-10-30meta-toolchain-arago-qte: add arago customized versions for target task and ↵Denys Dmytriyenko
base meta-toolchain Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-10-26meta-toolchain-arago-qte: Qt/E based Arago SDK recipeDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>