Re: [linux-yocto] [poky] Yocto kernel compilation issues

2018-09-04 Thread srinivasan
"inherit kernel" doesn't allow to add new kernels for the very first to yocto build system for example adding the below kernel *- The kernel used would be the Linux-rt-devel v4.14.39 from the git repo in https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git/

[linux-yocto] [yocto-4.14][yocto-4.9][PATCH] rt: drop obselete configuration options

2018-09-04 Thread Anuj Mittal
From: Bruce Ashfield Signed-off-by: Bruce Ashfield Signed-off-by: Anuj Mittal --- ktypes/preempt-rt/preempt-rt.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/ktypes/preempt-rt/preempt-rt.cfg b/ktypes/preempt-rt/preempt-rt.cfg index edf8fc3d..af9831b4 100644 ---

Re: [linux-yocto] [poky] Yocto kernel compilation issues

2018-09-04 Thread srinivasan
Adding the "DEPENDS += "xz-native bc-native" in the "linux-srini_4.14.bb" did the trick Many many thanks for all your support :) On Wed 5 Sep, 2018, 7:12 AM Khem Raj, wrote: > in your local.conf add > > HOSTTOOLS += "bc" > > see if that helps > > On Tue, Sep 4, 2018 at 5:33 PM srinivasan >