All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel config fragments are not applied
@ 2014-04-28  8:03 Neuer User
  2014-04-28 13:03 ` Bruce Ashfield
  0 siblings, 1 reply; 19+ messages in thread
From: Neuer User @ 2014-04-28  8:03 UTC (permalink / raw)
  To: yocto

Hello

I am trying to add a custom kernel config to my layer. I followed the
following guide:
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#creating-config-fragments

I have the following files in my layer:

recipes-kernel/linux/linux-cubox-i_3.0.35.bbappend:

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"

inherit kernel
COMPATIBLE_MACHINE_cubox-i = "(cubox-i)"

SRC_URI += "file://videoin.cfg"


recipes-kernel/linux/linux-cubox-i-3.0.35/videoin.cfg:

CONFIG_VIDEOBUF_VMALLOC=y
CONFIG_VIDEO_TVEEPROM=y
CONFIG_VIDEO_TUNER=y
CONFIG_VIDEO_ADV7180=y
CONFIG_VIDEO_MXC_CAMERA=y
CONFIG_MXC_TVIN_ADV7180=y
CONFIG_USB_VIDEO_CLASS=y
CONFIG_USB_GSPCA=y
CONFIG_USB_M5602=y
CONFIG_USB_STV06XX=y
...

The layer is included in conf/bblayers.conf. The file videoin.cfg is
found and "installed" in the correct tmp/work directory. However the
config is never added to the kernel config file.

What am I doing wrong?

I use Yocto "master-next", cubox-i4pro.

Thanks

Michael



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

end of thread, other threads:[~2014-05-03  8:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-28  8:03 Kernel config fragments are not applied Neuer User
2014-04-28 13:03 ` Bruce Ashfield
2014-04-28 13:14   ` Neuer User
2014-04-28 13:16     ` Bruce Ashfield
2014-04-28 13:35       ` Neuer User
2014-04-28 13:37         ` Bruce Ashfield
2014-04-28 13:54           ` Neuer User
2014-04-30 18:44             ` Bruce Ashfield
2014-04-30 19:16               ` Neuer User
2014-04-30 19:21                 ` Bruce Ashfield
2014-04-30 19:23                   ` Neuer User
2014-04-30 21:08             ` Bruce Ashfield
2014-05-01  4:29               ` Bruce Ashfield
2014-05-01  6:32                 ` Neuer User
2014-05-01 17:12                   ` Bruce Ashfield
2014-05-02 17:24                     ` Bruce Ashfield
2014-05-03  8:43                       ` Neuer User
2014-04-30 10:24           ` Neuer User
2014-04-30 12:28             ` 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.