I'm currently using Jethro (though about to move to Krogoth), and have an
external package which need gobject introspection. I'm building on 64-bit
x86, for ARM iMX6 target.
I've been searching around to work out if this is possible under Yocto, but
not sure which of the info I've found is up-to-d
On 28 March 2017 at 09:05, wrote:
> So I wondered what the latest [krogoth] situation is – am I likely to be
> able to get this package to build, and where/how might I get started?
>
>
Krogoth (2.1) isn't the latest, that's Morty (2.2) released in October 2016
and next month Pyro (2.3) is being r
On 28 March 2017 at 11:05, wrote:
>
> I’m currently using Jethro (though about to move to Krogoth), and have an
external package which need gobject introspection. I’m building on 64-bit
x86, for ARM iMX6 target.
>
> I’ve been searching around to work out if this is possible under Yocto,
but not su
> On 28 March 2017 at 09:39 "Burton, Ross" wrote:
>
> On 28 March 2017 at 09:05, wrote:
>
> > So I wondered what the latest [krogoth] situation is – am I likely to be
> > able to get this package to build, and where/how might I get started?
>
> Krogoth (2.1) isn't the latest, that's Morty (2.
Hello,
Is it possible to configure more than one package manager in yocto ?
Does it mean it will create install package for both ?
Thank you,
Ran
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Hi,
How to install a command (pmount) in poky distribution. What are the steps
to follow?
Thanks,
ARUNKUMAR K
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
On 28 March 2017 at 10:09, Ran Shalit wrote:
> Is it possible to configure more than one package manager in yocto ?
> Does it mean it will create install package for both ?
>
This is explained in the documentation:
http://www.yoctoproject.org/docs/2.2.1/ref-manual/ref-manual.html#var-PACKAGE_CL
Hi,
I'm currently using Jethro and like to include multiple, different
kernel (fit)images (with different source branches/versions) in one
RootFS. When booting such a system the bootloader (U-Boot) will decide
which kernel to load.
I've already done some searches on the Internet, but found only Bu
On Tue, Mar 28, 2017 at 12:21 PM, Burton, Ross wrote:
>
> On 28 March 2017 at 10:09, Ran Shalit wrote:
>>
>> Is it possible to configure more than one package manager in yocto ?
>> Does it mean it will create install package for both ?
>
>
> This is explained in the documentation:
>
> http://www.
On 28 March 2017 at 11:00, Ran Shalit wrote:
> I understand from this that in target it will be possible to install a
> package, using the other package manager.
>
Why would you want to do this?
You'll need to install the package management tooling, and the database of
the one you install after
Is there a change to recipe parsing and/or variables between jethro and
krogoth?
I'm migrating from the former to the latter and have hit a patch failure.
Looking at the unpacked source, jethro has the relevant file at
build/tmp/work/XXX-poky-linux-gnueabi/linmux/3.0.2-r0/driver/
whereas krogot
On Tue, Mar 28, 2017 at 1:25 PM, Burton, Ross wrote:
>
> On 28 March 2017 at 11:00, Ran Shalit wrote:
>>
>> I understand from this that in target it will be possible to install a
>> package, using the other package manager.
>
>
> Why would you want to do this?
>
> You'll need to install the packa
Hello,
I am trying to understand what's the purpose of host sysroot (in
/build/tmp/sysroots/) ?
I see it contains a set of libraries too. But for cross compiling an
application in host isn't all we need is toolchain and target sysroot
? If so, than what's the purpose of host sysroot ?
Thank you,
Hello ,
I am facing some issues , when trying to copy static libraries like
libaccess.a & liblang.a to ${libdir} of rootfs.
I can see those libraries in the "usr/lib" directory of that particular
package which is generated in "tmp/work" folder . But somehow these
libraries are not copied t
On 28 March 2017 at 12:02, Surya wrote:
> I can see those libraries in the "usr/lib" directory of that particular
> package which is generated in "tmp/work" folder . But somehow these
> libraries are not copied to rootfs "/usr/lib" directory.
>
Static libraries are part of the ${PN}-staticdev p
On 28-03-17 10:39, Burton, Ross wrote:
Krogoth (2.1) isn't the latest, that's Morty (2.2) released in October 2016
and next month Pyro (2.3) is being released.
So what happened to the missing two walker bots?
:-)
Kind regards,
Mike Looijmans
System Expert
TOPIC Products
Materiaalweg 4,
> On 28 March 2017 at 11:33 colin.helliw...@ln-systems.com wrote:
>
> Is there a change to recipe parsing and/or variables between jethro and
> krogoth?
> I'm migrating from the former to the latter and have hit a patch failure.
> Looking at the unpacked source, jethro has the relevant file at
>
Hi Arun,
You need to add poky manager support to Poky and install it by adding the
following line to your build/conf/local.conf file.
https://wiki.yoctoproject.org/wiki/How_do_I
For the conf/local.conf entry please add this: IMAGE_INSTALL_append = " package"
After that you have to bitbake a ne
Hello,
I am building zsh from meta-oe layer, and it has a do_install_append()
function defined like this:
do_install_append () {
rm -fr ${D}/usr/share
}
which gets rid of lots lots of useful functionality, like
context-aware autocompletion. Can a bbappend file get rid of that
function, or d
-- Forwarded message --
From: Vadalasetti Sivanageswararao
Date: Sun, Mar 26, 2017 at 9:26 PM
Subject: Re: how to enable c++11 support in yocto
To: Khem Raj
Dear Yocto Team,
when i compiling my c++ programs it is giving below error. please give me
the solution for below error.
Ok i will send mail to those people ,
Thankyou for your Help, and
Please send me some text or docs Regarding your development of poky
toolchain.
On Mon, Mar 27, 2017 at 10:28 AM, Vadalasetti Sivanageswararao <
vsivanag...@gmail.com> wrote:
>
> -- Forwarded message --
> From: Vad
On Thu, Mar 23, 2017 at 5:28 PM, Cody Piersall wrote:
> Hello,
>
> I am building zsh from meta-oe layer, and it has a do_install_append()
> function defined like this:
>
> do_install_append () {
> rm -fr ${D}/usr/share
> }
>
> which gets rid of lots lots of useful functionality, like
> context
On 27 March 2017 at 05:58, Vadalasetti Sivanageswararao <
vsivanag...@gmail.com> wrote:
> cc1plus: warning: include location "/usr/local/include" is unsafe for
> cross-compilation [-Wpoison-system-directories]
>
Your build is referring to host files so this is likely the problem. This
is a bug i
On Thu, Mar 23, 2017 at 3:28 PM, Cody Piersall wrote:
> Hello,
>
> I am building zsh from meta-oe layer, and it has a do_install_append()
> function defined like this:
>
> do_install_append () {
> rm -fr ${D}/usr/share
> }
>
> which gets rid of lots lots of useful functionality, like
> context
A release candidate build for yocto-2.3_M3.rc2 is now available at:
http://autobuilder.yoctoproject.org/pub/releases/yocto-2.3_M3.rc2
Please begin QA on this build as soon as possible.
Build hash information:
meta-intel : 5587993816a6cb2ea46dffbb527bb04baa9bd660
meta-qt4 : 2c7f8df9039b
On 3/28/17 2:53 AM, Richard Leitner wrote:
> Hi,
> I'm currently using Jethro and like to include multiple, different
> kernel (fit)images (with different source branches/versions) in one
> RootFS. When booting such a system the bootloader (U-Boot) will decide
> which kernel to load.
>
There is
On Tue, Mar 28, 2017 at 10:27:15AM -0700, Khem Raj wrote:
> On Thu, Mar 23, 2017 at 3:28 PM, Cody Piersall wrote:
> > Hello,
> >
> > I am building zsh from meta-oe layer, and it has a do_install_append()
> > function defined like this:
> >
> > do_install_append () {
> > rm -fr ${D}/usr/share
>
On 3/28/17 4:18 AM, Ran Shalit wrote:
> Hello,
>
> I am trying to understand what's the purpose of host sysroot (in
> /build/tmp/sysroots/) ?
> I see it contains a set of libraries too. But for cross compiling an
> application in host isn't all we need is toolchain and target sysroot
> ? If so,
On 3/28/17 11:19 AM, Lennart Sorensen wrote:
> On Tue, Mar 28, 2017 at 10:27:15AM -0700, Khem Raj wrote:
>> On Thu, Mar 23, 2017 at 3:28 PM, Cody Piersall wrote:
>>> Hello,
>>>
>>> I am building zsh from meta-oe layer, and it has a do_install_append()
>>> function defined like this:
>>>
>>> do_i
Hello,
We are preparing to move to PRservice in Yocto to handle auto rolling
our revisions on every build. As an interim step we are doing some
reordering or our current PR and PV parameters in our bitbake files. Our
current syntax is as follows and works as expected
BB File
SRC_URI
On 3/28/17 1:27 PM, Ian Welch wrote:
> Hello,
> We are preparing to move to PRservice in Yocto to handle auto
> rolling our revisions on every build. As an interim step we are doing
> some reordering or our current PR and PV parameters in our bitbake
> files. Our current syntax is as follow
Hi Ian,
On Wednesday, 29 March 2017 9:27:01 AM NZDT Ian Welch wrote:
> We are preparing to move to PRservice in Yocto to handle auto rolling
> our revisions on every build. As an interim step we are doing some
> reordering or our current PR and PV parameters in our bitbake files. Our
> curre
Hi, I have built an image based on poky core-image-x11. Everything went
fine but the graphic card drivers. I want more resolution than the provided
by vesa (800x600) so I really need this drivers.
I tried this guacamayo recipe
https://layers.openembedded.org/layerindex/recipe/3272/ but can't compi
On 28 March 2017 at 22:47, Alvaro Garcia wrote:
> I tried this guacamayo recipe https://layers.openembedded.
> org/layerindex/recipe/3272/ but can't compile (too old, maybe
> unmaintained?). Also tried the recipe xf86-video-nouveau (it is blacklisted
> but in krogoth it compiles right) but when I
I'm not sure, I started with yocto about a week ago. What I did is exactly:
1. Added to bblayers.conf the layer
/home/alvaro/poky/meta-openembedded/meta-oe (previously I downloaded this
meta, needed for x11vnc)
2. Added a custom layer /home/alvaro/poky/meta-unclutter (it just compile
the applicatio
On 28 March 2017 at 23:41, Alvaro Garcia wrote:
> Then I installed the image into my device. Everything worked as expected
> but the nouveau driver. Is this correct or I forgot some step?
>
I'd check that the package actually exists in your rootfs - use the package
manager to verify this. It sh
On Tue, Mar 28, 2017 at 3:33 AM, wrote:
> Is there a change to recipe parsing and/or variables between jethro and
> krogoth?
> I'm migrating from the former to the latter and have hit a patch failure.
> Looking at the unpacked source, jethro has the relevant file at
> build/tmp/work/XXX-poky-
I used rpm and deb, you mean dpkg (for deb) when you say package manager?
2017-03-29 0:43 GMT+02:00 Burton, Ross :
>
> On 28 March 2017 at 23:41, Alvaro Garcia wrote:
>
>> Then I installed the image into my device. Everything worked as expected
>> but the nouveau driver. Is this correct or I for
Patch status can be edited through email by project maintainers only
without any feedback if this is attempted by any other user,
providing a poor user experience.
This change extends the patch-status-through-email functionality
to be performed by the series submitter also, and provides a
system-g
39 matches
Mail list logo