|
Re: externalsrc + sstate why is not compatible?
The latter. It's simple: you set SRC_URI in each recipe to the same value, but set S differently:
S = "${WORKDIR}/git/module-1"
S = "${WORKDIR}/git/module-2"
etc.
Alex
The latter. It's simple: you set SRC_URI in each recipe to the same value, but set S differently:
S = "${WORKDIR}/git/module-1"
S = "${WORKDIR}/git/module-2"
etc.
Alex
|
By
Alexander Kanavin <alexander.kanavin@...>
·
#39006
·
|
|
Build error: "u-boot-imx_2017.03.bb:do_compile" failed ( freescale I.MX 6 on Ubuntu 16.04) ?
I got an error when trying to build for freescale I.MX6 on Ubuntu 16.04.(see below)
(I just follow the guide from http://freescale.github.io)
Anybody got
I got an error when trying to build for freescale I.MX6 on Ubuntu 16.04.(see below)
(I just follow the guide from http://freescale.github.io)
Anybody got
|
By
Jerry Lian <jerry.lian@...>
·
#39005
·
|
|
Re: externalsrc + sstate why is not compatible?
Ok, will try that. If that works, I may see if I can alter the file fetcher to use symlinks, not sure if sstate subsystem will like that or not.
If we do so, and someone change the file in
Ok, will try that. If that works, I may see if I can alter the file fetcher to use symlinks, not sure if sstate subsystem will like that or not.
If we do so, and someone change the file in
|
By
Yannick Koehler
·
#39004
·
|
|
Re: [PATCH] yocto: matchbox-window-manager-2: Makefile with spaces instead of a tab refuses to compile
This patch was corrupted because you copied/pasted it into Thunderbird instead of using git-send-email, but I applied it by hand.
Ross
This patch was corrupted because you copied/pasted it into Thunderbird instead of using git-send-email, but I applied it by hand.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#39003
·
|
|
Re: bitbake menuconfig fails
Hello Mircea,
I am using just normal YOCTO (rocko), as the test platform to perform various tests on qemux86-64 and to do some
deeper learning.
My host is Fedora 26 VM (over WIN10 64 PRO, using VMWare
Hello Mircea,
I am using just normal YOCTO (rocko), as the test platform to perform various tests on qemux86-64 and to do some
deeper learning.
My host is Fedora 26 VM (over WIN10 64 PRO, using VMWare
|
By
Zoran
·
#39002
·
|
|
Re: externalsrc + sstate why is not compatible?
If you have:
SRC_URI := "file://some-dir/"
and your tree looks somewhat like this:
.git
poky
src/some-dir
and you set things up so that bitbake will look in src/ (set FILESPATH),
then it will
If you have:
SRC_URI := "file://some-dir/"
and your tree looks somewhat like this:
.git
poky
src/some-dir
and you set things up so that bitbake will look in src/ (set FILESPATH),
then it will
|
By
Marcelo E. Magallon <marcelo.magallon@...>
·
#39001
·
|
|
Re: externalsrc + sstate why is not compatible?
When you say "subdirs", are you referring to submodules or something along those line? We have used attempted to use submodules and it still required 20 + 1 repo and the overhead is similar to yocto
When you say "subdirs", are you referring to submodules or something along those line? We have used attempted to use submodules and it still required 20 + 1 repo and the overhead is similar to yocto
|
By
Yannick Koehler
·
#39000
·
|
|
Re: How to append to image, not machine?
Hi,
One solution is to add a custom action with ROOTFS_POSTPROCESS_COMMAND in one of the image, that will change interfaces file (with sed for example, or symlink, etc ...).
Best
Hi,
One solution is to add a custom action with ROOTFS_POSTPROCESS_COMMAND in one of the image, that will change interfaces file (with sed for example, or symlink, etc ...).
Best
|
By
Vincent Prince
·
#38999
·
|
|
How to append to image, not machine?
Hi,
I'm building system that has 2 cpu's which communicate via CSLIP over serial. On both ends it looks similar but the IP's has to be swapped for point-to-point communication. For example one will
Hi,
I'm building system that has 2 cpu's which communicate via CSLIP over serial. On both ends it looks similar but the IP's has to be swapped for point-to-point communication. For example one will
|
By
Marek S?omiany
·
#38998
·
|
|
Re: bitbake menuconfig fails
Thanks Zoran
What you say makes perfect sense.
I also got the feeling that something doesn't match between the new kernel and yocto.
Maybe I should also upgrade yocto.
Thanks
Thanks Zoran
What you say makes perfect sense.
I also got the feeling that something doesn't match between the new kernel and yocto.
Maybe I should also upgrade yocto.
Thanks
|
By
Mircea
·
#38997
·
|
|
Re: variable override syntax, where is it documented?
Yes, of course. This:
http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-OVERRIDES
and
Yes, of course. This:
http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-OVERRIDES
and
|
By
Alexander Kanavin <alexander.kanavin@...>
·
#38996
·
|
|
variable override syntax, where is it documented?
I just found out that I can ovverride the line
hostname = "${MACHINE}"
in base-files simply by assigning a value to
hostname_pn-base-files
in my configuration file and it will re-assign it with a
I just found out that I can ovverride the line
hostname = "${MACHINE}"
in base-files simply by assigning a value to
hostname_pn-base-files
in my configuration file and it will re-assign it with a
|
By
Bernd <prof7bit@...>
·
#38995
·
|
|
Re: externalsrc + sstate why is not compatible?
You don't have to have 20 repos. You can place the modules into a single
repo with subdirs.
The bitbake documentation claims you can specify a directory in the file: fetcher, and then all of it will
You don't have to have 20 repos. You can place the modules into a single
repo with subdirs.
The bitbake documentation claims you can specify a directory in the file: fetcher, and then all of it will
|
By
Alexander Kanavin <alexander.kanavin@...>
·
#38994
·
|
|
[meta-security][PATCH 1/1] swtpm/libtpm: update to latest master
This allows dropping some patches for issues that were addressed
upstream. It also brings in support for connecting swtpm to qemu
without relying on CUSE.
Signed-off-by: Patrick Ohly
This allows dropping some patches for issues that were addressed
upstream. It also brings in support for connecting swtpm to qemu
without relying on CUSE.
Signed-off-by: Patrick Ohly
|
By
Patrick Ohly
·
#38993
·
|
|
Re: bitbake menuconfig fails
Hello Mircea,
From my point of view:
> /usr/bin/ld: cannot find -lncursesw> collect2: error: ld returned 1 exit status
> scripts/Makefile.host:111: recipe for target 'scripts/kconfig/mconf'
Hello Mircea,
From my point of view:
> /usr/bin/ld: cannot find -lncursesw> collect2: error: ld returned 1 exit status
> scripts/Makefile.host:111: recipe for target 'scripts/kconfig/mconf'
|
By
Zoran
·
#38991
·
|
|
[meta-security][PATCH] samhain: remove the path for start-stop-daemon
From: Mingli Yu <Mingli.Yu@...>
Remove the absolute path for start-stop-daemon
to fix samhain start-up as start-stop-daemon
sometimes located in /usr/sbin, not the
From: Mingli Yu <Mingli.Yu@...>
Remove the absolute path for start-stop-daemon
to fix samhain start-up as start-stop-daemon
sometimes located in /usr/sbin, not the
|
By
Yu, Mingli
·
#38992
·
|
|
bitbake menuconfig fails
Hello
We are using in our layer a kernel 4.8 recipe (linux-stable_4.8.bb)- everything ok.
I'm trying to upgrade to 4.14, I created a new recipe linux-stable_4.14.bb. They live side by side, for
Hello
We are using in our layer a kernel 4.8 recipe (linux-stable_4.8.bb)- everything ok.
I'm trying to upgrade to 4.14, I created a new recipe linux-stable_4.14.bb. They live side by side, for
|
By
Mircea
·
#38990
·
|
|
externalsrc + sstate why is not compatible?
In our situation, we have many packages that are in-house, as such we use a local folder for the several in-house modules. To do so, we need to use externalsrc to point to the local code so that the
In our situation, we have many packages that are in-house, as such we use a local folder for the several in-house modules. To do so, we need to use externalsrc to point to the local code so that the
|
By
Yannick Koehler
·
#38989
·
|
|
Re: Removing /usr/src/debug from image
The above is definitely not what you want. It will keep debug symbols in all of
your binaries, increasing the size of the eventual image.
The base-files recipe created a set of directories. If this
The above is definitely not what you want. It will keep debug symbols in all of
your binaries, increasing the size of the eventual image.
The base-files recipe created a set of directories. If this
|
By
Mark Hatle <mark.hatle@...>
·
#38988
·
|
|
Removing /usr/src/debug from image
Hi,
I have edited my local.conf to remove the debug related EXTRA_IMAGE_FEATURES. My rootfs still contains a /usr/src/debug folder, which I would like to get rid of. This likely come from -dbg
Hi,
I have edited my local.conf to remove the debug related EXTRA_IMAGE_FEATURES. My rootfs still contains a /usr/src/debug folder, which I would like to get rid of. This likely come from -dbg
|
By
Yannick Koehler
·
#38987
·
|