|
error while menuconfig
Hello guys
I am new to this world and i am enjoying it for the past week.
I have the imx233 olinuxino maxi and decider to make a very tiny system for it so i choose yocto. The other reason is that i
Hello guys
I am new to this world and i am enjoying it for the past week.
I have the imx233 olinuxino maxi and decider to make a very tiny system for it so i choose yocto. The other reason is that i
|
By
Gnichi Mohamed <gnichimed@...>
·
#20461
·
|
|
Re: crossbuild for arm :FFPLAY not build
Not that I've been building ffmpeg et.al. myself, but:
* Natural Groove <natural_groove@...> [140710 11:04]:
If this is what you have in your recipe, I'm not surprised that it
doesn't work. As
Not that I've been building ffmpeg et.al. myself, but:
* Natural Groove <natural_groove@...> [140710 11:04]:
If this is what you have in your recipe, I'm not surprised that it
doesn't work. As
|
By
Anders Darander
·
#20460
·
|
|
Re: crossbuild for arm :FFPLAY not build
Check config.log to see why --enable-ffplay doesn't work ?
Remove the do_configure ()?
// Robert
Check config.log to see why --enable-ffplay doesn't work ?
Remove the do_configure ()?
// Robert
|
By
Robert Yang
·
#20459
·
|
|
yocto build taking too long time
When i run command bitbake core-image-minimalm my build stops at
NOTE: Preparing runqueue
and after taking too long time it continues again.
Is build checks anything at that point?
Thanks,
Jags
When i run command bitbake core-image-minimalm my build stops at
NOTE: Preparing runqueue
and after taking too long time it continues again.
Is build checks anything at that point?
Thanks,
Jags
|
By
jags
·
#20458
·
|
|
crossbuild for arm :FFPLAY not build
Hi,
Im trying to crossbuild ffmpeg for arm (colibri-t20).
I wrote a simplest recipe in order to achieve this, but even if ffmpeg, ffprobe and ffserver are build, ffplay isnt, i first thought that i
Hi,
Im trying to crossbuild ffmpeg for arm (colibri-t20).
I wrote a simplest recipe in order to achieve this, but even if ffmpeg, ffprobe and ffserver are build, ffplay isnt, i first thought that i
|
By
Natural Groove <natural_groove@...>
·
#20457
·
|
|
Issue with Python include directives
Hi,
I am trying to build gpsd-2.95 for ARM 32-bit using Yocto on a Ubuntu 12.04.4 64-Bit machine
I got the following compilation error
| arm-poky-linux-gnueabi-gcc -march=armv7-a
Hi,
I am trying to build gpsd-2.95 for ARM 32-bit using Yocto on a Ubuntu 12.04.4 64-Bit machine
I got the following compilation error
| arm-poky-linux-gnueabi-gcc -march=armv7-a
|
By
B.Sathish Kumar
·
#20456
·
|
|
[PATCH 1/1] dbus update to 1.8.6 (CVE-2014-3532)
Version update for fixing two DoS vulnerabilities in dbus-daemon (CVE-2014-3532).
[LXCR-3405]
Signed-off-by: Daniel BORNAZ <daniel.bornaz@...>
---
.../dbus/dbus-glib-0.102/no-examples.patch
Version update for fixing two DoS vulnerabilities in dbus-daemon (CVE-2014-3532).
[LXCR-3405]
Signed-off-by: Daniel BORNAZ <daniel.bornaz@...>
---
.../dbus/dbus-glib-0.102/no-examples.patch
|
By
Daniel BORNAZ <daniel.bornaz@...>
·
#20455
·
|
|
Re: Environment Variables being unset by bitbake?
<allen@...> wrote:
by the way, this is not a bug, and doesn't need to be 'fixed'. this is
purposely done this way to avoid leaking too much information from
your environment into the
<allen@...> wrote:
by the way, this is not a bug, and doesn't need to be 'fixed'. this is
purposely done this way to avoid leaking too much information from
your environment into the
|
By
Nicolas Dechesne <nicolas.dechesne@...>
·
#20454
·
|
|
Re: unable to get checksum SRC_URI file could not be found
It can't find the dont.call.git.rev-parse.on.parent.dir.patch, there should
be a line like:
SRC_URI ="file://dont.call.git.rev-parse.on.parent.dir.patch"
Try to grep
It can't find the dont.call.git.rev-parse.on.parent.dir.patch, there should
be a line like:
SRC_URI ="file://dont.call.git.rev-parse.on.parent.dir.patch"
Try to grep
|
By
Robert Yang
·
#20453
·
|
|
unable to get checksum SRC_URI file could not be found
I am building yocto for freescale imx6sl evolution kit. For checking
in source code on svn , i have deleted all .git and .gitignore from
the meta directories. Then i have checkout the source code, and
I am building yocto for freescale imx6sl evolution kit. For checking
in source code on svn , i have deleted all .git and .gitignore from
the meta directories. Then i have checkout the source code, and
|
By
jags
·
#20452
·
|
|
[meta-security][PATCH] checksec: Add new alsr pic pie test script
Signed-off-by: Armin Kuster <akuster@...>
---
recipes-security/checksec/checksec_1.5.bb | 16 +
recipes-security/checksec/files/checksec.sh | 882 ++++++++++++++++++++++++++++
2 files
Signed-off-by: Armin Kuster <akuster@...>
---
recipes-security/checksec/checksec_1.5.bb | 16 +
recipes-security/checksec/files/checksec.sh | 882 ++++++++++++++++++++++++++++
2 files
|
By
Armin Kuster
·
#20451
·
|
|
[meta-security][PATCH] pinentry: Fix do_package_qa issue
This fixes;
ERROR: QA Issue: pinentry: The compile log indicates that host include and/or library paths were used.
Signed-off-by: Armin Kuster <akuster@...>
---
This fixes;
ERROR: QA Issue: pinentry: The compile log indicates that host include and/or library paths were used.
Signed-off-by: Armin Kuster <akuster@...>
---
|
By
Armin Kuster
·
#20450
·
|
|
[meta-security][PATCH] nmap: update to 6.46
Updated to later version on nmap.
remove patch which is included in update
Added ndiff package
Include zenmap build changes but commented out for now and untested
Signed-off-by: Armin Kuster
Updated to later version on nmap.
remove patch which is included in update
Added ndiff package
Include zenmap build changes but commented out for now and untested
Signed-off-by: Armin Kuster
|
By
Armin Kuster
·
#20449
·
|
|
Re: Environment Variables being unset by bitbake?
Oh! I think I know the answer to this one!
Check out BB_ENV_EXTRAWHITE at
http://www.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-manual.html#var-BB_ENV_EXTRAWHITE.
If you set that
Oh! I think I know the answer to this one!
Check out BB_ENV_EXTRAWHITE at
http://www.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-manual.html#var-BB_ENV_EXTRAWHITE.
If you set that
|
By
Patrick Doyle <wpdster@...>
·
#20448
·
|
|
Environment Variables being unset by bitbake?
I am trying to run java program from a recipe.
I get an error that JAVA_HOME is not set.
I can verify that JAVA_HOME is set by echo $JAVA_HOME.
I can then run the program without issue, but from
I am trying to run java program from a recipe.
I get an error that JAVA_HOME is not set.
I can verify that JAVA_HOME is set by echo $JAVA_HOME.
I can then run the program without issue, but from
|
By
Allen Kennedy Jr. <allen@...>
·
#20447
·
|
|
Re: Inadvertent RootFS permission pollution
Sure thing, I can do it.
Seth
Sure thing, I can do it.
Seth
|
By
Bollinger, Seth <Seth.Bollinger@...>
·
#20446
·
|
|
Re: Inadvertent RootFS permission pollution
If you have not already filed a bug for this can some one please do that so it does not get lost or forgotten.
Thanks
Sau!
If you have not already filed a bug for this can some one please do that so it does not get lost or forgotten.
Thanks
Sau!
|
By
Saul Wold <sgw@...>
·
#20445
·
|
|
Oracle Java for ARM?
Hi Guys
What's the best way of bringing in Oracle's Java JRE for ARM?
The meta-oracle-java layer looks Intel only at the moment :-(
Cheers!
Joe
Hi Guys
What's the best way of bringing in Oracle's Java JRE for ARM?
The meta-oracle-java layer looks Intel only at the moment :-(
Cheers!
Joe
|
By
Joe Nicholson <joe@...>
·
#20444
·
|
|
Re: Installing a directory tree of files into the target filesystem
Thanks Adam.
I don't have any major permissions issues either, so will definitely try that. I assume I could just explicitly set the permissions on the target directory as a later step in do_install
Thanks Adam.
I don't have any major permissions issues either, so will definitely try that. I assume I could just explicitly set the permissions on the target directory as a later step in do_install
|
By
Joe Nicholson <joe@...>
·
#20443
·
|
|
Re: Inadvertent RootFS permission pollution
On Wed, Jul 9, 2014 at 7:37 AM, Bollinger, Seth <Seth.Bollinger@...> wrote:
I recently ran into a problem where I had trouble determining why the setgid bit was set in my rootfs. It turns out that
On Wed, Jul 9, 2014 at 7:37 AM, Bollinger, Seth <Seth.Bollinger@...> wrote:
I recently ran into a problem where I had trouble determining why the setgid bit was set in my rootfs. It turns out that
|
By
Christopher Larson <clarson@...>
·
#20442
·
|