All of lore.kernel.org
 help / color / mirror / Atom feed
* beagleboard invalid config in 1.3 danny branch
@ 2012-12-08 18:14 Peter A. Bigot
  2012-12-08 18:34 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Peter A. Bigot @ 2012-12-08 18:14 UTC (permalink / raw)
  To: poky

This is mostly informative, unless it's because I'm doing something 
wrong in which case I'd appreciate a clue.

With this sequence:

  git clone -b danny git://git.yoctoproject.org/poky
  cd poky
  . oe-init-build-env
  MACHINE=beagleboard bitbake virtual/kernel

which documents itself as:

Build Configuration:
BB_VERSION        = "1.16.0"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "beagleboard"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3"
TUNE_FEATURES     = "armv7a vfp neon cortexa8"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto
meta-yocto-bsp    = "danny:09031ac2fc0f30ec577ee823fc61ff0e5d852e21"

the build produces the following warning (with referenced file contents 
inserted):

This BSP sets 4 invalid/obsolete kernel options.
These config options are not offered anywhere within this kernel.
The full list can be found in your kernel src dir at:
meta/cfg/standard/beagleboard/invalid.

CONFIG_DISPLAY_SUPPORT
CONFIG_USB_MUSB_HDRC_HCD
CONFIG_USB_MUSB_OTG
CONFIG_WL12XX_HT

This BSP sets 4 kernel options that are possibly non-hardware related.
The full list can be found in your kernel src dir at:
meta/cfg/standard/beagleboard/specified_non_hdw.cfg

CONFIG_CC_OPTIMIZE_FOR_SIZE
CONFIG_NET
CONFIG_NETDEVICES
CONFIG_PANEL_DVI

WARNING: There were 8 hardware options requested that do not
          have a corresponding value present in the final ".config" file.
          This probably means you aren't getting the config you wanted.
The full list can be found in your kernel src dir at:
meta/cfg/standard/beagleboard/mismatch.cfg

Value requested for CONFIG_BACKLIGHT_CLASS_DEVICE not in final ".config"
Requested value: "CONFIG_BACKLIGHT_CLASS_DEVICE=y"
Actual value set: ""

Value requested for CONFIG_PANEL_SHARP_LS037V7DW01 not in final ".config"
Requested value: "CONFIG_PANEL_SHARP_LS037V7DW01=y"
Actual value set: ""

Value requested for CONFIG_USB_G_NCM not in final ".config"
Requested value: "CONFIG_USB_G_NCM=y"
Actual value set: "# CONFIG_USB_G_NCM is not set"

Value requested for CONFIG_USB_MUSB_HDRC_HCD not in final ".config"
Requested value: "CONFIG_USB_MUSB_HDRC_HCD=y"
Actual value set: ""

Value requested for CONFIG_USB_MUSB_OTG not in final ".config"
Requested value: "CONFIG_USB_MUSB_OTG=y"
Actual value set: ""

Value requested for CONFIG_USB_OMAP not in final ".config"
Requested value: "CONFIG_USB_OMAP=y"
Actual value set: "# CONFIG_USB_OMAP is not set"

Value requested for CONFIG_USB_OTG not in final ".config"
Requested value: "CONFIG_USB_OTG=y"
Actual value set: ""

Value requested for CONFIG_WL12XX_HT not in final ".config"
Requested value: "CONFIG_WL12XX_HT=y"
Actual value set: ""

Since beagleboard is a reference platform I had not expected these 
warnings.  I see in the archives discussion of a similar issue in the 
pre-release phases of 1.2.  I didn't try with "real" 1.3 but subsequent 
changes in danny don't seem relevant.

There's also the following which is suspicious:

find: warning: -path 
/prj/oe/poky/build/tmp/work/beagleboard-poky-linux-gnueabi/linux-yocto-3.4.11+git1+a201268353c030d9fafe00f2041976f7437d9386_1+449f7f520350700858f21a5554b81cc8ad23267d-r4.3/linux/ 
will not match anything because it ends with /.

Peter



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

* Re: beagleboard invalid config in 1.3 danny branch
  2012-12-08 18:14 beagleboard invalid config in 1.3 danny branch Peter A. Bigot
@ 2012-12-08 18:34 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2012-12-08 18:34 UTC (permalink / raw)
  To: Peter A. Bigot; +Cc: poky@yoctoproject.org

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

On Sat, Dec 8, 2012 at 1:14 PM, Peter A. Bigot <pab@pabigot.com> wrote:

> This is mostly informative, unless it's because I'm doing something wrong
> in which case I'd appreciate a clue.
>
>
Hmm. I was also under the impression that we squashed all these, at least
the qemu* boards were clean.


> With this sequence:
>
>  git clone -b danny git://git.yoctoproject.org/**poky<http://git.yoctoproject.org/poky>
>  cd poky
>  . oe-init-build-env
>  MACHINE=beagleboard bitbake virtual/kernel
>
> which documents itself as:
>
> Build Configuration:
> BB_VERSION        = "1.16.0"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "beagleboard"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.3"
> TUNE_FEATURES     = "armv7a vfp neon cortexa8"
> TARGET_FPU        = "vfp-neon"
> meta
> meta-yocto
> meta-yocto-bsp    = "danny:**09031ac2fc0f30ec577ee823fc61ff**0e5d852e21"
>
> the build produces the following warning (with referenced file contents
> inserted):
>
> This BSP sets 4 invalid/obsolete kernel options.
> These config options are not offered anywhere within this kernel.
> The full list can be found in your kernel src dir at:
> meta/cfg/standard/beagleboard/**invalid.
>
> CONFIG_DISPLAY_SUPPORT
> CONFIG_USB_MUSB_HDRC_HCD
> CONFIG_USB_MUSB_OTG
> CONFIG_WL12XX_HT
>
> This BSP sets 4 kernel options that are possibly non-hardware related.
> The full list can be found in your kernel src dir at:
> meta/cfg/standard/beagleboard/**specified_non_hdw.cfg
>
> CONFIG_CC_OPTIMIZE_FOR_SIZE
> CONFIG_NET
> CONFIG_NETDEVICES
> CONFIG_PANEL_DVI
>
> WARNING: There were 8 hardware options requested that do not
>          have a corresponding value present in the final ".config" file.
>          This probably means you aren't getting the config you wanted.
> The full list can be found in your kernel src dir at:
> meta/cfg/standard/beagleboard/**mismatch.cfg
>
> Value requested for CONFIG_BACKLIGHT_CLASS_DEVICE not in final ".config"
> Requested value: "CONFIG_BACKLIGHT_CLASS_**DEVICE=y"
> Actual value set: ""
>
> Value requested for CONFIG_PANEL_SHARP_LS037V7DW01 not in final ".config"
> Requested value: "CONFIG_PANEL_SHARP_**LS037V7DW01=y"
> Actual value set: ""
>
> Value requested for CONFIG_USB_G_NCM not in final ".config"
> Requested value: "CONFIG_USB_G_NCM=y"
> Actual value set: "# CONFIG_USB_G_NCM is not set"
>
> Value requested for CONFIG_USB_MUSB_HDRC_HCD not in final ".config"
> Requested value: "CONFIG_USB_MUSB_HDRC_HCD=y"
> Actual value set: ""
>
> Value requested for CONFIG_USB_MUSB_OTG not in final ".config"
> Requested value: "CONFIG_USB_MUSB_OTG=y"
> Actual value set: ""
>
> Value requested for CONFIG_USB_OMAP not in final ".config"
> Requested value: "CONFIG_USB_OMAP=y"
> Actual value set: "# CONFIG_USB_OMAP is not set"
>
> Value requested for CONFIG_USB_OTG not in final ".config"
> Requested value: "CONFIG_USB_OTG=y"
> Actual value set: ""
>
> Value requested for CONFIG_WL12XX_HT not in final ".config"
> Requested value: "CONFIG_WL12XX_HT=y"
> Actual value set: ""
>
> Since beagleboard is a reference platform I had not expected these
> warnings.  I see in the archives discussion of a similar issue in the
> pre-release phases of 1.2.  I didn't try with "real" 1.3 but subsequent
> changes in danny don't seem relevant.
>
>
None of these should impact the runtime of the board, but they also
shouldn't
be present.

We are iterating the configs now in master for the LTSI update, I can have
a look
at them then, and any relevant changes can be backported to danny.


> There's also the following which is suspicious:
>
> find: warning: -path /prj/oe/poky/build/tmp/work/**beagleboard-poky-linux-
> **gnueabi/linux-yocto-3.4.11+**git1+**a201268353c030d9fafe00f2041976**
> f7437d9386_1+**449f7f520350700858f21a5554b81c**c8ad23267d-r4.3/linux/
> will not match anything because it ends with /.
>

This isn't the cause of the problem, but it is something that was fixed in
master.

Bruce


>
> Peter
>
> ______________________________**_________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.**org/listinfo/poky<https://lists.yoctoproject.org/listinfo/poky>
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

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

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

end of thread, other threads:[~2012-12-08 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-08 18:14 beagleboard invalid config in 1.3 danny branch Peter A. Bigot
2012-12-08 18:34 ` 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.