On Fri, Apr 21, 2017 at 1:59 PM, Martin Jansa wrote:
> 1) layer priority, currently it has:
>BBFILE_PRIORITY_gplv2 = "1"
>which is lower than oe-core with:
>BBFILE_PRIORITY_core = "5"
>so in order to use recipes from meta-gplv2 layer, user has to add
>couple PREFERRED_V
1) layer priority, currently it has:
BBFILE_PRIORITY_gplv2 = "1"
which is lower than oe-core with:
BBFILE_PRIORITY_core = "5"
so in order to use recipes from meta-gplv2 layer, user has to add
couple PREFERRED_VERSIONS. Was this intended use for meta-gplv2?
I can see some a
Hello All,
I am using eclipse "Luna Service Release 2 (4.4.2) and Neon.3 Release
(4.6.3)". I've noticed that the Yocto plugin doesn't have any support
for shared library project. Is there any plan to support it in the
future?.
Regards,
John
--
___
yoc
2017-04-21 19:37 GMT+02:00 Paul Barker :
> On Fri, Apr 21, 2017 at 5:03 PM, Andrei Gherzan wrote:
>> On Thu, Apr 20, 2017 at 06:18:14PM +0100, Andrei Gherzan wrote:
>>> Signed-off-by: Andrei Gherzan
>>> ---
>>> conf/machine/raspberrypi2.conf | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion
On Fri 2017-04-21 @ 11:37:44 AM, David Bensoussan wrote:
> I wanted to generate an sdk and met these errors while executing:
> $ bitbake core-image-base -c do_populate_sdk
Does adding the "do_" work? Is there any difference if you type:
$ bitbake core-image-base -c populate_sdk
?
--
___
On Fri, Apr 21, 2017 at 5:03 PM, Andrei Gherzan wrote:
> On Thu, Apr 20, 2017 at 06:18:14PM +0100, Andrei Gherzan wrote:
>> Signed-off-by: Andrei Gherzan
>> ---
>> conf/machine/raspberrypi2.conf | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/conf/machine/raspberrypi2
On Fri, Apr 21, 2017 at 10:37:52AM +0200, Andrea Galbusera wrote:
> Building the stock wic image for raspberrypi3-64 failed to find dtbs listed in
> IMAGE_BOOT_FILES. This patch updates the make_dtb_boot_files() function to
> account for dtbs listed in KERNEL_DEVICETREE that do include a path prefi
Yes sure. Here it is:
DISTRO ?= "poky"
PACKAGE_CLASSES ?= "package_deb"
EXTRA_IMAGE_FEATURES = "debug-tweaks package-management tools-profile"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
On 19 April 2017 at 17:55, Marc-Antoine Martin wrote:
> DEPENDS = "ncurses glibc"
> RDEPENDS_${PN} = "ncurses-libform"
>
glibc is a default dependency so you can remove that. You can remove the
explicit RDEPENDS as bitbake will automatically add library runtime
dependencies for you. Just have
On 21 April 2017 at 12:37, David Bensoussan
wrote:
> DISTRO_FEATURES_LIBC = "libc-locales libc-locale-code"
>
Unless you really need to, don't fiddle stuff like this. Can you share
your local.conf?
Ross
--
___
yocto mailing list
yocto@yoctoproject.o
On Fri, Apr 21, 2017 at 05:04:40PM +0100, Andrei Gherzan wrote:
> On Fri, Apr 21, 2017 at 10:37:52AM +0200, Andrea Galbusera wrote:
> > Building the stock wic image for raspberrypi3-64 failed to find dtbs listed
> > in
> > IMAGE_BOOT_FILES. This patch updates the make_dtb_boot_files() function to
On Fri, Apr 21, 2017 at 10:37:52AM +0200, Andrea Galbusera wrote:
> Building the stock wic image for raspberrypi3-64 failed to find dtbs listed in
> IMAGE_BOOT_FILES. This patch updates the make_dtb_boot_files() function to
> account for dtbs listed in KERNEL_DEVICETREE that do include a path prefi
On Thu, Apr 20, 2017 at 06:18:14PM +0100, Andrei Gherzan wrote:
> Signed-off-by: Andrei Gherzan
> ---
> conf/machine/raspberrypi2.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf
> index 9b4c02a..a17289c
Hello,
I tried to solve the issue by myself, read on the documentation and check
the mailing list, but I couldn't find the information I was looking for.
The documentation was of a great help as a guideline but I now don't know
how to proceed.
I wanted to generate an sdk and met these errors whil
Hi all,
I've have some trouble to add ncurses shared libraries to my recipe.
I want to add a software to my dist and it uses the ncurses shared libraries.
I wrote a recipe for this software but each time I try to build it
with bitbake I have the same issue:
QA Issue: /usr/bin/mySoft containe
Kindly requesting help again, please.
I understand that Variscite might not be following the "Yocto way" 100% but
surely we can run custom commands using Autobuilder?
Please see detailed description in my last post.
Thanks!
On Mon, Apr 3, 2017 at 9:43 PM, Alain Achkar
wrote:
> Hi Chris!
>
> I h
On 20 April 2017 at 19:24, Andre McCurdy wrote:
> OK, that makes sense. I have my own gnutls_3.3.27.bb recipe and wasn't
> seeing the problem because I use a local gnutls.inc which still has
> that option.
>
Another example of why .inc files have to be trivial or very carefully
maintained...
Ye
A release candidate build for yocto-2.3.rc2 is now available at:
http://autobuilder.yoctoproject.org/pub/releases/yocto-2.3.rc2
Please begin QA on this build as soon as possible.
Build hash information:
meta-intel : c7e6889290901f4878f4bfc2180743d0870e55ba
meta-qt4 : e120a2193be3982d55
Hello,
Thank you.
Best Regards.
2017-04-19 10:18 GMT+01:00 John, Maxin :
> Hi,
>
>
>
> Generally, cups serial backend is supported by “cups-filter” package. You
> can find that package in the “meta-printing” layer:
>
> https://github.com/rossburton/meta-printing
>
>
>
> Hope this helps,
>
> Maxi
Building the stock wic image for raspberrypi3-64 failed to find dtbs listed in
IMAGE_BOOT_FILES. This patch updates the make_dtb_boot_files() function to
account for dtbs listed in KERNEL_DEVICETREE that do include a path prefix:
this is the case for things like broadcom/bcm2710-rpi-3-b.dtb (the dt
20 matches
Mail list logo