This allows bundles to deploy content specific to user
Signed-off-by: Amarnath Valluri
---
.../0001-Do-not-consider-home-as-user-state.patch | 29 ++
.../0001-Do-not-consider-home-as-user-state.patch | 29 ++
recipes-core/swupd-client/swupd-client_2.87.b
Typo in writing swupd version and urls to defaults
Signed-off-by: Amarnath Valluri
---
recipes-core/swupd-client/swupd-client_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-core/swupd-client/swupd-client_git.bb
b/recipes-core/swupd-client/swupd-client_g
Devtool works reasonably well with repos and packaged source tarballs. We
did a test with a source RPM which resulted in a simple stub recipe
although the source rpm contained an autotooled package. devtool did not
even make an attempt to unpack the source RPM into the workspace and
analyze the cod
> On Jul 15, 2016, at 12:43 AM, Rudolf Streif wrote:
>
> Devtool works reasonably well with repos and packaged source tarballs. We did
> a test with a source RPM which resulted in a simple stub recipe although the
> source rpm contained an autotooled package. devtool did not even make an
> at
On 15 July 2016 at 08:43, Rudolf Streif wrote:
> Devtool works reasonably well with repos and packaged source tarballs. We
> did a test with a source RPM which resulted in a simple stub recipe
> although the source rpm contained an autotooled package. devtool did not
> even make an attempt to unp
Thanks, but neither:
pkg_postinst_kernel-base ()
nor:
pkg_postinst_kernel-image ()
from /meta/classes/kernel.bbclass gets called when running:
- bitbake core-image-sato or
- bitbake linux-yocto
I put some commands in there, which are definitely wrong (like foobar) and
bitbake run successfully.
Whe
Hi,
I have several recipes in a layer. I have added the layer to
build/conf/bblayers.conf.
The layer.conf in that layer looks correct for the BBFILES+= etc.
when I run "bitbake core-image-base" the recipes are bing parsed ( as it
picked up errors for missing dependencies). With those fixed it ru
On Fri, Jul 15, 2016 at 2:26 PM, Mark T wrote:
> I have several recipes in a layer. I have added the layer to
> build/conf/bblayers.conf.
>
> The layer.conf in that layer looks correct for the BBFILES+= etc.
>
> when I run "bitbake core-image-base" the recipes are bing parsed ( as it
> picked up e
Hej
It is Friday and the week is almost over - it is time for some image
beautifications!
Is there a switch to activate the console colours by default? If not -
what is the preferred way to produce a nice coloured console?
Regards!
Stefan Jaritz
--
Thanks Nicolas,
I nearly had it - I'd put IMAGE_INSTALL_APPEND in my layer.conf - once I
changed to _append and had a space before the recipe name it sprang into
life.
On 15 July 2016 at 11:35, Nicolas Dechesne
wrote:
> On Fri, Jul 15, 2016 at 2:26 PM, Mark T wrote:
> > I have several recipes
Hi Takashi-san,
On Fri, Jul 15, 2016 at 05:32:32AM +, Takashi Matsuzawa wrote:
>Hello.
>
>Well, the below line actually inheriting image-live.bbclass. The variable
>values I can see by '-e' option may be the final values, not in the middle of
>parsing.
>
>
>>IMAGE_TYPE_live = "${@build_live
Is anybory out there using Docker containers inside Yocto images? I
have some machines running at ARMv7 architeture and I want to know if
there is somebody already using Docker on non-x86 embedded platforms
and if it can help deploying applications in this case too!?
Regards,
--
"Do or do not. T
Yep, that's something that we test consistently with the docker support in
meta-virtualization.
Bruce
On Fri, Jul 15, 2016 at 9:56 AM, Daniel. wrote:
> Is anybory out there using Docker containers inside Yocto images? I
> have some machines running at ARMv7 architeture and I want to know if
> t
Current Dev Position: YP 2.2 M2
Next Deadline: YP 2.2 M2 cut off would
be: 7/18/16 (This coming Monday - 5:00pm GMT)
SWAT team rotation: Paul -> Ross
https://wiki.yoctoproject.org/wiki/Yoct
o_Build_Failure_Swat_Team
Key Status/Updates:
* Richard has been out this week, so the report will be thi
On 07/15/2016 08:32 AM, Saul Wold wrote:
>
> Current Dev Position: YP 2.2 M2
> Next Deadline: YP 2.2 M2 cut off would
> be: 7/18/16 (This coming Monday - 5:00pm GMT)
>
> SWAT team rotation: Paul -> Ross
> https://wiki.yoctoproject.org/wiki/Yoct
> o_Build_Failure_Swat_Team
>
> Key Status/Update
Hi All,
I'm making a recipe to generate a component called ARM Trusted Firmware.
This component is not to be deployed and it'll be used by u-boot recipe to
generate a u-boot image.
I was thinking on using STAGING_LOADER_DIR but it seems that this is
deprecated. I would like to ask what is the ad
On 30/05/16 22:49, Herve Jourdain wrote:
> This v3 series addresses the following issues with the v2 series:
> a. patch rebased
> b. new revision of kernel, to get a version of the VC4 graphics driver that
> handles render nodes
> c. patch to the VC4 driver to enable proper working of the render n
Hi Bruce,
Thanks for answering me. What is your use case? I've been reading
about Docker and seems to do some nice magic. I was wondering if would
be possible and productive to deploy embedded applications using
Docker... Also the Docker swarm seems really cool stuff, are you using
this too?
Rega
On Thu, 2016-07-14 at 10:05 -0700, Bill Randle wrote:
> Qualify creation of the toaster eventlog based on the setting of the
> new
> 'custom_create_eventlog' property. Place the eventlog in
> build/tmp/log,
> instead of build and add a timestamp to the eventlog filename since
> multiple event logs
Hi Raj,
Maybe you could help me with this.
I found out that during rootfs (meta/lib/oe/rootfs.py), depmodwrapper
script is beeing called.
I noticed, that it does generate /lib/modules/.. directory
structure under:
poky/build/tmp/work/genericx86-poky-linux/core-image-sato
However, at the end of the
On Fri, 2016-07-15 at 22:37 +0100, Joshua G Lock wrote:
On Thu, 2016-07-14 at 10:05 -0700, Bill Randle wrote:
Qualify creation of the toaster eventlog based on the setting of the
new
'custom_create_eventlog' property. Place the eventlog in
build/tmp/log,
instead of build and add a timestamp to t
On Fri, Jul 15, 2016 at 3:17 PM, Simon Bolek wrote:
> Hi Raj,
>
> Maybe you could help me with this.
> I found out that during rootfs (meta/lib/oe/rootfs.py), depmodwrapper script
> is beeing called.
> I noticed, that it does generate /lib/modules/.. directory structure
> under:
> poky/build/tmp/w
2016-07-15 5:37 GMT-07:00 :
> Hej
>
> It is Friday and the week is almost over - it is time for some image
> beautifications!
>
> Is there a switch to activate the console colours by default? If not - what
> is the preferred way to produce a nice coloured console?
may be something like described
23 matches
Mail list logo