Hello,
I want to use the busybox udhcpd server in conjunction with systemd. As there is
no service file included in the recipe (v1.22.1) and no udhcpd.conf I made a
bbappend to add this. Unfortunatelly the service file is not added to the final
image but the conf-file.
My busybox_%.bbappend l
hi,
i want to create a "x" recipe that should automatically get invoke when
"image" recipe( that produces image) is built. How can i modify the "x"
recipe that should be invoked while building image recipe.
I don't want to do any modifications to the image recipe, i only wanted to
do changes in
On Wed, Sep 30, 2015 at 2:05 AM, Vivek Per wrote:
> hi,
>i want to create a "x" recipe that should automatically get invoke when
> "image" recipe( that produces image) is built. How can i modify the "x"
> recipe that should be invoked while building image recipe.
>
> I don't want to do any mod
Hi , thanks you for replying,
but i don't want to make changes to "image" recipe. i only wanted to make
changes to "x" recipe that should be invoked when i do bitbake .
what variable i can put in "x" recipe so that it invokes when is do
Thanks and Regards
Vivek
On Wed, Sep 30, 2015 at 3:43 P
Hi,
1) Create packagegroup-debug-extra"x recipe name".bb file inside the
meta-x/recipes-core/packagegroups layer.
Inside the recipe, add the x recipe name like below:-
inherit packagegroup
PACKAGES = "\
packagegroup-debug-extra"x recipename" \
"
RDEPENDS_packagegroup-extra"x recipename
On 30 September 2015 at 04:28, Simon Castillo wrote:
> Hello to all,
>
> I have searching for a way to include a library-only in yocto. I found
> couple links with suggestions but I was unsuccessful in the to package it
> in the final image. Reading the yocto documentation, I see a paragraph
>
Over time, I tend to build in the same build tree many, many
times. This leads to some really big trees as many things are
duplicated, especially in the 'downloads' directory.
I use local mirrors and hence my 'downloads' directory is
_mostly_ populated with symbolic links. However, there are
al
On 2015-09-30 05:08, Vivek Per wrote:
Hi , thanks you for replying,
but i don't want to make changes to "image" recipe. i only wanted to make changes to
"x" recipe that should be invoked when i do bitbake .
what variable i can put in "x" recipe so that it invokes when is do
You can't - what y
From: Mariano Lopez
If the server receives a error log with Unicode
character in it, it will throw and internal server
error, this is caused because the server doesn't
try to convert everything to ASCII
This patch changes the log encoding to UTF-8 so
it will allow Unicode characters.
[YOCTO #82
On 30/09/15 14:54, mariano.lo...@linux.intel.com wrote:
From: Mariano Lopez
If the server receives a error log with Unicode
character in it, it will throw and internal server
error, this is caused because the server doesn't
try to convert everything to ASCII
This patch changes the log encoding
Hi Jussie,
Thanks for your help and hints. I was able to find a solution.
For those interested, the recipe is shown below:
RECIPE
Recipe name => simplelib_0.1.1.bb
===
DESCRIPTION = "Simple Library on yocto"
LICENSE = "GPLv2"
LIC
Hi,
Before starting a bitbake build, we input the MACHINE variable in
local.conf (e.g. MACHINE ?= beaglebone).
Is there a way to detect this variable at run-time? I.e. if I have built
the image, written it to a device, and I'm now logged in to it.
The reason I want this is that I'm working on a
Hi in my case I have a machine for each board and I choose the right
device-tree at "machine".conf. So MACHINE can be determined by the device
tree Im running.
Other option would be echoing the machine to /etc/issue of the image. I do
this with DISTRO_VERSION. You can use ROOTFS_POSTPROCESS_COMMA
> On Sep 30, 2015, at 2:31 PM, Eystein Måløy Stenberg wrote:
>
> Hi,
>
> Before starting a bitbake build, we input the MACHINE variable in
> local.conf (e.g. MACHINE ?= beaglebone).
>
> Is there a way to detect this variable at run-time? I.e. if I have built
> the image, written it to a device
14 matches
Mail list logo