Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | populate_sdk_qt5.bbclass: Fix symlink location for QtCreator use | Otavio Salvador | 2014-02-25 | 1 | -1/+1 |
| | | | | | | | | | The QtCreator is quite broken regarding finding the mkspecs files; so to workaround it we must to add a symlink to it. The workaround was in place but in the wrong sysroot, it must to be in the /native/ one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Jonathan Liu <net147@gmail.com> | ||||
* | populate_sdk_qt5.bbclass: Allow generation of toolchain | Otavio Salvador | 2014-02-11 | 1 | -0/+54 |
This allow the toolchain generation using '-c populate_sdk' as it includes the need host libraries into the SDK. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |