On 08/22/2018 12:24 PM, benxi wrote:
Hello Everyone,
I build a rpi-hwup-image and run it on my raspberry pi3(Model B
V1.2). After the system boots up, I keep seeing such message:
INIT: Id "S0" respawning too fast: disabled for 5 minutes.
I notice that yocto adds the following line to /e
On 08/22/2018 06:52 AM, Paul Sheer wrote:
Hi,
I am trying to do a clean out all packages within my build due to a
change in my GCC environment.
I updated my GCC so, for assurance reasons, I want a rebuild of everything.
However I want to avoid re-downloading gigs of source packages.
I am hopi
Hi Qi,
Thanks for your reply. It indeed solves the problem, however I'm afraid that
modifying SERIAL_CONSOLES can have side effects on other recipes. I also wonder
if there 're any way to enable ttyS0 on my raspberry pi(Since ENABLE_UART
doesn't work).
在 2018-08-22 15:59:44,"ChenQi" 写道:
On 08
2018-08-20 20:45 GMT+02:00 :
> We are encountering a build problem after migrating to Poky 2.3 and Pseudo
> 1.8.1, and need help to resolve this.
> It is hampering our development efforts, forcing us to rebuild images
> frequently.
>
> Background:
> Our build applies SELinux file contexts, durin
On 08/22/2018 04:24 PM, benxi wrote:
Hi Qi,
Thanks for your reply. It indeed solves the problem, however I'm
afraid that modifying SERIAL_CONSOLES can have side effects on other
recipes. I also wonder if there 're any way to enable ttyS0 on my
raspberry pi(Since ENABLE_UART doesn't work).
Hi,
I had an issue building the latest TI SDK for Sitara processors (05_00_00_15),
and Kemal from TI suggested I post my findings here for comment.
So the build I attempted was for
$ MACHINE=am335x-evm bitbake arago-base-tisdk-image
following instructions from
http
//software-dl.ti.com/proce
Hi
I have recipes:
recipe_1.0.0.bb
recipe_1.0.1.bb
...
recipe_3.4.0.bb
If in some meta-layer I want to write some bbappend file to the latest
fresh version I create file
recipe_%.bbappend.
I have file otherRecipe.bb which is not versioned and inherit to
auto_package_version.
In definition of other
Dell - Internal Use - Confidential
> 2018-08-20 20:45 GMT+02:00 :
>> We are encountering a build problem after migrating to Poky 2.3 and Pseudo
>> 1.8.1, and need help to resolve this.
>> It is hampering our development efforts, forcing us to rebuild images
>> frequently.
>>
>> Background:
>>
Hello,
I am trying to use nativesdk-gcc to have a gcc compiler for my sdk
machine. Everything looks to work correctly but some code make the
linker attempt to use host libraries.
This is weird because this only happens when I use libraries that are
in the ${SDKROOT}/lib and not in ${SDKROOT}/usr/
Hi all,
Is anyone currently working on creating a recipe for LXD?
I want to create a recipe for LXD for my project and any inputs for
the same is welcome.
Thanks and Regards
Sarayu
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctop
On Wed, 2018-08-22 at 13:58 +, jack.f...@dell.com wrote:
> Dell - Internal Use - Confidential
>
> > 2018-08-20 20:45 GMT+02:00 :
> > > We are encountering a build problem after migrating to Poky 2.3
> > > and Pseudo 1.8.1, and need help to resolve this.
> > > It is hampering our development
2018-08-22 15:58 GMT+02:00 :
> I should add that the same problem exists in Poky 2.5, and top of Pseudo git
> repo. The problem was introduced, best I can tell, was when the entire
> Pseudo database structure was rewritten. As a result of the major overhaul
> messing with patches is problemat
Dell - Internal Use - Confidential
> Dell - Internal Use - Confidential
>
> > 2018-08-20 20:45 GMT+02:00 :
> > > We are encountering a build problem after migrating to Poky 2.3
> > > and Pseudo 1.8.1, and need help to resolve this.
> > > It is hampering our development efforts, forcing us to
How about moving the common part which is supposed to get included into
the `.inc` file?
To be fair, I have not seen any case of `include` or `require` statement
with a recipe (.bb) file
rather than with the (`.inc`) file. Did you?
On 22.08.2018 15:34, Tomasz Michalski wrote:
Hi
I have recipe
On Wed, 2018-08-22 at 14:54 +, jack.f...@dell.com wrote:
> So failure mode is the target filesystem is devoid of SELinux file
> contexts, all files are unlabeled_t, which pretty much breaks
> everything in enforcing mode. So whatever the corruption
> cause/effect in the Psuedo database, the en
On 08/22/2018 10:40 AM, Sarayu Sivanandam wrote:
Hi all, Is anyone currently working on creating a recipe for LXD? I want
to create a recipe for LXD for my project and any inputs for the same is
welcome. Thanks and Regards
check on the meta-virtualization list. We already have lxc and the
supp
Hi,
Is there a way to re-build a recipe if I change a variable in local.conf?
I've defined a variable - BUILDVERSION = "1.0.0" in local.conf. There is a
recipe which uses this variable, creates a version file and populates it in the
root file system. Now if I change this variable to say "2.0.0"
>
>
>>
> There is a separate directory, which is usually downloads/ under the build
> directory, to keep downloaded git repos and tarballs.
>
> [network] ---> [downloads] ---> [tmp/work/]
>
> So you don't have to worry about the downloading when you clean up tmp/.
>
> Best Regards,
> Chen Qi
>
> On Wed, 2018-08-22 at 14:54 +, jack.f...@dell.com wrote:
> > So failure mode is the target filesystem is devoid of SELinux file
> > contexts, all files are unlabeled_t, which pretty much breaks
> > everything in enforcing mode. So whatever the corruption cause/effect
> > in the Psuedo dat
On Wed, 22 Aug 2018 14:54:02 +
wrote:
> So failure mode is the target filesystem is devoid of SELinux file
> contexts, all files are unlabeled_t, which pretty much breaks
> everything in enforcing mode. So whatever the corruption
> cause/effect in the Psuedo database, the end result is when
On Tue, Aug 21, 2018 at 11:54 PM pawanKumar wrote:
>
> Hi,
>
> I'm new to this clearlinux environment and I want to know how to clone poky
> in clearlinux and generate image.
>
> Please forward any link regarding cloning and generating yocto image in
> clearlinux.
>
I don't think we have docume
On Tue, Aug 21, 2018 at 11:54 PM Sharmila
wrote:
>
> Hi Team,
>
> I am using i.Mx8 Family processor. Can you please tell whether it is possible
> to build the yocto bsp using eclipse to get the images
> (uboot,zImage,rootfs,dtb files). If yes then what is the procedure for the
> same.
>
a bit d
On Wed, Aug 22, 2018 at 7:35 AM Paulo Neves wrote:
>
> Hello,
>
> I am trying to use nativesdk-gcc to have a gcc compiler for my sdk
> machine. Everything looks to work correctly but some code make the
> linker attempt to use host libraries.
>
> This is weird because this only happens when I use l
On Wed, Aug 22, 2018 at 8:21 AM Amol Lad wrote:
>
> Hi,
>
>
>
> Is there a way to re-build a recipe if I change a variable in local.conf?
>
>
>
> I’ve defined a variable – BUILDVERSION = “1.0.0” in local.conf. There is a
> recipe which uses this variable, creates a version file and populates it i
> > On Tue, 14 Aug 2018 17:23:55 +, Wolfgang Tolkien
> wrote:
> >
> > I need some help and direction:
> >
> > I've started working on a 'meta-ocaml' layer to add support for the
> > OCaml language to Yocto:
> >
> > https://gitlab.com/wtolkien/meta-ocaml
> >
> > However, many OCaml projects see
On 08/22/2018 11:28 PM, Paul Sheer wrote:
There is a separate directory, which is usually downloads/ under
the build directory, to keep downloaded git repos and tarballs.
[network] ---> [downloads] ---> [tmp/work/]
So you don't have to worry about the downloading when yo
Hi
Moving common implementation to inc can be the case. However this what
cannot be moved to common part is:
SRCREV = "v1.2.4"
PR = "r125"
When I change something in the code related to recipe1.2.4.bb and add new
version of recipe1.2.5.bb this would require me to also update version of
otherRecipe.
27 matches
Mail list logo