I am very new to Yocto. The aim is to customize a build for a particular embedded device. I am using Ubuntu 18.04 as the build host. An SDK has already been provided for the device with all the Yocto layers etc. which I cloned, and now following instructions. When I get to the stage to actually run the build
Tag: openembedded
YOCTO Change kernel version and select drivers
I am trying to compile a new Linux kernel obtained from https://github.com/qoriq-open-source/linux (version 4.9) for T1042D4RDB-64B embedded board using Yocto. It’s currently using 4.1.35-rt41. I followed these steps: bitbake virtual/kernel -c cleansstate bitbake virtual/kernel -c patch replacing git folder with my new kernels source code (https://github.com/qoriq-open-source/linux) make ARCH=powerpc menuconfig bitbake virtual/kernel Result is The new kernel has compiled successfully but
Where should I _append Yocto bitbake task to create work folder symlink?
Let’s say I have my package at I would like to have symlink created each time the new version is fetched and unpacked. How can I achieve that ? Which class, task should I append, extend ? Optionally, I would like to have that for all packages or at least packages in my meta. Answer A new task that comes