Re: [yocto] [meta-swupdate] failed update leads to kernel panic

2019-06-17 Thread Stefano Babic
Hi Moritz, On 17/06/19 08:23, Moritz Porst wrote: > Hello Stefano, > Thanks very much for your answer > > On 14.06.19 14:14, Stefano Babic wrote: >> Hi Moritz, >> >> On 14/06/19 12:19, Moritz Porst wrote: >>> (Sorry, the answer should go to everyone) >

Re: [yocto] [meta-swupdate] failed update leads to kernel panic

2019-06-14 Thread Stefano Babic
ild the > initramfs using: You have a *single* rootfs, you stop an upgrade (resulting of course in a corrupted rootfs or worse), and you wonder that kernel cannot mount ityour update concept is broken. You *must* check the bootloader marker in U-Boot (default is the "recovery_status"

Re: [yocto] [meta-yocto-bsp][PATCH v2] beaglebone-yocto: Update u-boot config to match u-boot 19.04

2019-04-13 Thread Stefano Babic
gram such an U-Boot (2019.04?!) to my BBB and > try to get to the EFI shell with attached UEFI USB stick. > > Nice exercise, won't you all agree!? ;-) > Best regards, Stefano Babic > Thank you, > Zoran Stojsavljevic > ___ > > On Fri, Apr 12, 2019 at 12:09 AM Alistair

Re: [yocto] require and image.bbappend

2019-04-05 Thread Stefano Babic
Hi Matteo, On 05/04/19 17:54, Matteo Facchinetti wrote: > > Hi Stefano, > > Il giorno gio 4 apr 2019 alle ore 17:32 Stefano Babic <mailto:sba...@denx.de>> ha scritto: > > Hi Matteo, > > On 04/04/19 15:35, Matteo Facchinetti wrote: > > Hi,

Re: [yocto] require and image.bbappend

2019-04-04 Thread Stefano Babic
IMAGE_INSTALL of your image_base.bb. You can then have a .bbappend for the packagegroup in your BSP layer (and this then works) and you put the packagegroup in the IMAGE_INSTALL directive of both image_base.bb and Image_with_graphicsupport.bb. > or I wrong something else? > Best regards, Stefano B

Re: [yocto] Git tool/command problems with YOCTO Open Source repos

2018-11-28 Thread Stefano Babic
hy (and > Wolfgang's Denk right hand), You're now completely off topic. > do not take sides, rather ad-hoc > approach. For you, this topic is not important. Appreciated your help. > > I am asking here for much higher awareness. YOCTO better survival in The > Future. > Bes

Re: [yocto] Git tool/command problems with YOCTO Open Source repos

2018-11-28 Thread Stefano Babic
d for YOCTO layers' synchronization. In > other words, YOCTO should give some tools' (namely git) unification > guidelines in some way. :-) It is clear that a tool to maintain the layers in sync is required, but it is quite independent how the layers (and many are proprietary layer

Re: [yocto] How to update YP kernel image (run-time)

2018-10-30 Thread Stefano Babic
etc.? You get an overview about Yocto's updater at: https://wiki.yoctoproject.org/wiki/System_Update Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Muni

Re: [yocto] Generation of an image of an edited Ubuntu rootfs

2018-08-24 Thread Stefano Babic
e to generate images on your own. Example how to build the image is here: http://sbabic.github.io/swupdate/swupdate.html#building-a-single-image Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing D

Re: [yocto] chromium is compiling but is not able to add in the image

2018-08-24 Thread Stefano Babic
But work for kernel driver (Lima) and openGL is WIP. Ask Fedor/Marek for the current status and if it makes sense some test. Chromium without GPU does not work. Best regards, Stefano Babic > > -Original Message- > From: Stefano Babic > Sent: 23 August 2018 21:26 > To: Pa

[yocto] EFL : Status, WIP, interest...

2018-04-04 Thread Stefano Babic
Hi, I would like to know which is the status and the interest about EFL and Enlightment. I found the old Takashi's thread : https://lists.yoctoproject.org/pipermail/yocto/2017-February/034588.html I have seen that Takashi did already a lot of work starting a meta-efl-rebuilding (maybe to be

Re: [yocto] libgcc.a size

2018-01-11 Thread Stefano Babic
Hi Mircea, On 11/01/2018 12:54, Mircea Gliga wrote: > Hi guys > >>libgcc.a is "out-f-the-box" in rocko 25MB, but why should it be > integrated in rootfs ? > > I asked myself the same question. Not clear for me yet how and why it > gets in the rootfs. It is not - I have not in my -rocko

Re: [yocto] libgcc.a size

2018-01-11 Thread Stefano Babic
Hi Zoran, Mircea, On 11/01/2018 11:16, Zoran Stojsavljevic wrote: >> What stands out is a big bump in size for >> /usr/lib/arm-poky-linux-gnueabi/7.2.0/libgcc.a from 5 MB in krogoth(gcc >> 5.3.0) to 25 MB in rocko. > > Static library, probably compiled with -g (debug info included). You > need

Re: [yocto] Yocto Image with custom directory layout

2017-10-13 Thread Stefano Babic
late those directories. Means: no packagegroup-core-boot, no >> base-passwd, no -> then nothing should bring along other directories. > I tried that but it does pull other packages even if I set in my image: > > IMAGE_FEATURES = "" > IMAGE_LINGUAS = "" >

Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Stefano Babic
Hi Ferry, On 24/08/2017 15:09, Ferry Toth wrote: > Op Thu, 24 Aug 2017 12:40:57 +0200, schreef Stefano Babic: > >> Hi Ferry, >> >> On 24/08/2017 08:51, Ferry Toth wrote: >>> Op Wed, 23 Aug 2017 21:07:56 -0700, schreef Khem Raj: >>> >>>> On 8

Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Stefano Babic
;' >>>>>>>> >>>>>>>> But when I check my log file: >>>>>>>> NOTE: make -j8 CROSS_COMPILE=x86_64-poky-linux- >>>>>>>> CC=x86_64-poky-linux- gcc .. >>>>>>>> >>>>&

Re: [yocto] swupate.bblcass dependencies not triggering rebuild

2017-07-31 Thread Stefano Babic
Hi Andreas, On 31/07/2017 11:31, Andreas Fenkart wrote: > Hi > > 2017-07-28 15:20 GMT+02:00 Andreas Fenkart <afenk...@gmail.com>: >> Hi Stefano, >> >> 2017-06-14 10:32 GMT+02:00 Stefano Babic <sba...@denx.de>: >>> Hi Andreas, >>> >

Re: [yocto] Update SRCREV doesn't work?

2017-07-08 Thread Stefano Babic
which overwrites SRCREV in > > meta-swupdate/recipes-support/swupdate/swupdate_2017.04.bb > <http://swupdate_2017.04.bb> > > > After removing that line, everything is fine now. There is a commit 10 days ago that has already f

Re: [yocto] Update SRCREV doesn't work?

2017-07-05 Thread Stefano Babic
separate layer (meta-swupdate-boards, -master). > BTW, thank you so much for writing swupdate. You're welcome. > Best regards, Stefano Babic > Best Regards, > Thi Huynh > > Huỳnh Ngọc Thi > -so61pi > > On Wed, Jul 5, 2017 at 12:08 AM, Stefano Babic <sb

Re: [yocto] Update SRCREV doesn't work?

2017-07-04 Thread Stefano Babic
bb <http://swupdate_git.bb> > > require swupdate.inc > > DEFAULT_PREFERENCE = "-1" > > > A snippet of swupdate.inc > > SRCREV = "${AUTOREV}" > > Best regards, Stefano Babic -- ==

Re: [yocto] swupate.bblcass dependencies not triggering rebuild

2017-06-14 Thread Stefano Babic
Hi Andreas, On 13/06/2017 14:18, Andreas Fenkart wrote: > Hi list, > > I want to create a swupdate file, which is a cpio file with rootfs and > some metadata to control software update. My problem is, that it is not > rebuilt everytime the rootfs changes. I checked in the cooker log. > > NOTE:

Re: [yocto] file: fetch fail on missing commit

2017-03-20 Thread Stefano Babic
On 20/03/2017 12:16, Esponde, Joel wrote: > Hi, > > > > It seems that the “file” project maintainers have changed the hashes of > all commits of their github mirror repository. > > > > A fix has been recently added to the master branch: > >

Re: [yocto] any rumblings about a newer YP powerpc reference board than mpc8315e-rdb?

2017-03-03 Thread Stefano Babic
Hi Robert, On 03/03/2017 15:53, Robert P. J. Day wrote: > On Fri, 3 Mar 2017, Andy Pont wrote: > >> Robert wrote... >> I would look at one of the P10xx series QorIQ boards. Digi-Key list the P1021RDB-PC-ND and P1024RDB-PA-ND as being active parts which are either single or dual

Re: [yocto] meta-swupdate layer with precompiled uboot

2017-02-09 Thread Stefano Babic
would be greatly > appreciated. > > Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +

[yocto] [meta-java]: how add nativesdk-openjdk-8

2017-02-03 Thread Stefano Babic
Hi, I would like to have openjdk-8 in the built SDK. Because there is not yet a nativesdk- package, I have tried in the usual way, but I am facing some issues I do not understand. I have added a .bbappend for openjdk-8-native with : BBCLASSEXTEND_append = " nativesdk" (meta-java:

Re: [yocto] update mechanisms

2016-12-09 Thread Stefano Babic
Hi Patrick, On 09/12/2016 16:13, Patrick Ohly wrote: > Hello everyone! > > Thanks for contributing directly to the page. It's great to see this > done collaboratively. > > On Tue, 2016-12-06 at 23:38 +0100, Stefano Babic wrote: >> Hi Philip, >> >> On 06/

Re: [yocto] update mechanisms

2016-12-06 Thread Stefano Babic
Hi Philip, On 06/12/2016 19:45, Philip Balister wrote: > On 12/06/2016 06:11 AM, Lopez, Mariano wrote: >> >> >> On 12/6/2016 3:45 AM, Patrick Ohly wrote: >>> On Tue, 2016-12-06 at 10:01 +0100, Stefano Babic wrote: >>>> Hi Patrick, >>>> &g

Re: [yocto] update mechanisms

2016-12-06 Thread Stefano Babic
Hi Patrick, On 30/11/2016 15:59, Patrick Ohly wrote: > On Wed, 2016-11-30 at 14:31 +, André Draszik wrote: >> On Wed, 2016-11-30 at 12:04 +0100, Patrick Ohly wrote: >>> On Mon, 2016-11-21 at 12:03 +, André Draszik wrote: This allows us to completely remove the build time

Re: [yocto] [meta-java] openjdk-8 fail to build

2016-09-01 Thread Stefano Babic
Hi Federico, On 14/01/2016 13:37, Federico Pietro Briata wrote: > Hi, > > I'm on 1.6.2 (daisy Branch), so probably I've to cherry-pick something > more on poky. > > With poky-daisy-11.0.2 (Hash: e3dd621197548b4cf64988e757e9bc926082db73) > I confirm that openjdk 7 was working for sure with

Re: [yocto] how to tftp download a newer u-boot into RAM and simply execute it?

2016-07-07 Thread Stefano Babic
? I have not the board and I cannot test it - if you have a JTAG debugger, you are always able to restore the board in case something goes wrong. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing

Re: [yocto] images installing other images and artifacts

2016-01-08 Thread Stefano Babic
d a compound image (not as package) for the target that contains all components to be installed on the target (kernel, dtb, rootfs, ..). You can take a look at meta-swupdate and at the swupdate.bbclass. It could be a starting point for you. I hope this helps, Stefano Babic -- =

Re: [yocto] Flashing Yocto to SOM?

2015-10-06 Thread stefano babic
preciated. > As you see, you can now start u-boot and you get the bootloader's shell. The -74 error means ECC error. I guess that on this board, as on other TI's SOC, you have to switch to nandecc sw for kernel and rootfs. U-Boot is flashed using the hardware ECC controller. Regards, Stefano &g

Re: [yocto] Flashing Yocto to SOM?

2015-10-06 Thread stefano babic
Hi Alexander, Am 05.10.2015 um 20:31 schrieb Alexander Korsos: > > Hi, > > I'm trying to flash Yocto Dizzy (core-image-minimal built with > BitBake) onto a LogicPD DM3730 / AM3730 Torpedo + Wireless SOM using > the following commands at the U-Boot prompt: > > # nand erase.chip > # env default -f

Re: [yocto] Question / issue

2014-05-19 Thread Stefano Babic
-80 Email: sba...@denx.de = From 0cb68067149657079cad88b029f04cddcadf613a Mon Sep 17 00:00:00 2001 From: Stefano Babic sba...@denx.de Date: Thu, 26 Sep 2013 17:21:00 +0200 Subject: [PATCH] meta: add support for FIT images Signed-off

Re: [yocto] Creating an installer for your Yocto image.

2014-03-12 Thread Stefano Babic
Scope of the project is how to deploy images in the field. Maybe you can take a look at the doc to check if it can fullfill your requirements. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk

[yocto] Deploying Yocto build images

2013-11-21 Thread Stefano Babic
solutions (updating via bootloader ? single copy against dual copy ?) - you can find details in the doc directory in the swupdate repository. Maybe someone of you can find this helpful, and I will be happy if I could get some feedback. Best regards, Stefano Babic

Re: [yocto] Deploying Yocto build images

2013-11-21 Thread Stefano Babic
Hi Bryan, On 21/11/2013 16:48, Bryan Evenson wrote: Stefano, Looks interesting. I have a question that I didn't see covered in the documentation (yet). I know, this is my fault. Writing documentation is a task that is always postponed ;-) I can see the benefit to having a single image

Re: [yocto] Deploying Yocto build images

2013-11-21 Thread Stefano Babic
Hi Michael, On 21/11/2013 19:20, michael_e_br...@dell.com wrote: Thanks for posting this. It’s very timely for a project I am in the initial stages of designing. I have looked over the docs and some of the code, and am interested in using this. I would make a couple suggestions:

Re: [yocto] Deploying Yocto build images

2013-11-21 Thread Stefano Babic
Hi Diego, On 21/11/2013 13:34, Diego Sueiro wrote: Stefano, This is a really great tool. I'm always developing a new software update tool for each new project, since there are different requirements. That is right. I did the same in the past, until I recognize that I waste a lot of effort.

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Stefano Babic
serial you use as console) to your machine conf ? Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Stefano Babic
On 19/11/2013 10:59, Jack Lemon wrote: Stefano Babic sbabic@... writes: Is it not enough to add SERIAL_CONSOLE = 115200 ttyS0 (or which serial you use as console) to your machine conf ? Best regards, Stefano Babic Thank you Stefano for your reply. Does it not any need to edit u-boot

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Stefano Babic
in the right place? Mmmhh..there is something missing. Usually you have a separate file for u-boot. Of course, if u-boot is part of the filesystem, you cannot use for a first installation because u-boot must be copied at a specific address. Best regards, Stefano Babic

[yocto] Qt4.8 - qt4-x11-free does not compile if host has qt-mobility installed

2013-07-17 Thread Stefano Babic
without fixing the issue. Any hints to solve this ? Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49