[yocto] Warrior/ External Kernel Modules Build broken

2019-09-24 Thread Ayoub Zaki
Hello, The external kernel modules build is broken : # bitbake hello-mod | /bin/sh: scripts/basic/fixdep: No such file or directory | /opt/workspace/build/tmp/work-shared/imx6ul-scu/kernel-source/scripts/Makefile.build:332: recipe for target '/opt/workspace/build/tmp/work/imx6ul_scu-scu-linux-gnu

[yocto] Eclipse/Yocto SDK cannot import Makefile based projects

2018-08-23 Thread Ayoub Zaki
I'm using Eclipse Oxygen and set it up succesffuly with Yocto Plugins and SDK toolchains ( 2.5 Sumo). I can create a Yocto SDK Autotools Project but there is no way to import an existing Makefile based project and use the Yocto SDK plugin ! am I missing something ? best regards -- ___

[yocto] Annoying taskhash error

2018-08-10 Thread Ayoub Zaki
Hello list, I'm building a custom yocto distro based on sumo, in my distro config I have defined : DISTRO = "paos" DISTRO_NAME = "PAOS" DISTRO_VERSION = "V00.00.00.00+${DATETIME}" DISTRO_CODENAME = "sumo" SDK_VENDOR = "-paossdk" SDK_VERSION = "${DATETIME}" Taskhash errors are related of using DA

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-30 Thread Ayoub Zaki
I just realized that SDK generation does not include the lib32 libraries ! I run for that : $ MACHINE=my-machine bitbake -c pouplate_sdk my-image On Mon, Jul 30, 2018 at 2:51 PM, Ayoub Zaki wrote: > Hi all, > > I added to my image: IMAGE_INSTALL_append = " lib32-glibc"

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-30 Thread Ayoub Zaki
pmodwrapper-cross linux-yocto lttng-modules > make-mod-scripts qemuwrapper-cross vboxguestdrivers > the rest is 32bit > > On Fri, Jul 27, 2018 at 12:23 PM Ayoub Zaki > wrote: > >> Hello all, >> >> thanks for the suggestions: I tried the multilib concept of yo

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-27 Thread Ayoub Zaki
pmodwrapper-cross), but it's kind of shaky and error prone, I'll > send fixes for some of these issues, but as we're using morty it's more > complicated to find out what is still needed and what was resolved in newer > OE already. > > And there are the issues with

[yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-26 Thread Ayoub Zaki
Hi list, Is it possible to define a MACHINE configuration with a 64 Bit kernel and 32 Bit user space ? The user space should not be using a x32 ABI. Thank you! best regards -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject

Re: [yocto] How do I generate a dtb for my board support package?

2018-01-25 Thread Ayoub Zaki
On Thu, Jan 25, 2018 at 2:16 PM, Peter Spierenburg < peter.spierenb...@nautel.com> wrote: > I am trying to write a board support package for the adzs-sc589-ezlite > board from Analog Devices, because AD only supplies a buildroot package, > and I would prefer to use yocto. > > > AD's buildroot prod

Re: [yocto] rfkill cannot open control device

2017-12-19 Thread Ayoub Zaki
i get the syntanx output, this means it exists. the wifi driver is installed. What is the rfkill device? is it /dev/rfkill ? rfkill is part of Bluez5, you can add it to your image recipe. -- Ayoub Zaki Embedded Systems Consultant Vaihinger Straße 2/1 D-71634 Ludwigsburg

Re: [yocto] disable x11 totally

2017-12-17 Thread Ayoub Zaki
you can disable it by adding to your local.conf: DISTRO_FEATURES_remove = "x11" On 17.12.2017 07:47, Ran Shalit wrote: Hello, I use fb dsitro, and I was surprised that we still get xterm in hdmi output. How can I disable it ? Regards, Ran -- Ayoub Zaki Embedded Systems

Re: [yocto] disable psplash

2017-12-10 Thread Ayoub Zaki
Hi, you can disable psplash by removing the package from your image: IMAGE_FEATURES_remove = "splash" cheers, -- Ayoub Zaki Embedded Systems Consultant Vaihinger Straße 2/1 D-71634 Ludwigsburg Email: ayoub.z...@embexus.com Homepage : https://embexus.com VAT No. : DE31390

Re: [yocto] Yocto problem for Ryzen-7 cpu

2017-11-08 Thread Ayoub Zaki
Wed, Nov 8, 2017 at 12:06 PM, Jerry Lian <mailto:jerry.l...@gmail.com>> wrote: (my Gmail does not accept new message for same subject? so I open a new thread) So bad: I do use Ryzen-7. will Ubuntu-17 or latest Debian fix the problem? -- Ayoub Zaki Embedde

Re: [yocto] Yocto problem for Ryzen-7 cpu

2017-11-08 Thread Ayoub Zaki
On 08.11.2017 18:06, Jerry Lian wrote: (my Gmail does not accept new message for same subject? so I open a new thread) So bad: I do use Ryzen-7. will Ubuntu-17 or latest Debian fix the problem? try it out and give us feedback ;-) -- Ayoub Zaki Embedded Systems Consultant Vaihinger

Re: [yocto] Annoying "rerun to fix" bug for bitbake: task failed, but rerun can fix it.

2017-11-08 Thread Ayoub Zaki
___ yocto mailing list yocto@yoctoproject.org <mailto:yocto@yoctoproject.org> https://lists.yoctoproject.org/listinfo/yocto <

Re: [yocto] Annoying "rerun to fix" bug for bitbake: task failed, but rerun can fix it.

2017-11-08 Thread Ayoub Zaki
On 08.11.2017 17:47, Burton, Ross wrote: On 8 November 2017 at 16:41, Ayoub Zaki <mailto:ayoub.z...@embexus.com>> wrote:     (By the way, I just build brand new PC with 16 threads CPU, 32G     memory, and install Ubuntu 16.4.3 with ESXI-6.5) Do you have a Ryzen 7

Re: [yocto] Annoying "rerun to fix" bug for bitbake: task failed, but rerun can fix it.

2017-11-08 Thread Ayoub Zaki
_ yocto mailing list yocto@yoctoproject.org <mailto:yocto@yoctoproject.org> https://lists.yoctoproject.org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto> -- Ayoub Zaki Embedded Systems Consultant Vaihinger

Re: [yocto] Bitwise Operations in BBClass

2017-10-31 Thread Ayoub Zaki
ze bitwise operations like  & ~ I'm really stucked ... Ross On 31 October 2017 at 11:27, Ayoub Zaki <mailto:ayoub.z...@embexus.com>> wrote: Hello, I'm trying to get a bitwise operation working in a bitbake bblcass function but no luck so far : my_funct

[yocto] Bitwise Operations in BBClass

2017-10-31 Thread Ayoub Zaki
r during parsing /opt/Projects/Yocto/meta-somelayer/recipes-kernel/linux/linux-imx_4.1.15.bb: Failure expanding variable my_function: NotImplementedError: $(( Any suggestions how to tackle this problem ? Thank you ! -- Ayoub Zaki Embedded Systems Consultant Vaihinger Straße 2/1 D-

Re: [yocto] sfdisk package

2017-10-19 Thread Ayoub Zaki
t util-linux-readprofile util-linux-mkfs util-linux-mountpoint util-linux-prlimit" Regards, S.Ancelot Le 19/10/2017 à 11:39, Ayoub Zaki a écrit : On 19.10.2017 11:36, Stéphane Ancelot wrote: Hi, I would need sfdisk package, I have not found it. I suppose I must create it or a

Re: [yocto] sfdisk package

2017-10-19 Thread Ayoub Zaki
On 19.10.2017 11:36, Stéphane Ancelot wrote: Hi, I would need sfdisk package, I have not found it. I suppose I must create it or are there any software forge where I could find it ? util-linux-sfdisk ? Regards, S.Ancelot -- Ayoub Zaki Embedded Systems Consultant Vaihinger Straße 2/1

Re: [yocto] Yocto Image with custom directory layout

2017-10-13 Thread Ayoub Zaki
Hi, On 12.10.2017 19:07, Ayoub Zaki wrote: Hi, I would like to generate an image that contains a custom directories layout for expl: foo/ ├── bar1 │   └── bar2 │   ├── config │   └── data └── work └── var └── lib ├── config └── data It

Re: [yocto] Yocto Image with custom directory layout

2017-10-12 Thread Ayoub Zaki
Hi, On 12.10.2017 20:34, Josef Holzmayr wrote: Hi On 12.10.2017 19:07, Ayoub Zaki wrote: Hi, I would like to generate an image that contains a custom directories layout for expl: foo/ ├── bar1 │   └── bar2 │   ├── config │   └── data └── work └── var └── lib

Re: [yocto] possible to append or patch existing machine .conf file?

2017-10-12 Thread Ayoub Zaki
t the variable then bitbake -e and the produced image both show the correct entry. Why does it behave that way? -- Ayoub Zaki Embedded Systems Consultant Vaihinger Straße 2/1 D-71634 Ludwigsburg Tel. : +4971415074546 Mobile : +4917662901545 Email: ayoub.z...@embexus.com Homepage : ht

[yocto] Yocto Image with custom directory layout

2017-10-12 Thread Ayoub Zaki
, is there anyway to achieve that ? without using ROOTFS_POSTPROCESS_COMMAND. I would like to use in a seperate partition. Thank you ! -- Ayoub Zaki Embedded Systems Consultant Vaihinger Straße 2/1 D-71634 Ludwigsburg Tel. : +4971415074546 Mobile : +4917662901545 Email: ayoub.z

Re: [yocto] Layer versions at runtime

2017-10-12 Thread Ayoub Zaki
a6b7ef596348835cff57" meta-go           = "HEAD:514b2a80a2a4235687e92fb28328bb3e7c2d6c74" Does this information find it's way into the rootfs? If not, any suggestions on how to achieve this? The goal is to have this info available while the image is running. Be Well, Alan

Re: [yocto] read-only-rootfs causes systemd-tmpfiles-setup.service failure ( symlink(../run/lock, /var/lock) failed: Read-only file system)

2017-10-06 Thread Ayoub Zaki
Sep 01 19:16:27 dso systemd[1]: systemd-tmpfiles-setup.service: Failed with result 'exit-code'. Not clear if I should be worried about this. If so, what should be done? Thanks Richard C. Allen Keysight Technologies richard_al...@keysight.com can you show your /etc/fstab ? -- Ayoub Zak

[yocto] Systemd Journal log persistence

2017-09-29 Thread Ayoub Zaki
nding base-files recipe and remove the symlink above but it still appearing on the filesystem ! Any tipps ? Regards -- Ayoub Zaki Embedded Systems Consultant Vaihinger Straße 2/1 D-71634 Ludwigsburg Tel. : +4971415074546 Mobile : +4917662901545 Email: ayoub.z...@embexus.com Hom

Re: [yocto] rootfs encryption support

2017-09-26 Thread Ayoub Zaki
Hi, On 26.09.2017 12:29, Kumar, Shrawan wrote: To add further information to the query , I am executing  “cryptsetup”  from a recipe as below : (/Yocto 2.0.2)/ fakeroot do_install() {    cryptsetup --type=plain open hello.enc demomap < dm-crypt-key } Additional debug log : +

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread Ayoub Zaki
On 13.09.2017 19:55, Khem Raj wrote: On Wed, Sep 13, 2017 at 12:27 AM, Ayoub Zaki <mailto:ayoub.z...@embexus.com>> wrote: I ran into the same problem: ENABLE_UART = "1" is not enough you should also add INSTALL_append= " rpi-config" to your local.

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread Ayoub Zaki
inkedin.com/in/yahiafarghaly> - GitHub <https://github.com/yahiafarghaly> ‌ -- Ayoub Zaki Embedded Systems Consultant Vaihinger Str. 2/1 71634 Ludwigsburg e-mail: ayoub.z...@embexus.com Tel: +49176-62901545 https://embexus.com -- ___

Re: [yocto] How to strip down my Yocto Linux?

2017-08-02 Thread Ayoub Zaki
ve = "x11" DISTRO_FEATURES_remove = "nfc" DISTRO_FEATURES_remove = "nfs" DISTRO_FEATURES_remove = "ext2" etc... -- Ayoub Zaki ayoub.z...@embexus.com Mobile: +49(0)176-62901545 Skype: ayoub.zaki_2 https://embexus.com On 02.08.2017 11:57, Markus Volk

Re: [yocto] Automount issues

2017-08-01 Thread Ayoub Zaki
Yes ! I had this problem a while ago, I fixed the problem by changing in systemd-udev service the mountFlags to shared instead of slave: here is a link to the mailing list discussion : https://lists.yoctoproject.org/pipermail/yocto/2015-March/023879.html -- Ayoub Zaki ayoub.zaki at

Re: [yocto] Automount issues

2017-08-01 Thread Ayoub Zaki
the sender via return e-mail. Thank you. -- Ayoub Zaki ayoub.z...@embexus.com Mobile: +49(0)176-62901545 Skype: ayoub.zaki_2 https://embexus.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How do I write a yocto/bitbake recipe to replace the default vsftpd.conf file with my own filE?

2017-07-25 Thread Ayoub Zaki
install -m 0755 ${WORKDIR}/nginx/nginx.conf ${D}${sysconfdir}/nginx/ install -m 0755 ${WORKDIR}/init.d/myscript.sh ${D}${sysconfdir}/init.d/ } But, the file could not be replaced! What is wrong? you should add to your recipe : FILES_${PN} += " list of files you install

Re: [yocto] Wifi on wandboard with Yoct0 Morty

2017-07-07 Thread Ayoub Zaki
and other defects. ---- -- Ayoub Zaki ayoub.z...@embexus.com Mobile: +49(0)176-62901545 Skype: ayoub.zaki_2 https://embexus.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto Optimization query

2017-06-27 Thread Ayoub Zaki
some suggestions on how to optimise the boot time and different ways of doing it. Thanks Prasoon Cheers, -- Ayoub Zaki ayoub.z...@embexus.com Mobile: +49(0)176-62901545 Skype: ayoub.zaki_2 https://embexus.com -- ___ yocto mailing list yocto

Re: [yocto] SRCPV and SRC_URI

2017-06-02 Thread Ayoub Zaki
countless other recipes that do this. Regards, Russell -- Ayoub Zaki ayoub.z...@embexus.com Mobile: +49(0)176-62901545 https://embexus.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Warning: unable to open an initial console

2017-05-26 Thread Ayoub Zaki
is is only introduced with kernel version 2.6.32. Cheers, Gerard On Fri, May 26, 2017 at 10:20 PM, Ayoub Zaki <mailto:ayoub.z...@embexus.com>> wrote: Hi Gerard, did you try to set CONFIG_DEVTMPFS=y in your Kernel config ? Cheers On 26.05.2017 15:52, Gerard van den Bosch

Re: [yocto] Warning: unable to open an initial console

2017-05-26 Thread Ayoub Zaki
octo@yoctoproject.org> > https://lists.yoctoproject.org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto> > Hello Gerard, if your old kernel lacks devtmpfs you need a "device table". You need to set at least IMAGE_DEVICE_TABLES =

[yocto] Prelinking not working

2017-04-22 Thread Ayoub Zaki
! best regards Ayoub Zaki -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Override machine conf settings

2017-01-21 Thread Ayoub Zaki
ak/Projects/ yocto/meta-something:/home/zak/Projects/yocto/meta-raspberrypi:/home/zak/ Projects/yocto/meta-openembedded/meta-oe which triggered exception RecursionError: maximum recursion depth exceeded while calling a Python object 2017-01-12 21:39 GMT+01:00 Khem Raj : > On Thu, Jan 12, 2

[yocto] Override machine conf settings

2017-01-12 Thread Ayoub Zaki
Hello, I'm trying to figure out how can I override machine settings, for example in raspberrypi I want to change default kernel version from 4.4.x to 4.1.x for that I created in my layer meta-somelayer/conf/machine/raspberrypi.conf : require conf/machine/raspberrypi.conf PREFERRED_VERSION_linux-

[yocto] Initramfs framework buggy ?

2016-06-04 Thread Ayoub Zaki
Hello, when udev is not included in PACKAGE_INSTALL within the initramfs image recipe (which I don't want to use !), the boot fails (no device nodes !) even when using both USE_DEVFS = "0" and "1" because the dev/ folder is not created ! here my recipe : DESCRIPTION = "base initramfs" PACKAGE_I

[yocto] Bundled Initramfs inside rootfs

2016-04-15 Thread Ayoub Zaki
f my my-image rootfs ? Thank you Ayoub Zaki -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Build External Kernel Modules error

2016-02-26 Thread Ayoub Zaki
uild/tmp/work-shared/shc/kernel-build-artifacts' | make: *** [sub-make] Error 2 I'm using a linux 4.1 mainline based kernel and I set the Kernel defconfig in my machine.conf as follow : KBUILD_DEFCONFIG = "shc_defconfig" The kernel and internal modules are bu

[yocto] Ubuntu-Core vs Yocto

2016-01-19 Thread Ayoub Zaki
Hello all, what are the pros and cons using a Yocto Linux based Distro Vs Ubuntu Core ? Best regards -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Build External Kernel Modules fails

2015-12-22 Thread Ayoub Zaki
tmp/work-shared/shc/kernel-build-artifacts' | make: *** [sub-make] Error 2 I'm using a linux 4.1 mainline based kernel and I set the Kernel defconfig in my machine.conf as follow : KBUILD_DEFCONFIG = "shc_defconfig" The kernel and internal modules are bu

[yocto] FEED_DEPLOYDIR_BASE_URI does not work

2015-12-01 Thread Ayoub Zaki
? I'm using jethro version with opkg as package manager. cheers, Ayoub zaki -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] external layer Git workflow

2015-11-24 Thread Ayoub Zaki
Hello, I have a distro meta-layer on the top of poky and using few other layers such as meta-openembedded. Is there any recommended Git Workflow to keep it aligned with yocto/openembedded branching/release cycles ? Cheers Ayoub Zaki -- ___ yocto

Re: [yocto] VFAT patent EP 0 618 540

2015-10-09 Thread Ayoub Zaki
TI Socs Boot Rom code can use Vfat but does not necessarly need it as Bootloaders (spl, u-boot) can be loaded directly from Raw MMC/eMMC. Am 09.10.2015 21:59 schrieb "Christian Ege" : > Hi, > Am 09.10.2015 8:31 nachm. schrieb "Robert Berger" < > gm...@reliableembeddedsystems.com>: > > > > Hi, > >

[yocto] Fwd: dizzy 1.7 udev automount misbehaviour

2015-03-02 Thread Ayoub Zaki
-- Forwarded message -- From: Ayoub Zaki Date: 2015-03-02 10:24 GMT+01:00 Subject: Re: [yocto] dizzy 1.7 udev automount misbehaviour To: scerveau Hello Stephane, Yes please read this : http://www.volkerschatz.com/unix/advmount.html Regards 2015-03-02 9:56 GMT+01:00 scerveau

[yocto] dizzy 1.7 udev automount misbehaviour

2014-11-26 Thread Ayoub Zaki
I have built an image using yocto dizzy 1.7 running on beaglebone using systemd as init system and I noticed a misbehaviour while inserting different removable storage device (sd cards /usb sticsk) using vfat/ext3/ext4 FS that it does not correctly get mounted and the mount points under /run/media/

[yocto] dizzy 1.7 udev automount misbehaviour

2014-11-26 Thread Ayoub Zaki
I have built an image using yocto dizzy 1.7 running on beaglebone using systemd as init system and I noticed a misbehaviour while inserting different removable storage device (sd cards /usb sticsk) using vfat/ext3/ext4 FS that it does not correctly get mounted and the mount points under /run/media/