|
Re: Build external module against Yocto kernel
Or better yet, now that it is past initial, use http://www.yoctoproject.org/docs/1.4/kernel-dev/kernel-dev.html#incorporating-out-of-tree-modules. :)
It worked fine for 1.2 (denzil) for me, though it
Or better yet, now that it is past initial, use http://www.yoctoproject.org/docs/1.4/kernel-dev/kernel-dev.html#incorporating-out-of-tree-modules. :)
It worked fine for 1.2 (denzil) for me, though it
|
By
Brian Lloyd <blloyd@...>
·
#11528
·
|
|
Re: Build external module against Yocto kernel
Try this in work documentation and let us know how it helps or if there is something missing that would help
Try this in work documentation and let us know how it helps or if there is something missing that would help
|
By
Brian Lloyd <blloyd@...>
·
#11527
·
|
|
SDK environment LDFLAGS problem?
I used the meta-toolchain-sdk recipe to produce an SDK, and I installed it. Here's an interesting line from the environment setup script:
export LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu
I used the meta-toolchain-sdk recipe to produce an SDK, and I installed it. Here's an interesting line from the environment setup script:
export LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu
|
By
Patrick Turley <PatrickTurley@...>
·
#11525
·
|
|
[PATCH] [Bug #3963][eclipse-poky][branch:denzil]
- source oe-init-build-env each time a command is ran using yocto-bsp tool
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
.../sdk/remotetools/wizards/bsp/MainPage.java | 86
- source oe-init-build-env each time a command is ran using yocto-bsp tool
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
.../sdk/remotetools/wizards/bsp/MainPage.java | 86
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11526
·
|
|
[PATCH v3 5/5] Send output from bitbake environment parsing in the background
- after creating the project, the wizard should not block waiting for the environment to be populated and instead should be ran in the background
Signed-off-by: Ioana Grigoropol
- after creating the project, the wizard should not block waiting for the environment to be populated and instead should be ran in the background
Signed-off-by: Ioana Grigoropol
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11524
·
|
|
[PATCH v3 4/5] Disable "Finish" when project location is invalid
- when Bitbake project location is invalid, an error should be displayed and "finish" button disabled
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
- when Bitbake project location is invalid, an error should be displayed and "finish" button disabled
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11522
·
|
|
[PATCH v3 3/5] Reinstate OEFileSystem, OEFile and Ignored Paths for Linux
- OEFileSystem and OEFile were dropped due to the use of hardcoded scheme "oefs://" that stopped remote connection from working. There is a need to have a custom file system in order to skip indexing
- OEFileSystem and OEFile were dropped due to the use of hardcoded scheme "oefs://" that stopped remote connection from working. There is a need to have a custom file system in order to skip indexing
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11523
·
|
|
[PATCH v3 2/5] Allow '-' in project names
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
.../yocto/bc/ui/wizards/install/OptionsPage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
.../yocto/bc/ui/wizards/install/OptionsPage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11521
·
|
|
[PATCH v3 1/5] Fix variables hoover & remote file system detection
- initialize bitbake session for recipe:
- when starting a new project, the session environment variables are obtained by calling "bitbake -e"
- when a new recipe is created and edited, the session
- initialize bitbake session for recipe:
- when starting a new project, the session environment variables are obtained by calling "bitbake -e"
- when a new recipe is created and edited, the session
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11520
·
|
|
[PATCH v3 0/5][eclipse-poky][branch:windows-build]Multiple fixes
- applies onto commit 5a27bb1f9e45f0a9408453f9e7e70cc333b97afe (windows-build HEAD)
Ioana Grigoropol (5):
Fix variables hoover & remote file system detection
Allow '-' in project names
- applies onto commit 5a27bb1f9e45f0a9408453f9e7e70cc333b97afe (windows-build HEAD)
Ioana Grigoropol (5):
Fix variables hoover & remote file system detection
Allow '-' in project names
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11519
·
|
|
[PATCH v2 5/5] Send output from bitbake environment parsing in the background
- after creating the project, the wizard should not block waiting for the environment to be populated and instead should be ran in the background
Signed-off-by: Ioana Grigoropol
- after creating the project, the wizard should not block waiting for the environment to be populated and instead should be ran in the background
Signed-off-by: Ioana Grigoropol
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11518
·
|
|
[PATCH v2 4/5] Disable "Finish" when project location is invalid
- when Bitbake project location is invalid, an error should be displayed and "finish" button disabled
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
- when Bitbake project location is invalid, an error should be displayed and "finish" button disabled
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11517
·
|
|
[PATCH v2 3/3] Send output from bitbake environment parsing in the background
- after creating the project, the wizard should not block waiting for the environment to be populated and instead should be ran in the background
Signed-off-by: Ioana Grigoropol
- after creating the project, the wizard should not block waiting for the environment to be populated and instead should be ran in the background
Signed-off-by: Ioana Grigoropol
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11516
·
|
|
[PATCH v2 3/5] Reinstate OEFileSystem, OEFile and Ignored Paths for Linux
- OEFileSystem and OEFile were dropped due to the use of hardcoded scheme "oefs://" that stopped remote connection from working. There is a need to have a custom file system in order to skip indexing
- OEFileSystem and OEFile were dropped due to the use of hardcoded scheme "oefs://" that stopped remote connection from working. There is a need to have a custom file system in order to skip indexing
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11515
·
|
|
[PATCH v2 2/3] Disable "Finish" when project location is invalid
- when Bitbake project location is invalid, an error should be displayed and "finish" button disabled
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
- when Bitbake project location is invalid, an error should be displayed and "finish" button disabled
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11514
·
|
|
[PATCH v2 2/5] Allow '-' in project names
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
.../yocto/bc/ui/wizards/install/OptionsPage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
.../yocto/bc/ui/wizards/install/OptionsPage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11512
·
|
|
[PATCH v2 1/3] Reinstate OEFileSystem, OEFile and Ignored Paths for Linux
- OEFileSystem and OEFile were dropped due to the use of hardcoded scheme "oefs://" that stopped remote connection from working. There is a need to have a custom file system in order to skip indexing
- OEFileSystem and OEFile were dropped due to the use of hardcoded scheme "oefs://" that stopped remote connection from working. There is a need to have a custom file system in order to skip indexing
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11513
·
|
|
[PATCH v2 1/5] Fix variables hoover & remote file system detection
- initialize bitbake session for recipe:
- when starting a new project, the session environment variables are obtained by calling "bitbake -e"
- when a new recipe is created and edited, the session
- initialize bitbake session for recipe:
- when starting a new project, the session environment variables are obtained by calling "bitbake -e"
- when a new recipe is created and edited, the session
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11511
·
|
|
[PATCH v2 0/5][eclipse-poky][branch:windows-build]Multiple fixes
- applies onto commit 27bb1f9e45f0a9408453f9e7e70cc333b97afe
Ioana Grigoropol (5):
Fix variables hoover & remote file system detection
Allow '-' in project names
Reinstate OEFileSystem, OEFile
- applies onto commit 27bb1f9e45f0a9408453f9e7e70cc333b97afe
Ioana Grigoropol (5):
Fix variables hoover & remote file system detection
Allow '-' in project names
Reinstate OEFileSystem, OEFile
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11510
·
|
|
librt within Yocto Recipe (beagle)
I'm working with Beagleboard right now, stock top of tree from Yocto
pull. GCC 4.7.2 builds fine.
I am able to use tools built during this process to link with librt
(-lrt) (as librt is in), but
I'm working with Beagleboard right now, stock top of tree from Yocto
pull. GCC 4.7.2 builds fine.
I am able to use tools built during this process to link with librt
(-lrt) (as librt is in), but
|
By
Thomas Besemer
·
#11509
·
|