All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel menuconfig broken?
@ 2018-04-01 21:49 Andreas Müller
  2018-04-02 21:57 ` Trevor Woerner
  0 siblings, 1 reply; 20+ messages in thread
From: Andreas Müller @ 2018-04-01 21:49 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hi

When running bitbake -cmenuconfig virtual/kernel I get a flood of

undefined reference errors. Am I alone here?

Cheers

Andreas


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-01 21:49 kernel menuconfig broken? Andreas Müller
@ 2018-04-02 21:57 ` Trevor Woerner
  2018-04-12 20:28   ` Andreas Müller
  0 siblings, 1 reply; 20+ messages in thread
From: Trevor Woerner @ 2018-04-02 21:57 UTC (permalink / raw)
  To: Andreas Müller; +Cc: Patches and discussions about the oe-core layer

On Sun 2018-04-01 @ 11:49:58 PM, Andreas Müller wrote:
> When running bitbake -cmenuconfig virtual/kernel I get a flood of
> undefined reference errors. Am I alone here?

Sadly, I think you might be.

	$ bitbake virtual/kernel -c menuconfig

works fine for me.

I assume you're doing this for something RaspberryPi-ish?

	Build Configuration:
	BB_VERSION           = "1.37.0"
	BUILD_SYS            = "x86_64-linux"
	NATIVELSBSTRING      = "opensuse-42.3"
	TARGET_SYS           = "arm-oe-linux-gnueabi"
	MACHINE              = "raspberrypi3"
	DISTRO               = "nodistro"
	DISTRO_VERSION       = "nodistro.0"
	TUNE_FEATURES        = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
	TARGET_FPU           = "hard"
	meta-raspberrypi     = "master:63e53f919089027259a513dc2cd4b140789bf1a3"
	meta                 = "master:4cedddb83623c79980b354642dfeaf78218ca4b7"
	meta-oe              
	meta-gnome           
	meta-python          
	meta-networking      
	meta-multimedia      = "master:b9d1d8718834f7287e5a65373b952cbfe9ce83fe"
	meta-qt5             = "master:e60e849de1158c879bd2c150fe79b207cdac031a"
	meta-qt5-extra       = "master:a0cf057b2f335e8d2be9180f20770773334ec209"
	meta-realtime        = "master:250bc6eaa47e550c1db5e2b0ebd42d86ee43650e"
	meta-browser         = "master:d1c902440cba26a9d1271cfb914633c68ee3791c"


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-02 21:57 ` Trevor Woerner
@ 2018-04-12 20:28   ` Andreas Müller
  2018-04-12 21:19     ` Cal Sullivan
  2018-04-12 21:38     ` Cal Sullivan
  0 siblings, 2 replies; 20+ messages in thread
From: Andreas Müller @ 2018-04-12 20:28 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: Patches and discussions about the oe-core layer

On Mon, Apr 2, 2018 at 11:57 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> On Sun 2018-04-01 @ 11:49:58 PM, Andreas Müller wrote:
>> When running bitbake -cmenuconfig virtual/kernel I get a flood of
>> undefined reference errors. Am I alone here?
>
> Sadly, I think you might be.
>
>         $ bitbake virtual/kernel -c menuconfig
>
> works fine for me.
>
> I assume you're doing this for something RaspberryPi-ish?
>
>         Build Configuration:
>         BB_VERSION           = "1.37.0"
>         BUILD_SYS            = "x86_64-linux"
>         NATIVELSBSTRING      = "opensuse-42.3"
>         TARGET_SYS           = "arm-oe-linux-gnueabi"
>         MACHINE              = "raspberrypi3"
>         DISTRO               = "nodistro"
>         DISTRO_VERSION       = "nodistro.0"
>         TUNE_FEATURES        = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
>         TARGET_FPU           = "hard"
>         meta-raspberrypi     = "master:63e53f919089027259a513dc2cd4b140789bf1a3"
>         meta                 = "master:4cedddb83623c79980b354642dfeaf78218ca4b7"
>         meta-oe
>         meta-gnome
>         meta-python
>         meta-networking
>         meta-multimedia      = "master:b9d1d8718834f7287e5a65373b952cbfe9ce83fe"
>         meta-qt5             = "master:e60e849de1158c879bd2c150fe79b207cdac031a"
>         meta-qt5-extra       = "master:a0cf057b2f335e8d2be9180f20770773334ec209"
>         meta-realtime        = "master:250bc6eaa47e550c1db5e2b0ebd42d86ee43650e"
>         meta-browser         = "master:d1c902440cba26a9d1271cfb914633c68ee3791c"
OK I found that I am not alone [1] and followed the suggestion to
install ncurses-devel. Strange: it install ncurses-libs x86_64. Now I
have back menuconfig but it looks horrible: All framing chars are
displayed as '@'. If I remember correct there was such an issue long
lime ago.

However it is not beautiful but I can work with it.

[1] https://github.com/crops/poky-container/issues/17

Andreas


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-12 20:28   ` Andreas Müller
@ 2018-04-12 21:19     ` Cal Sullivan
  2018-04-12 21:29       ` Andreas Müller
  2018-04-12 21:38     ` Cal Sullivan
  1 sibling, 1 reply; 20+ messages in thread
From: Cal Sullivan @ 2018-04-12 21:19 UTC (permalink / raw)
  To: Andreas Müller, Trevor Woerner
  Cc: Patches and discussions about the oe-core layer

Fixed by this hopefully?

https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=sumo&id=d5075b648b06d3120fc7e4c47ccda3d620754590

Thanks,
Cal

On 04/12/2018 01:28 PM, Andreas Müller wrote:
> On Mon, Apr 2, 2018 at 11:57 PM, Trevor Woerner <twoerner@gmail.com> wrote:
>> On Sun 2018-04-01 @ 11:49:58 PM, Andreas Müller wrote:
>>> When running bitbake -cmenuconfig virtual/kernel I get a flood of
>>> undefined reference errors. Am I alone here?
>> Sadly, I think you might be.
>>
>>          $ bitbake virtual/kernel -c menuconfig
>>
>> works fine for me.
>>
>> I assume you're doing this for something RaspberryPi-ish?
>>
>>          Build Configuration:
>>          BB_VERSION           = "1.37.0"
>>          BUILD_SYS            = "x86_64-linux"
>>          NATIVELSBSTRING      = "opensuse-42.3"
>>          TARGET_SYS           = "arm-oe-linux-gnueabi"
>>          MACHINE              = "raspberrypi3"
>>          DISTRO               = "nodistro"
>>          DISTRO_VERSION       = "nodistro.0"
>>          TUNE_FEATURES        = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
>>          TARGET_FPU           = "hard"
>>          meta-raspberrypi     = "master:63e53f919089027259a513dc2cd4b140789bf1a3"
>>          meta                 = "master:4cedddb83623c79980b354642dfeaf78218ca4b7"
>>          meta-oe
>>          meta-gnome
>>          meta-python
>>          meta-networking
>>          meta-multimedia      = "master:b9d1d8718834f7287e5a65373b952cbfe9ce83fe"
>>          meta-qt5             = "master:e60e849de1158c879bd2c150fe79b207cdac031a"
>>          meta-qt5-extra       = "master:a0cf057b2f335e8d2be9180f20770773334ec209"
>>          meta-realtime        = "master:250bc6eaa47e550c1db5e2b0ebd42d86ee43650e"
>>          meta-browser         = "master:d1c902440cba26a9d1271cfb914633c68ee3791c"
> OK I found that I am not alone [1] and followed the suggestion to
> install ncurses-devel. Strange: it install ncurses-libs x86_64. Now I
> have back menuconfig but it looks horrible: All framing chars are
> displayed as '@'. If I remember correct there was such an issue long
> lime ago.
>
> However it is not beautiful but I can work with it.
>
> [1] https://github.com/crops/poky-container/issues/17
>
> Andreas



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-12 21:19     ` Cal Sullivan
@ 2018-04-12 21:29       ` Andreas Müller
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas Müller @ 2018-04-12 21:29 UTC (permalink / raw)
  To: Cal Sullivan; +Cc: Patches and discussions about the oe-core layer

On Thu, Apr 12, 2018 at 11:19 PM, Cal Sullivan
<california.l.sullivan@intel.com> wrote:
> Fixed by this hopefully?
>
> https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=sumo&id=d5075b648b06d3120fc7e4c47ccda3d620754590
>
> Thanks,
> Cal
I am sitting on sumo -21 commits so it is included in my builds - sigh..

Andreas


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-12 20:28   ` Andreas Müller
  2018-04-12 21:19     ` Cal Sullivan
@ 2018-04-12 21:38     ` Cal Sullivan
  2018-04-12 21:46       ` Andreas Müller
  2018-04-13 19:54       ` Bruce Ashfield
  1 sibling, 2 replies; 20+ messages in thread
From: Cal Sullivan @ 2018-04-12 21:38 UTC (permalink / raw)
  To: Andreas Müller, Trevor Woerner, bruce.ashfield
  Cc: Patches and discussions about the oe-core layer

If you're using a non-linux-yocto kernel you likely need to apply this 
patch to your kernel as well:

https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/recipes-kernel/linux/linux-intel/0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch

(This is in all linux-yocto kernels, I'm only linking to meta-intel 
because I knew where it was off the top of my head)

This was sent upstream but last I looked it didn't gain any traction. I 
think Bruce resent it recently but I can't be sure.

Thanks,
Cal

On 04/12/2018 01:28 PM, Andreas Müller wrote:
> On Mon, Apr 2, 2018 at 11:57 PM, Trevor Woerner <twoerner@gmail.com> wrote:
>> On Sun 2018-04-01 @ 11:49:58 PM, Andreas Müller wrote:
>>> When running bitbake -cmenuconfig virtual/kernel I get a flood of
>>> undefined reference errors. Am I alone here?
>> Sadly, I think you might be.
>>
>>          $ bitbake virtual/kernel -c menuconfig
>>
>> works fine for me.
>>
>> I assume you're doing this for something RaspberryPi-ish?
>>
>>          Build Configuration:
>>          BB_VERSION           = "1.37.0"
>>          BUILD_SYS            = "x86_64-linux"
>>          NATIVELSBSTRING      = "opensuse-42.3"
>>          TARGET_SYS           = "arm-oe-linux-gnueabi"
>>          MACHINE              = "raspberrypi3"
>>          DISTRO               = "nodistro"
>>          DISTRO_VERSION       = "nodistro.0"
>>          TUNE_FEATURES        = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
>>          TARGET_FPU           = "hard"
>>          meta-raspberrypi     = "master:63e53f919089027259a513dc2cd4b140789bf1a3"
>>          meta                 = "master:4cedddb83623c79980b354642dfeaf78218ca4b7"
>>          meta-oe
>>          meta-gnome
>>          meta-python
>>          meta-networking
>>          meta-multimedia      = "master:b9d1d8718834f7287e5a65373b952cbfe9ce83fe"
>>          meta-qt5             = "master:e60e849de1158c879bd2c150fe79b207cdac031a"
>>          meta-qt5-extra       = "master:a0cf057b2f335e8d2be9180f20770773334ec209"
>>          meta-realtime        = "master:250bc6eaa47e550c1db5e2b0ebd42d86ee43650e"
>>          meta-browser         = "master:d1c902440cba26a9d1271cfb914633c68ee3791c"
> OK I found that I am not alone [1] and followed the suggestion to
> install ncurses-devel. Strange: it install ncurses-libs x86_64. Now I
> have back menuconfig but it looks horrible: All framing chars are
> displayed as '@'. If I remember correct there was such an issue long
> lime ago.
>
> However it is not beautiful but I can work with it.
>
> [1] https://github.com/crops/poky-container/issues/17
>
> Andreas



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-12 21:38     ` Cal Sullivan
@ 2018-04-12 21:46       ` Andreas Müller
  2018-04-12 22:12         ` Andreas Müller
  2018-04-13 19:54       ` Bruce Ashfield
  1 sibling, 1 reply; 20+ messages in thread
From: Andreas Müller @ 2018-04-12 21:46 UTC (permalink / raw)
  To: Cal Sullivan
  Cc: bruce.ashfield, Patches and discussions about the oe-core layer

On Thu, Apr 12, 2018 at 11:38 PM, Cal Sullivan
<california.l.sullivan@intel.com> wrote:
> If you're using a non-linux-yocto kernel you likely need to apply this patch
> to your kernel as well:
>
> https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/recipes-kernel/linux/linux-intel/0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch
Correct: RaspberryPi kernel
>
> (This is in all linux-yocto kernels, I'm only linking to meta-intel because
> I knew where it was off the top of my head)
>
> This was sent upstream but last I looked it didn't gain any traction. I
> think Bruce resent it recently but I can't be sure.
>
> Thanks,
> Cal
>
That looks very promising - will try and let you know - thanks in advance :)

Andreas


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-12 21:46       ` Andreas Müller
@ 2018-04-12 22:12         ` Andreas Müller
  2018-04-14  9:10           ` Paul Barker
  2018-09-21 10:04           ` Andreas Müller
  0 siblings, 2 replies; 20+ messages in thread
From: Andreas Müller @ 2018-04-12 22:12 UTC (permalink / raw)
  To: Cal Sullivan
  Cc: bruce.ashfield, Patches and discussions about the oe-core layer

On Thu, Apr 12, 2018 at 11:46 PM, Andreas Müller
<schnitzeltony@gmail.com> wrote:
> On Thu, Apr 12, 2018 at 11:38 PM, Cal Sullivan
> <california.l.sullivan@intel.com> wrote:
>> If you're using a non-linux-yocto kernel you likely need to apply this patch
>> to your kernel as well:
>>
>> https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/recipes-kernel/linux/linux-intel/0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch
> Correct: RaspberryPi kernel
>>
>> (This is in all linux-yocto kernels, I'm only linking to meta-intel because
>> I knew where it was off the top of my head)
>>
>> This was sent upstream but last I looked it didn't gain any traction. I
>> think Bruce resent it recently but I can't be sure.
>>
>> Thanks,
>> Cal
>>
> That looks very promising - will try and let you know - thanks in advance :)
>
Perfect! - Thanks Cal for quick help!

Andreas


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-12 21:38     ` Cal Sullivan
  2018-04-12 21:46       ` Andreas Müller
@ 2018-04-13 19:54       ` Bruce Ashfield
  1 sibling, 0 replies; 20+ messages in thread
From: Bruce Ashfield @ 2018-04-13 19:54 UTC (permalink / raw)
  To: Cal Sullivan, Andreas Müller, Trevor Woerner
  Cc: Patches and discussions about the oe-core layer

On 2018-04-12 5:38 PM, Cal Sullivan wrote:
> If you're using a non-linux-yocto kernel you likely need to apply this 
> patch to your kernel as well:
> 
> https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/recipes-kernel/linux/linux-intel/0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch 
> 
> 
> (This is in all linux-yocto kernels, I'm only linking to meta-intel 
> because I knew where it was off the top of my head)
> 
> This was sent upstream but last I looked it didn't gain any traction. I 
> think Bruce resent it recently but I can't be sure.

Yes, and I'm sending it yet again! :D

Bruce

> 
> Thanks,
> Cal
> 
> On 04/12/2018 01:28 PM, Andreas Müller wrote:
>> On Mon, Apr 2, 2018 at 11:57 PM, Trevor Woerner <twoerner@gmail.com> 
>> wrote:
>>> On Sun 2018-04-01 @ 11:49:58 PM, Andreas Müller wrote:
>>>> When running bitbake -cmenuconfig virtual/kernel I get a flood of
>>>> undefined reference errors. Am I alone here?
>>> Sadly, I think you might be.
>>>
>>>          $ bitbake virtual/kernel -c menuconfig
>>>
>>> works fine for me.
>>>
>>> I assume you're doing this for something RaspberryPi-ish?
>>>
>>>          Build Configuration:
>>>          BB_VERSION           = "1.37.0"
>>>          BUILD_SYS            = "x86_64-linux"
>>>          NATIVELSBSTRING      = "opensuse-42.3"
>>>          TARGET_SYS           = "arm-oe-linux-gnueabi"
>>>          MACHINE              = "raspberrypi3"
>>>          DISTRO               = "nodistro"
>>>          DISTRO_VERSION       = "nodistro.0"
>>>          TUNE_FEATURES        = "arm armv7ve vfp thumb neon vfpv4 
>>> callconvention-hard cortexa7"
>>>          TARGET_FPU           = "hard"
>>>          meta-raspberrypi     = 
>>> "master:63e53f919089027259a513dc2cd4b140789bf1a3"
>>>          meta                 = 
>>> "master:4cedddb83623c79980b354642dfeaf78218ca4b7"
>>>          meta-oe
>>>          meta-gnome
>>>          meta-python
>>>          meta-networking
>>>          meta-multimedia      = 
>>> "master:b9d1d8718834f7287e5a65373b952cbfe9ce83fe"
>>>          meta-qt5             = 
>>> "master:e60e849de1158c879bd2c150fe79b207cdac031a"
>>>          meta-qt5-extra       = 
>>> "master:a0cf057b2f335e8d2be9180f20770773334ec209"
>>>          meta-realtime        = 
>>> "master:250bc6eaa47e550c1db5e2b0ebd42d86ee43650e"
>>>          meta-browser         = 
>>> "master:d1c902440cba26a9d1271cfb914633c68ee3791c"
>> OK I found that I am not alone [1] and followed the suggestion to
>> install ncurses-devel. Strange: it install ncurses-libs x86_64. Now I
>> have back menuconfig but it looks horrible: All framing chars are
>> displayed as '@'. If I remember correct there was such an issue long
>> lime ago.
>>
>> However it is not beautiful but I can work with it.
>>
>> [1] https://github.com/crops/poky-container/issues/17
>>
>> Andreas
> 



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-12 22:12         ` Andreas Müller
@ 2018-04-14  9:10           ` Paul Barker
  2018-04-14 12:55             ` Andreas Müller
  2018-09-21 10:04           ` Andreas Müller
  1 sibling, 1 reply; 20+ messages in thread
From: Paul Barker @ 2018-04-14  9:10 UTC (permalink / raw)
  To: Andreas Müller
  Cc: bruce.ashfield, Patches and discussions about the oe-core layer

On Fri, 13 Apr 2018 00:12:16 +0200
Andreas Müller <schnitzeltony@gmail.com> wrote:

> On Thu, Apr 12, 2018 at 11:46 PM, Andreas Müller
> <schnitzeltony@gmail.com> wrote:
> > On Thu, Apr 12, 2018 at 11:38 PM, Cal Sullivan
> > <california.l.sullivan@intel.com> wrote:  
> >> If you're using a non-linux-yocto kernel you likely need to apply this patch
> >> to your kernel as well:
> >>
> >> https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/recipes-kernel/linux/linux-intel/0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch  
> > Correct: RaspberryPi kernel  
> >>
> >> (This is in all linux-yocto kernels, I'm only linking to meta-intel because
> >> I knew where it was off the top of my head)
> >>
> >> This was sent upstream but last I looked it didn't gain any traction. I
> >> think Bruce resent it recently but I can't be sure.
> >>
> >> Thanks,
> >> Cal
> >>  
> > That looks very promising - will try and let you know - thanks in advance :)
> >  
> Perfect! - Thanks Cal for quick help!

Sounds like we should apply this to the kernel recipe in
meta-raspberrypi.

Andreas, want to send a PR for this? Or shall I add to my todo list?

Cheers,

-- 
Paul Barker
Beta Five Ltd


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-14  9:10           ` Paul Barker
@ 2018-04-14 12:55             ` Andreas Müller
  2018-04-14 18:42               ` Trevor Woerner
  0 siblings, 1 reply; 20+ messages in thread
From: Andreas Müller @ 2018-04-14 12:55 UTC (permalink / raw)
  To: Paul Barker
  Cc: bruce.ashfield, Patches and discussions about the oe-core layer

On Sat, Apr 14, 2018 at 11:10 AM, Paul Barker <paul@betafive.co.uk> wrote:
> On Fri, 13 Apr 2018 00:12:16 +0200
> Andreas Müller <schnitzeltony@gmail.com> wrote:
>
>> On Thu, Apr 12, 2018 at 11:46 PM, Andreas Müller
>> <schnitzeltony@gmail.com> wrote:
>> > On Thu, Apr 12, 2018 at 11:38 PM, Cal Sullivan
>> > <california.l.sullivan@intel.com> wrote:
>> >> If you're using a non-linux-yocto kernel you likely need to apply this patch
>> >> to your kernel as well:
>> >>
>> >> https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/recipes-kernel/linux/linux-intel/0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch
>> > Correct: RaspberryPi kernel
>> >>
>> >> (This is in all linux-yocto kernels, I'm only linking to meta-intel because
>> >> I knew where it was off the top of my head)
>> >>
>> >> This was sent upstream but last I looked it didn't gain any traction. I
>> >> think Bruce resent it recently but I can't be sure.
>> >>
>> >> Thanks,
>> >> Cal
>> >>
>> > That looks very promising - will try and let you know - thanks in advance :)
>> >
>> Perfect! - Thanks Cal for quick help!
>
> Sounds like we should apply this to the kernel recipe in
> meta-raspberrypi.
>
> Andreas, want to send a PR for this? Or shall I add to my todo list?
>
Paul: Am still on my meta-raspi-light (FYI 4.14-rt does not yet
perform good enough to make music) so I think for you it's easier:)

BTW: I had to add the kernel patch also for 4.9 - it had the same issue.

Andreas


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-14 12:55             ` Andreas Müller
@ 2018-04-14 18:42               ` Trevor Woerner
  2018-04-14 19:06                 ` Andreas Müller
  0 siblings, 1 reply; 20+ messages in thread
From: Trevor Woerner @ 2018-04-14 18:42 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 96 bytes --]

If everyone else is seeing issues, it makes me wonder why it's working
perfectly fine for me!

[-- Attachment #2: Type: text/html, Size: 146 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-14 18:42               ` Trevor Woerner
@ 2018-04-14 19:06                 ` Andreas Müller
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas Müller @ 2018-04-14 19:06 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: Patches and discussions about the oe-core layer

On Sat, Apr 14, 2018 at 8:42 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> If everyone else is seeing issues, it makes me wonder why it's working
> perfectly fine for me!
>
Seems you have ncurses installed on horst that matches oe's native
ncurses. The patch description [1] gives details.

[1] https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/recipes-kernel/linux/linux-intel/0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch

Andreas


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-04-12 22:12         ` Andreas Müller
  2018-04-14  9:10           ` Paul Barker
@ 2018-09-21 10:04           ` Andreas Müller
  2018-09-21 11:46             ` Anuj Mittal
  1 sibling, 1 reply; 20+ messages in thread
From: Andreas Müller @ 2018-09-21 10:04 UTC (permalink / raw)
  To: Cal Sullivan
  Cc: bruce.ashfield, Patches and discussions about the oe-core layer

On Fri, Apr 13, 2018 at 12:12 AM, Andreas Müller
<schnitzeltony@gmail.com> wrote:
> On Thu, Apr 12, 2018 at 11:46 PM, Andreas Müller
> <schnitzeltony@gmail.com> wrote:
>> On Thu, Apr 12, 2018 at 11:38 PM, Cal Sullivan
>> <california.l.sullivan@intel.com> wrote:
>>> If you're using a non-linux-yocto kernel you likely need to apply this patch
>>> to your kernel as well:
>>>
>>> https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/recipes-kernel/linux/linux-intel/0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch
>> Correct: RaspberryPi kernel
>>>
>>> (This is in all linux-yocto kernels, I'm only linking to meta-intel because
>>> I knew where it was off the top of my head)
>>>
>>> This was sent upstream but last I looked it didn't gain any traction. I
>>> think Bruce resent it recently but I can't be sure.
>>>
>>> Thanks,
>>> Cal
>>>
>> That looks very promising - will try and let you know - thanks in advance :)
>>
> Perfect! - Thanks Cal for quick help!
>
Hi,

seems upstream has introduced changes 4.17 -> 4.18 - the patch does
not apply anymore. Is this patch available for 4.18 somewhere?

Regards

Andreas


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-09-21 10:04           ` Andreas Müller
@ 2018-09-21 11:46             ` Anuj Mittal
  2018-09-21 12:31               ` Bruce Ashfield
  2018-09-21 14:39               ` Andreas Müller
  0 siblings, 2 replies; 20+ messages in thread
From: Anuj Mittal @ 2018-09-21 11:46 UTC (permalink / raw)
  To: Andreas Müller, Cal Sullivan
  Cc: bruce.ashfield, Patches and discussions about the oe-core layer

On 09/21/2018 06:04 PM, Andreas Müller wrote:
> On Fri, Apr 13, 2018 at 12:12 AM, Andreas Müller
> <schnitzeltony@gmail.com> wrote:
>> On Thu, Apr 12, 2018 at 11:46 PM, Andreas Müller
>> <schnitzeltony@gmail.com> wrote:
>>> On Thu, Apr 12, 2018 at 11:38 PM, Cal Sullivan
>>> <california.l.sullivan@intel.com> wrote:
>>>> If you're using a non-linux-yocto kernel you likely need to apply this patch
>>>> to your kernel as well:
>>>>
>>>> https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/recipes-kernel/linux/linux-intel/0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch
>>> Correct: RaspberryPi kernel
>>>>
>>>> (This is in all linux-yocto kernels, I'm only linking to meta-intel because
>>>> I knew where it was off the top of my head)
>>>>
>>>> This was sent upstream but last I looked it didn't gain any traction. I
>>>> think Bruce resent it recently but I can't be sure.
>>>>
>>>> Thanks,
>>>> Cal
>>>>
>>> That looks very promising - will try and let you know - thanks in advance :)
>>>
>> Perfect! - Thanks Cal for quick help!
>>
> Hi,
> 
> seems upstream has introduced changes 4.17 -> 4.18 - the patch does
> not apply anymore. Is this patch available for 4.18 somewhere?
> 

Are you looking for this:

https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit?h=v4.18/standard/base&id=bd6314212686ef8156a108b6f1eec67d34402878

https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/?h=v4.18/standard/base&id=0aa800372a846d6ed2c0fc3e0fdc22656d268968


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-09-21 11:46             ` Anuj Mittal
@ 2018-09-21 12:31               ` Bruce Ashfield
  2018-09-21 14:39               ` Andreas Müller
  1 sibling, 0 replies; 20+ messages in thread
From: Bruce Ashfield @ 2018-09-21 12:31 UTC (permalink / raw)
  To: Anuj Mittal, Andreas Müller, Cal Sullivan
  Cc: Patches and discussions about the oe-core layer

On 2018-09-21 7:46 AM, Anuj Mittal wrote:
> On 09/21/2018 06:04 PM, Andreas Müller wrote:
>> On Fri, Apr 13, 2018 at 12:12 AM, Andreas Müller
>> <schnitzeltony@gmail.com> wrote:
>>> On Thu, Apr 12, 2018 at 11:46 PM, Andreas Müller
>>> <schnitzeltony@gmail.com> wrote:
>>>> On Thu, Apr 12, 2018 at 11:38 PM, Cal Sullivan
>>>> <california.l.sullivan@intel.com> wrote:
>>>>> If you're using a non-linux-yocto kernel you likely need to apply this patch
>>>>> to your kernel as well:
>>>>>
>>>>> https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/recipes-kernel/linux/linux-intel/0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch
>>>> Correct: RaspberryPi kernel
>>>>>
>>>>> (This is in all linux-yocto kernels, I'm only linking to meta-intel because
>>>>> I knew where it was off the top of my head)
>>>>>
>>>>> This was sent upstream but last I looked it didn't gain any traction. I
>>>>> think Bruce resent it recently but I can't be sure.
>>>>>
>>>>> Thanks,
>>>>> Cal
>>>>>
>>>> That looks very promising - will try and let you know - thanks in advance :)
>>>>
>>> Perfect! - Thanks Cal for quick help!
>>>
>> Hi,
>>
>> seems upstream has introduced changes 4.17 -> 4.18 - the patch does
>> not apply anymore. Is this patch available for 4.18 somewhere?
>>
> 
> Are you looking for this:

Thanks Anuj!

That is indeed the ported patch.

I've also resent the patch, so I'm hoping after 4.19, I won't
have to carry it anymore.

Bruce

> 
> https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit?h=v4.18/standard/base&id=bd6314212686ef8156a108b6f1eec67d34402878
> 
> https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/?h=v4.18/standard/base&id=0aa800372a846d6ed2c0fc3e0fdc22656d268968
> 



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-09-21 11:46             ` Anuj Mittal
  2018-09-21 12:31               ` Bruce Ashfield
@ 2018-09-21 14:39               ` Andreas Müller
  2018-09-21 15:33                 ` Andreas Müller
  1 sibling, 1 reply; 20+ messages in thread
From: Andreas Müller @ 2018-09-21 14:39 UTC (permalink / raw)
  To: Anuj Mittal
  Cc: bruce.ashfield, Patches and discussions about the oe-core layer

On Fri, Sep 21, 2018 at 1:46 PM, Anuj Mittal <anuj.mittal@intel.com> wrote:
>> Hi,
>>
>> seems upstream has introduced changes 4.17 -> 4.18 - the patch does
>> not apply anymore. Is this patch available for 4.18 somewhere?
>>
>
> Are you looking for this:
>
> https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit?h=v4.18/standard/base&id=bd6314212686ef8156a108b6f1eec67d34402878
>
> https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/?h=v4.18/standard/base&id=0aa800372a846d6ed2c0fc3e0fdc22656d268968
Exactly thanks

Andreas


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-09-21 14:39               ` Andreas Müller
@ 2018-09-21 15:33                 ` Andreas Müller
  2018-09-21 15:34                   ` Bruce Ashfield
  0 siblings, 1 reply; 20+ messages in thread
From: Andreas Müller @ 2018-09-21 15:33 UTC (permalink / raw)
  To: Anuj Mittal, Otavio Salvador
  Cc: bruce.ashfield, Patches and discussions about the oe-core layer

On Fri, Sep 21, 2018 at 4:39 PM, Andreas Müller <schnitzeltony@gmail.com> wrote:
> On Fri, Sep 21, 2018 at 1:46 PM, Anuj Mittal <anuj.mittal@intel.com> wrote:
>>> Hi,
>>>
>>> seems upstream has introduced changes 4.17 -> 4.18 - the patch does
>>> not apply anymore. Is this patch available for 4.18 somewhere?
>>>
>>
>> Are you looking for this:
>>
>> https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit?h=v4.18/standard/base&id=bd6314212686ef8156a108b6f1eec67d34402878
>>
>> https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/?h=v4.18/standard/base&id=0aa800372a846d6ed2c0fc3e0fdc22656d268968
> Exactly thanks
>
Otavio pointed to it when I sent them to linux-fslc: Why the code duplication?

Andreas


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-09-21 15:33                 ` Andreas Müller
@ 2018-09-21 15:34                   ` Bruce Ashfield
  2018-09-21 15:57                     ` Bruce Ashfield
  0 siblings, 1 reply; 20+ messages in thread
From: Bruce Ashfield @ 2018-09-21 15:34 UTC (permalink / raw)
  To: Andreas Müller, Anuj Mittal, Otavio Salvador
  Cc: Patches and discussions about the oe-core layer

On 2018-09-21 11:33 AM, Andreas Müller wrote:
> On Fri, Sep 21, 2018 at 4:39 PM, Andreas Müller <schnitzeltony@gmail.com> wrote:
>> On Fri, Sep 21, 2018 at 1:46 PM, Anuj Mittal <anuj.mittal@intel.com> wrote:
>>>> Hi,
>>>>
>>>> seems upstream has introduced changes 4.17 -> 4.18 - the patch does
>>>> not apply anymore. Is this patch available for 4.18 somewhere?
>>>>
>>>
>>> Are you looking for this:
>>>
>>> https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit?h=v4.18/standard/base&id=bd6314212686ef8156a108b6f1eec67d34402878
>>>
>>> https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/?h=v4.18/standard/base&id=0aa800372a846d6ed2c0fc3e0fdc22656d268968
>> Exactly thanks
>>
> Otavio pointed to it when I sent them to linux-fslc: Why the code duplication?
> 

What do you mean by code duplication ? There was a bug in the initial
port that needed a 2nd commit to fix it, but there's no duplicated
code.

Bruce

> Andreas
> 



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: kernel menuconfig broken?
  2018-09-21 15:34                   ` Bruce Ashfield
@ 2018-09-21 15:57                     ` Bruce Ashfield
  0 siblings, 0 replies; 20+ messages in thread
From: Bruce Ashfield @ 2018-09-21 15:57 UTC (permalink / raw)
  To: Andreas Müller, Anuj Mittal, Otavio Salvador
  Cc: Patches and discussions about the oe-core layer

On 2018-09-21 11:34 AM, Bruce Ashfield wrote:
> On 2018-09-21 11:33 AM, Andreas Müller wrote:
>> On Fri, Sep 21, 2018 at 4:39 PM, Andreas Müller 
>> <schnitzeltony@gmail.com> wrote:
>>> On Fri, Sep 21, 2018 at 1:46 PM, Anuj Mittal <anuj.mittal@intel.com> 
>>> wrote:
>>>>> Hi,
>>>>>
>>>>> seems upstream has introduced changes 4.17 -> 4.18 - the patch does
>>>>> not apply anymore. Is this patch available for 4.18 somewhere?
>>>>>
>>>>
>>>> Are you looking for this:
>>>>
>>>> https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit?h=v4.18/standard/base&id=bd6314212686ef8156a108b6f1eec67d34402878 
>>>>
>>>>
>>>> https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/?h=v4.18/standard/base&id=0aa800372a846d6ed2c0fc3e0fdc22656d268968 
>>>>
>>> Exactly thanks
>>>
>> Otavio pointed to it when I sent them to linux-fslc: Why the code 
>> duplication?
>>
> 
> What do you mean by code duplication ? There was a bug in the initial
> port that needed a 2nd commit to fix it, but there's no duplicated
> code.

Ah. I see what you mean now. That was a mistake. I've already fixed
it in future versions, but since nothing breaks with it, the extra
block has stayed in 4.18.

Bruce

> 
> Bruce
> 
>> Andreas
>>
> 



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-09-21 15:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-01 21:49 kernel menuconfig broken? Andreas Müller
2018-04-02 21:57 ` Trevor Woerner
2018-04-12 20:28   ` Andreas Müller
2018-04-12 21:19     ` Cal Sullivan
2018-04-12 21:29       ` Andreas Müller
2018-04-12 21:38     ` Cal Sullivan
2018-04-12 21:46       ` Andreas Müller
2018-04-12 22:12         ` Andreas Müller
2018-04-14  9:10           ` Paul Barker
2018-04-14 12:55             ` Andreas Müller
2018-04-14 18:42               ` Trevor Woerner
2018-04-14 19:06                 ` Andreas Müller
2018-09-21 10:04           ` Andreas Müller
2018-09-21 11:46             ` Anuj Mittal
2018-09-21 12:31               ` Bruce Ashfield
2018-09-21 14:39               ` Andreas Müller
2018-09-21 15:33                 ` Andreas Müller
2018-09-21 15:34                   ` Bruce Ashfield
2018-09-21 15:57                     ` Bruce Ashfield
2018-04-13 19:54       ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.