|
[meta-security][PATCH 3/3] distro: Add distro
This allows us to include security_flags.inc
Signed-off-by: Armin Kuster <akuster@...>
---
conf/distro/poky-security.conf | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644
This allows us to include security_flags.inc
Signed-off-by: Armin Kuster <akuster@...>
---
conf/distro/poky-security.conf | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644
|
By
Armin Kuster
·
#20470
·
|
|
[meta-security][PATCH 2/3] images: Add initial image
this will aid in testing
Signed-off-by: Armin Kuster <akuster@...>
---
recipes-security/images/core-image-security.bb | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode
this will aid in testing
Signed-off-by: Armin Kuster <akuster@...>
---
recipes-security/images/core-image-security.bb | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode
|
By
Armin Kuster
·
#20469
·
|
|
[meta-security][PATCH 1/3] packagegroup: Add initial set of package groups
Signed-off-by: Armin Kuster <akuster@...>
---
.../packagegroup/packagegroup-core-security.bb | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644
Signed-off-by: Armin Kuster <akuster@...>
---
.../packagegroup/packagegroup-core-security.bb | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644
|
By
Armin Kuster
·
#20467
·
|
|
[meta-security][PATCH 0/3] Add image, packagegroups and ditro
To aid in testing I have create an image and packagegroups.
By setting "DISTRO=poky-security" in the local.conf,
the security_flag.inc will be included.
This was varified by checksec
To aid in testing I have create an image and packagegroups.
By setting "DISTRO=poky-security" in the local.conf,
the security_flag.inc will be included.
This was varified by checksec
|
By
Armin Kuster
·
#20468
·
|
|
Re: Environment Variables being unset by bitbake?
Thanks again.
Perhaps I'll write a shell script that calls bitbake after properly setting up the environment.
Thanks again.
Perhaps I'll write a shell script that calls bitbake after properly setting up the environment.
|
By
Allen Kennedy Jr. <allen@...>
·
#20466
·
|
|
Re: Environment Variables being unset by bitbake?
+list. please let's discuss on the list.
<allen@...> wrote:
well, i don't think so. at this point, i think you need to think about
why you need that in the first place... i have not done
+list. please let's discuss on the list.
<allen@...> wrote:
well, i don't think so. at this point, i think you need to think about
why you need that in the first place... i have not done
|
By
Nicolas Dechesne <nicolas.dechesne@...>
·
#20465
·
|
|
Re: Environment Variables being unset by bitbake?
<allen@...> wrote:
the manual says "You must set this variable in the external
environment in order for it to work.", so you really need to set it
before calling bitbake, not in the
<allen@...> wrote:
the manual says "You must set this variable in the external
environment in order for it to work.", so you really need to set it
before calling bitbake, not in the
|
By
Nicolas Dechesne <nicolas.dechesne@...>
·
#20464
·
|
|
Re: Environment Variables being unset by bitbake?
Nicholas,
Thanks for your response. I tried the following permutations:
I added this: BB_ENV_EXTRAWHITE += " JAVA_HOME" to the top of my recipe.
I added this: BB_ENV_EXTRAWHITE += "JAVA_HOME" to
Nicholas,
Thanks for your response. I tried the following permutations:
I added this: BB_ENV_EXTRAWHITE += " JAVA_HOME" to the top of my recipe.
I added this: BB_ENV_EXTRAWHITE += "JAVA_HOME" to
|
By
Allen Kennedy Jr. <allen@...>
·
#20463
·
|
|
Re: How to select defconfig for kernel build with yocto/bitbake
Thank you Bruce, that did the trick. But I am facing a new problem while using bitbake for the build process.
I have checked to build the odroid kernel with a standard crosscompiler tool chain and it
Thank you Bruce, that did the trick. But I am facing a new problem while using bitbake for the build process.
I have checked to build the odroid kernel with a standard crosscompiler tool chain and it
|
By
Dr. Markus Eich <markus.eich@...>
·
#20462
·
|
|
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
·
|