|
Re: [meta-security][PATCH] V2 packagegroup: Add initial set of package groups
oops.
ignore this.
- Armin
oops.
ignore this.
- Armin
|
By
Armin Kuster
·
#20476
·
|
|
[meta-security][PATCH] V2 packagegroup: Add initial set of package groups
Signed-off-by: Armin Kuster <akuster@...>
---
recipes-security/packagegroup/packagegroup-core-security.bb | 2 --
1 file changed, 2 deletions(-)
diff --git
Signed-off-by: Armin Kuster <akuster@...>
---
recipes-security/packagegroup/packagegroup-core-security.bb | 2 --
1 file changed, 2 deletions(-)
diff --git
|
By
Armin Kuster
·
#20475
·
|
|
Re: [meta-security][PATCH 1/3] packagegroup: Add initial set of package groups
will fix in V2 .
thanks,
Armin
will fix in V2 .
thanks,
Armin
|
By
Armin Kuster
·
#20474
·
|
|
Re: How to select defconfig for kernel build with yocto/bitbake
Nothing off the top of my head. That link would be created by the kernel
build, and not by bitbake or the oe-core kernel build classes.
I'd start by looking at the kernel's makefiles and seeing where
Nothing off the top of my head. That link would be created by the kernel
build, and not by bitbake or the oe-core kernel build classes.
I'd start by looking at the kernel's makefiles and seeing where
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#20473
·
|
|
[PATCH] Documentation: Ref Manual should use newer "packagegroup-* names.
Replace a couple old references to "task-*" packagegroup names with
newer form.
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/documentation/ref-manual/usingpoky.xml
Replace a couple old references to "task-*" packagegroup names with
newer form.
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/documentation/ref-manual/usingpoky.xml
|
By
Robert P. J. Day
·
#20472
·
|
|
Re: [meta-security][PATCH 1/3] packagegroup: Add initial set of package groups
You can drop the PR as they are un-needed now with the PR Server
You can drop the PR as they are un-needed now with the PR Server
|
By
Saul Wold <sgw@...>
·
#20471
·
|
|
[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
·
|