Age | Commit message (Collapse) | Author |
|
* 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>
|
|
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
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
|
|
* 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>
|
|
* 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>
|
|
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
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>
|
|
* 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>
|
|
Point QMAKE CC/CXX vars to the corresponding main ones for the SDK.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
Update changes to the environment-setup script similar to the base meta-toolchain-arago
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
base meta-toolchain
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
|
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|