[yocto] O_RDONLY ... missed bits/fcntl.h not as expected

2018-03-12 Thread Arno Steffens
I looked for #define O_RDONLY 00 #define O_WRONLY 01 #define O_RDWR 02 and found it in : bits/fcntl-linux.h. According to this file it should not be included, but bits/fcntl.h. And it requires something like that: A minimal contains just: struct

Re: [yocto] O_RDONLY ... missed bits/fcntl.h not as expected

2018-03-12 Thread Arno Steffens
me the include you'd use in programs includes which includes which defines O_RDONLY.   Ross     On 12 March 2018 at 07:32, Arno Steffens <s...@gmx.li> wrote: I looked for #define O_RDONLY             00 #define O_WRONLY             01 #define O_RDWR               02 and found it in : bits/fcntl-

Re: [yocto] O_RDONLY ... missed bits/fcntl.h not as expected

2018-03-12 Thread Arno Steffens
, but for the Eclipse viewer to show the code. That is the problem here.  I try to set ARCH=arm at various places in eclipse. but id doesn't have an effect. Mhh.   Gesendet: Montag, 12. März 2018 um 11:39 Uhr Von: "Burton, Ross" <ross.bur...@intel.com> An: "Arno Steffens" <s...@g

Re: [yocto] passwd fails for other users than root

2018-03-14 Thread Arno Steffens
> Gesendet: Montag, 12. März 2018 um 09:21 Uhr > Von: "Maxin B. John" <maxin.j...@intel.com> > An: "Arno Steffens" <s...@gmx.li> > Cc: yocto@yoctoproject.org > Betreff: Re: [yocto] passwd fails for other users than root > > Hi Arno, > &

[yocto] passwd fails for other users than root

2018-03-08 Thread Arno Steffens
I have 2 extra users (added with useradd_example.bb). Login works for all 3 parties. While login works, passwd (to change it) doesn't work for the extra users. They will asked for the old one - which fails. Root is not to be asked for old password. That's way root can change password for all.

[yocto] Update a recipe to use newer sources

2018-04-10 Thread Arno Steffens
Can you please help me? For one or 2 packages I need newer sources than available via yocto. Is there a guide what and how I have to modify (or better copy, modify and add???) a recipe where the only change is a newer source code release? I am aware that this can create trouble, but sometimes

Re: [yocto] cortexa9t2hf instead of cortexa9hf

2019-06-17 Thread Arno Steffens
us architecture > Cortexa9hf, and addition is Thumb-2 mode. > > Hope this helps, > > Zoran > ___ > > On Mon, Jun 17, 2019 at 2:03 PM Arno Steffens wrote: > > > > I switched from Yocto 2.5 to 2.7 and recognised a new architetcure name. > > Instead of cortexa9h

[yocto] cortexa9t2hf instead of cortexa9hf

2019-06-17 Thread Arno Steffens
I switched from Yocto 2.5 to 2.7 and recognised a new architetcure name. Instead of cortexa9hf it is now build for cortexa9t2hf? Did I do something wrong or what exactly does this t2 mean? Target system is a Zynq7020 system. -- ___ yocto mailing list

Re: [yocto] cortexa9t2hf instead of cortexa9hf

2019-06-17 Thread Arno Steffens
1.42, since A8 and A9 belongs to armv7, A15 belongs to armv8 (IIRC). > > Bottom line: nothing to be done by you, Arno, seems that bitbake 1.42 > should return "armv7" as TUNE FEATURE. > > Best Regards, > Zoran > ___ > > > On Mon, Jun 17, 2019 at 3:00 PM Arno Steffens wr

Re: [yocto] Eclipse (plugin, settings)

2019-05-09 Thread Arno Steffens
eful. Arno > Gesendet: Mittwoch, 08. Mai 2019 um 15:36 Uhr > Von: "Zoran Stojsavljevic" > An: "Arno Steffens" > Cc: "Yocto Project" > Betreff: Re: [yocto] Eclipse (plugin, settings) > > https://marc.info/?l=openembedded-core=155482339222316=2 > > (do

[yocto] Eclipse (plugin, settings)

2019-05-08 Thread Arno Steffens
I want to use Eclipse as IDE for coding/debugging. What do I have to set to get the proper compiler prefixes and pathes, libs and includes ? Or any way to combine the environment setup with start of eclipse? I have seen there was a Eclipse plugin, but not for newer versions as 2019.03. Here

Re: [yocto] [zeus] icu-native-64.2-r0 do_configure: configure failed

2019-11-01 Thread Arno Steffens
Thanks Ross, that was a great help! Not sure I would found it... Indeed python3 was installed but not all required elements: sudo apt-get install python3-distutils was my friend. Best regards Arno -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [zeus] icu-native-64.2-r0 do_configure: configure failed

2019-10-30 Thread Arno Steffens
I use a poky core-image-minimal with some packages added - as for instance strace and valgrind (for armv7a). Strange - yocto in older versions generates images with valgrind/strace .. without any complaints. So both PC and image-recipe are same, but in Yocto 2.5 and 2.7 it works, in 3.0 not ?!?