|
[PATCH] grubtarget.py: Change 'test' GRUB entry selection method
Using character combinations for <arrow down> to select the test image will not always work.
Using the '--hotkey x' option added to the 'test' GRUB menuentry to select the 'test' GRUB
Using character combinations for <arrow down> to select the test image will not always work.
Using the '--hotkey x' option added to the 'test' GRUB menuentry to select the 'test' GRUB
|
By
Corneliu Stoicescu <corneliux.stoicescu@...>
·
#20357
·
|
|
Re: Adding a shared object file to rootfs
I tried to add the abc.so using a linux-yocto_3.4.bbappend like the following
SRC_URI += “file://abc.so”
do_install_append() {
install -d ${D}${base_libdir}
I tried to add the abc.so using a linux-yocto_3.4.bbappend like the following
SRC_URI += “file://abc.so”
do_install_append() {
install -d ${D}${base_libdir}
|
By
B.Sathish Kumar
·
#20360
·
|
|
[ANNOUNCEMENT] Yocto Project 1.6.1 Released
Hello,
The latest point release of the Yocto Project, 1.6.1 (daisy 11.0.1) is
now available for download
Hello,
The latest point release of the Yocto Project, 1.6.1 (daisy 11.0.1) is
now available for download
|
By
Flanagan, Elizabeth <elizabeth.flanagan@...>
·
#20359
·
|
|
Adding a shared object file to rootfs
Hi,
I have a file abc.so
How can I add just this abc.so to /lib in rootfs using a recipe ?
Hi,
I have a file abc.so
How can I add just this abc.so to /lib in rootfs using a recipe ?
|
By
B.Sathish Kumar
·
#20358
·
|
|
Yocto Full Pass test report for 1.7_M1.rc1
Hello,
Here is the Yocto 1.7_M1.rc1 test report. During this test run we have added two no sets of test runs, focusing on testing the profiling tools onqemuarm andqemuppc. Among the tests, lttng,
Hello,
Here is the Yocto 1.7_M1.rc1 test report. During this test run we have added two no sets of test runs, focusing on testing the profiling tools onqemuarm andqemuppc. Among the tests, lttng,
|
By
Georgescu, Alexandru C <alexandru.c.georgescu@...>
·
#20356
·
|
|
do_populate_sdk error
Hello,
I ran into an error during do_populate_sdk
ERROR: Unable to install packages. Command '/yocto-daisy/build/tmp/sysroots/i686-linux/usr/bin/apt-get install --force-yes --allow-unauthenticated
Hello,
I ran into an error during do_populate_sdk
ERROR: Unable to install packages. Command '/yocto-daisy/build/tmp/sysroots/i686-linux/usr/bin/apt-get install --force-yes --allow-unauthenticated
|
By
mareczek <mareczek6415@...>
·
#20355
·
|
|
Re: [PATCH] documentation: update git version requirement
Thanks - I have applied this.
Scott
Thanks - I have applied this.
Scott
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#20354
·
|
|
Re: git://git.yoctoproject.org/poky issues, meta-clanton_v1.0.0, from behind firewall
Sorry for the noise.
Finally resolved by finding a "SOCKS5 proxy" (luckily there was one
available) and changing -Xconnect to -X5. For some reason the HTTP
proxy wasn't good
Sorry for the noise.
Finally resolved by finding a "SOCKS5 proxy" (luckily there was one
available) and changing -Xconnect to -X5. For some reason the HTTP
proxy wasn't good
|
By
Krzysztof Czarnowski <khczarnowski@...>
·
#20353
·
|
|
[PATCH] documentation: update git version requirement
From: "Maxin B. John" <maxin.john@...>
git version 1.7.8 added the --list option to git-branch. Since we depend
on this option in git.py, the minimum requiremnt for git should be updated
to Git
From: "Maxin B. John" <maxin.john@...>
git version 1.7.8 added the --list option to git-branch. Since we depend
on this option in git.py, the minimum requiremnt for git should be updated
to Git
|
By
maxin@...
·
#20352
·
|
|
[meta-security][PATCH] meta-security: Add Maintainers
Add Maintainers statement to README and add self to list.
Signed-off-by: Armin Kuster <akuster@...>
---
README | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/README
Add Maintainers statement to README and add self to list.
Signed-off-by: Armin Kuster <akuster@...>
---
README | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/README
|
By
Armin Kuster
·
#20351
·
|
|
Re: meta-security
It's probably me, but I would welcome someone else to help with.
Sau!
It's probably me, but I would welcome someone else to help with.
Sau!
|
By
Saul Wold <sgw@...>
·
#20350
·
|
|
meta-security
Hello,
Is there a maintainer for meta-secruity? There is no one listed in the README nor where to submitted patches.
Can someone shed some light on this ?
regards,
Armin
Hello,
Is there a maintainer for meta-secruity? There is no one listed in the README nor where to submitted patches.
Can someone shed some light on this ?
regards,
Armin
|
By
Armin Kuster
·
#20349
·
|
|
Re: python tkinter dependencies
Hi
It worked for me in my build env after trying several things.
I did setup a new yocto some while ago and actually had the same problems again.
There is a patch in python about tkinter
Hi
It worked for me in my build env after trying several things.
I did setup a new yocto some while ago and actually had the same problems again.
There is a patch in python about tkinter
|
By
Jens Lucius <jenslucius@...>
·
#20373
·
|
|
python tkinter dependencies
The python-tkinter module requires _tkinter. A result from a websearch
suggested that I needed to make sure tk (from meta-oe/meta-oe) and tcl
were installed before compiling python.
I added a DEPENDS
The python-tkinter module requires _tkinter. A result from a websearch
suggested that I needed to make sure tk (from meta-oe/meta-oe) and tcl
were installed before compiling python.
I added a DEPENDS
|
By
Jate Sujjavanich
·
#20348
·
|
|
regarding : [PATCH] libcap-ng: resolved issue related with LONG_BIT definition.
There was a patch posted on April 7th ( sorry don't have original email)
From: "Alexandru.Vaduva" <Alexandru.Vaduva at enea.com>The problem is well known for 64 bits architectures and the
There was a patch posted on April 7th ( sorry don't have original email)
From: "Alexandru.Vaduva" <Alexandru.Vaduva at enea.com>The problem is well known for 64 bits architectures and the
|
By
Armin Kuster
·
#20347
·
|
|
adding libevent recipe
Hi,
I am trying to add libevent to my current image. I added the line IMAGE_INSTALL_append = " libevent" in my local.conf with a path to meta in my bblayers .conf file, but when I load the image, I
Hi,
I am trying to add libevent to my current image. I added the line IMAGE_INSTALL_append = " libevent" in my local.conf with a path to meta in my bblayers .conf file, but when I load the image, I
|
By
LC Mac <lchristina26@...>
·
#20346
·
|
|
Re: Understanding "Package groups"
Hi Stefan,
You probably have found the explanation on package groups in the reference manual [1].
Package groups are recipes with the sole purpose to create dependencies to simplify image creation. A
Hi Stefan,
You probably have found the explanation on package groups in the reference manual [1].
Package groups are recipes with the sole purpose to create dependencies to simplify image creation. A
|
By
Rudolf Streif <rstreif@...>
·
#20345
·
|
|
Understanding "Package groups"
Hi,
I made my first steps with yocto and everything worked fine so far. But now I am struggling with "package groups". What I basically want, is a image for a base system, which allows me to install
Hi,
I made my first steps with yocto and everything worked fine so far. But now I am struggling with "package groups". What I basically want, is a image for a base system, which allows me to install
|
By
Stefan Hofmann <stefan.hofmann@...>
·
#20343
·
|
|
Re: Can't add shared libraries into final image
Thanks Nicolas
You're right. Now if you don't know ...
Thanks Nicolas
You're right. Now if you don't know ...
|
By
Py Mordret
·
#20342
·
|
|
Re: Can't add shared libraries into final image
<pierre-yves.mordret@...> wrote:
The -dev package is processed first during the packaging, so even
though you try to add the .so in the main package, the files will be
packaged in -dev first. you
<pierre-yves.mordret@...> wrote:
The -dev package is processed first during the packaging, so even
though you try to add the .so in the main package, the files will be
packaged in -dev first. you
|
By
Nicolas Dechesne <nicolas.dechesne@...>
·
#20341
·
|