|
Eclipse Yocto Plugin: Preference Profile "Save As..."-Button not working
Please file a bug in Bugzilla. Thanks, Jessica
Please file a bug in Bugzilla. Thanks, Jessica
|
By
Zhang, Jessica
· #26441
·
|
|
[eclipse][PATCH] plugins/cmake: Add sysroot specific include paths
Pulled into eclipse-poky-kepler master. Thanks for the contribution! - Jessica
Pulled into eclipse-poky-kepler master. Thanks for the contribution! - Jessica
|
By
Zhang, Jessica
· #19794
·
|
|
[eclipse][PATCH 0/2] Add oecore sysroot variable to CMAKE_FIND_ROOT_PATH
Pulled into eclipse-poky-kepler master. Thanks for the contribution! - Jessica
Pulled into eclipse-poky-kepler master. Thanks for the contribution! - Jessica
|
By
Zhang, Jessica
· #19793
·
|
|
[eclipse][PATCH 0/4] Add cmake error to build failure dialog
Pulled into eclipse-poky-kepler master. Thanks for the contribution! - Jessica
Pulled into eclipse-poky-kepler master. Thanks for the contribution! - Jessica
|
By
Zhang, Jessica
· #19792
·
|
|
Eclipse CMake Errors
Could you please file a bug for this in yocto project bugzilla? Thanks, Jessica
Could you please file a bug for this in yocto project bugzilla? Thanks, Jessica
|
By
Zhang, Jessica
· #19545
·
|
|
Eclipse+Webos
Hi Sergei, Are you talking about importing webos meta data? You can try to do a local clone of the webos, then in Eclipse create a bitbake commander project. For the project locations, enter the direc
Hi Sergei, Are you talking about importing webos meta data? You can try to do a local clone of the webos, then in Eclipse create a bitbake commander project. For the project locations, enter the direc
|
By
Zhang, Jessica
· #18822
·
|
|
Full Pass report Yocto 1.6_M3.rc2 build
Hi Alex, Are we still generating WDD and WDD+ chart? Jessica
Hi Alex, Are we still generating WDD and WDD+ chart? Jessica
|
By
Zhang, Jessica
· #18230
·
|
|
[eclipse-poky-kepler][PATCH] Fix cloning for a Bitbake Commander Project
Merged to eclipse-poky-kepler master. Thanks, Jessica
Merged to eclipse-poky-kepler master. Thanks, Jessica
|
By
Zhang, Jessica
· #18177
·
|
|
Problem with 'reconfigure project' in Eclipse with ADT Yocto Plugin
Hi Rich, What is your setting in the Windows->References->Yocto Project ADT setting, did you specify your toolchain correctly there? Also, now the configuration are profile based, so for your project,
Hi Rich, What is your setting in the Windows->References->Yocto Project ADT setting, did you specify your toolchain correctly there? Also, now the configuration are profile based, so for your project,
|
By
Zhang, Jessica
· #18108
·
|
|
adt install not working
Hi Bill, Is your distro Fedora or Ubuntu? For Fedora, try “yum install autoconf” for Ubuntu, try “sudo apt-get install dh-autoreconf”. BTW, please provide info on which version of adt-installer that y
Hi Bill, Is your distro Fedora or Ubuntu? For Fedora, try “yum install autoconf” for Ubuntu, try “sudo apt-get install dh-autoreconf”. BTW, please provide info on which version of adt-installer that y
|
By
Zhang, Jessica
· #17830
·
|
|
Bitbake Commander Content Assist on bbappend files
Could one of you please file a bug in bugzilla to track the issue? Thanks, Jessica
Could one of you please file a bug in bugzilla to track the issue? Thanks, Jessica
|
By
Zhang, Jessica
· #17043
·
|
|
problems with yocto eclipse ADT and beaglebone
Hi Larry, Is it latest eclipse plug-in you’re using is the 1.5 release? I’d expect our QA should test the scenario of build derived toolchain usage case and reported issue. Anyhow, I’m traveling atm a
Hi Larry, Is it latest eclipse plug-in you’re using is the 1.5 release? I’d expect our QA should test the scenario of build derived toolchain usage case and reported issue. Anyhow, I’m traveling atm a
|
By
Zhang, Jessica
· #16692
·
|
|
[PATCH] [eclipse-poky-juno] sdk.remotetools: use xterm for latencytop
Hi Tudor, I fixed the issue with the following approach which is more consistent for class inheritance and overriding: http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky-kepler/commit/?id=dbf dae3
Hi Tudor, I fixed the issue with the following approach which is more consistent for class inheritance and overriding: http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky-kepler/commit/?id=dbf dae3
|
By
Zhang, Jessica
· #16488
·
|
|
[eclipse-poky] Issue in TerminalHandler
The TerminalHandler is used across board, if it’s just some special case for latencytop, can you just change the latencytop usage from vt100 to xterm?
The TerminalHandler is used across board, if it’s just some special case for latencytop, can you just change the latencytop usage from vt100 to xterm?
|
By
Zhang, Jessica
· #16269
·
|
|
Yocto Bitbake Commander New Project Bug
This is a bug that due to upstream code. To avoid the bug, don't use the directory to host the poky directory under workspace or ~/runtime-Eclipse, but instead use your home directory $HOME... Also, a
This is a bug that due to upstream code. To avoid the bug, don't use the directory to host the poky directory under workspace or ~/runtime-Eclipse, but instead use your home directory $HOME... Also, a
|
By
Zhang, Jessica
· #16268
·
|
|
Problems with the ADT installation
Please see my answer below…
Please see my answer below…
|
By
Zhang, Jessica
· #16203
·
|
|
Problems with the ADT installation
Hi Dusty, The prerequisite for eglibc-devel are for running a yocto build on your host. adt-installer is for setup the cross development environment for application development so it’s not the tool to
Hi Dusty, The prerequisite for eglibc-devel are for running a yocto build on your host. adt-installer is for setup the cross development environment for application development so it’s not the tool to
|
By
Zhang, Jessica
· #16199
·
|
|
[eclipse-poky][PATCH] plugins/cmake: Added warning dialog on missing cmake
Merged to both eclipse-poky-kepler and eclipse-poky-juno master. Thanks, Jessica
Merged to both eclipse-poky-kepler and eclipse-poky-juno master. Thanks, Jessica
|
By
Zhang, Jessica
· #16078
·
|
|
Error building meta-ide-support; 'SNDCTL_DSP_MAPINBUF' undeclared here
Hi Bryan, Probably the simplest way is to archive your whole project directory and for other user, they can import them to workspace, then do reconfigure and rebuild based on their cross toolchain set
Hi Bryan, Probably the simplest way is to archive your whole project directory and for other user, they can import them to workspace, then do reconfigure and rebuild based on their cross toolchain set
|
By
Zhang, Jessica
· #15570
·
|
|
Using boost in the cross compiler environment
Hi Siva, 1st Follow the developer manual to add boost library to your image. Then do “bitbake your-image-with-boost –c populate_sdk”, it’ll generate a SDK tarball for you that contains cross toolchain
Hi Siva, 1st Follow the developer manual to add boost library to your image. Then do “bitbake your-image-with-boost –c populate_sdk”, it’ll generate a SDK tarball for you that contains cross toolchain
|
By
Zhang, Jessica
· #15507
·
|