Re: [linux-yocto] Bug in yocto-kernel-tools when BBLAYERS contains paths relative to TOPDIR

2023-11-17 Thread Jose Quaresma
Hi emmanuel escreveu no dia quinta, 16/11/2023 à(s) 18:52: > Hello, > I am sorry to ask here about this bug. > I recently started to work with kas and I am trying to build a Yocto image > that I already did with bitbake without kas and I have the same issue for > relatives path. When I build

Re: [linux-yocto] Removing DISTRO_FEATURES from a specific machine type

2022-11-14 Thread Jose Quaresma
Hi Pintu, Pintu Agarwal escreveu no dia segunda, 14/11/2022 à(s) 16:35: > Hi, > > This question is related to Yocto Dunfell specifically. > > I have certain distro features defined (by default) in our distro > include/conf file. > These distro features are required for certain machines and

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-11 Thread Jose Quaresma
Bruce Ashfield escreveu no dia terça, 11/10/2022 à(s) 03:00: > > > On Mon, Oct 10, 2022 at 11:25 AM Jose Quaresma > wrote: > >> >> >> Bruce Ashfield escreveu no dia segunda, >> 10/10/2022 à(s) 16:04: >> >>> >>> >>> On Mo

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-10 Thread Jose Quaresma
Bruce Ashfield escreveu no dia segunda, 10/10/2022 à(s) 16:04: > > > On Mon, Oct 10, 2022 at 9:38 AM Bruce Ashfield via lists.yoctoproject.org > wrote: > >> >> >> On Mon, Oct 10, 2022 at 7:48 AM Jose Quaresma >> wrote: >> >>> >

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-10 Thread Jose Quaresma
Jose Quaresma via lists.yoctoproject.org escreveu no dia segunda, 10/10/2022 à(s) 11:12: > > > Bruce Ashfield escreveu no dia domingo, > 9/10/2022 à(s) 03:48: > >> On Sat, Oct 8, 2022 at 3:33 PM Jose Quaresma >> wrote: >> > >> > Hi Bruce, >&

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-10 Thread Jose Quaresma
Bruce Ashfield escreveu no dia domingo, 9/10/2022 à(s) 03:48: > On Sat, Oct 8, 2022 at 3:33 PM Jose Quaresma > wrote: > > > > Hi Bruce, > > > > Jose Quaresma via lists.yoctoproject.org gmail@lists.yoctoproject.org> escreveu no dia sexta, 7/10/2022

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-08 Thread Jose Quaresma
Hi Bruce, Jose Quaresma via lists.yoctoproject.org escreveu no dia sexta, 7/10/2022 à(s) 09:23: > Hi Bruce, > > Bruce Ashfield escreveu no dia sexta, > 7/10/2022 à(s) 02:18: > >> On Thu, Oct 6, 2022 at 2:27 PM Bruce Ashfield via >> lists.yoctoproject.org >>

Re: [linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-10-07 Thread Jose Quaresma
s it possible for you to point me at the configuration and steps to > reproduce it ? > Many thanks to working on this. I will try to reproduce the problem during the day, so I will keep back with steps needed for that. Jose > > Bruce > > > > > Bruce > > > > > Bruce

[linux-yocto] [yocto-kernel-tools][PATCH] spp: expand input files when they have full path

2022-09-29 Thread Jose Quaresma
-dev-mfgtool/imx8mq-evk/defconfig | # run time: 0 seconds | # processed files: | # _cfg /oe/layers/meta-lmp/meta-lmp-bsp/recipes-kernel/linux/linux-lmp-dev-mfgtool/imx8mq-evk/defconfig Signed-off-by: Jose Quaresma --- tools/spp | 13 - 1 file changed, 12 insertions(+), 1 deletion

Re: [linux-yocto] [yocto-kernel-tools][PATCH 2/2] Revert "spp: ensure that relocations and patch paths are absolute"

2022-09-29 Thread Jose Quaresma
Bruce Ashfield escreveu no dia quinta, 29/09/2022 à(s) 18:09: > On Thu, Sep 29, 2022 at 12:55 PM Jose Quaresma > wrote: > >> Hi Bruce, >> >> Bruce Ashfield escreveu no dia quinta, >> 29/09/2022 à(s) 17:42: >> >>> If this broke another u

Re: [linux-yocto] [yocto-kernel-tools][PATCH 2/2] Revert "spp: ensure that relocations and patch paths are absolute"

2022-09-29 Thread Jose Quaresma
echo $i +done +} + + # args are the input files -infiles=$@ +infiles=$(expand_if_full_path $@) processed_files="" > > Bruce > > > On Thu, Sep 29, 2022 at 12:37 PM Jose Quaresma > wrote: > >> This reverts commit 9320c2a1aaa085e94abd15ede0d93ff

[linux-yocto] [yocto-kernel-tools][PATCH 2/2] Revert "spp: ensure that relocations and patch paths are absolute"

2022-09-29 Thread Jose Quaresma
/recipes-kernel/linux/linux-lmp-dev-mfgtool/imx8mq-evk/defconfig so the 9320c2a patch removes the prefix in this use case. Signed-off-by: Jose Quaresma --- tools/scc-cmds/kconf.cmd | 4 tools/spp| 17 ++--- 2 files changed, 2 insertions(+), 19 deletions(-) diff

[linux-yocto] [yocto-kernel-tools][PATCH 1/2] scc: only look for error in scc_output_file if it has valid content

2022-09-29 Thread Jose Quaresma
messages to the user. Signed-off-by: Jose Quaresma --- tools/scc | 42 +++--- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/tools/scc b/tools/scc index 78e7445..58a9e46 100755 --- a/tools/scc +++ b/tools/scc @@ -249,28 +249,32 @@ process_file