<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>I'm trying to change some kernel configuration flags in a raspberrypi3 Morty build and I get warnings that it isn't working.</p>
<p><br>
</p>
<p>Here is the build info and warnings:</p>
<p><br>
</p>
<p></p>
<div>Build Configuration:</div>
<div>BB_VERSION        = "1.32.0"</div>
<div>BUILD_SYS         = "x86_64-linux"</div>
<div>NATIVELSBSTRING   = "universal"</div>
<div>TARGET_SYS        = "arm-poky-linux-gnueabi"</div>
<div>MACHINE           = "raspberrypi3"</div>
<div>DISTRO            = "b2qt"</div>
<div>DISTRO_VERSION    = "2.2.4"</div>
<div>TUNE_FEATURES     = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"</div>
<div>TARGET_FPU        = "hard"</div>
<div>SDKMACHINE        = "x86_64"</div>
<div>meta              </div>
<div>meta-poky         = "HEAD:df76669bdd70aa0d903c4211dde731221c7e756d"</div>
<div>meta-raspberrypi  = "HEAD:2a192261a914892019f4f428d7462bb3c585ebac"</div>
<div>meta-oe           </div>
<div>meta-python       </div>
<div>meta-networking   </div>
<div>meta-initramfs    </div>
<div>meta-multimedia   = "HEAD:b40116cf457b88a2db14b86fda9627fb34d56ae6"</div>
<div>meta-boot2qt      </div>
<div>meta-raspberrypi-extras = "<unknown>:<unknown>"</div>
<div>meta-mingw        = "HEAD:1c2e155111dce94423cc227ea69f7f50f316c78e"</div>
<div>meta-qt5          = "HEAD:49e9d9a73b5c6e3d6eab88dc0005305e85b1a62d"</div>
<div>meta-sakura       = "<unknown>:<unknown>"</div>
<div><br>
</div>
<div>Initialising tasks: 100% |#############################################################################################################################################| Time: 0:00:00</div>
<div>NOTE: Executing SetScene Tasks</div>
<div>NOTE: Executing RunQueue Tasks</div>
<div>WARNING: linux-raspberrypi-1_4.4.50+gitAUTOINC+04c8e47067-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration:</div>
<div><br>
</div>
<div>---------- CONFIG_SND_SOC_MAX9768 -----------------</div>
<div>Config: CONFIG_SND_SOC_MAX9768</div>
<div>From: /home/gwilson/Qt/Qt-5.9.6/Yocto-build-RPi3/build-raspberrypi3/tmp/work-shared/raspberrypi3/kernel-source/.kernel-meta/configs/Scribe.cfg</div>
<div>Requested value:  CONFIG_SND_SOC_MAX9768=y</div>
<div>Actual value:     </div>
<div><br>
</div>
<div>Config 'SND_SOC_MAX9768' has the following conditionals: </div>
<div>  </div>
<div>Dependency values are: </div>
<div> </div>
<div><br>
</div>
<div>---------- CONFIG_MAX1363 -----------------</div>
<div>Config: CONFIG_MAX1363</div>
<div>From: /home/gwilson/Qt/Qt-5.9.6/Yocto-build-RPi3/build-raspberrypi3/tmp/work-shared/raspberrypi3/kernel-source/.kernel-meta/configs/Scribe.cfg</div>
<div>Requested value:  CONFIG_MAX1363=m</div>
<div>Actual value:     # CONFIG_MAX1363 is not set</div>
<div><br>
</div>
<div>Config 'MAX1363' has the following conditionals: </div>
<div>  I2C (value: "y")</div>
<div>Dependency values are: </div>
<div>  I2C [y]</div>
<div><br>
</div>
<div>---------- CONFIG_CAN_EMS_USB -----------------</div>
<div>Config: CONFIG_CAN_EMS_USB</div>
<div>From: /home/gwilson/Qt/Qt-5.9.6/Yocto-build-RPi3/build-raspberrypi3/tmp/work-shared/raspberrypi3/kernel-source/.kernel-meta/configs/Scribe.cfg</div>
<div>Requested value:  CONFIG_CAN_EMS_USB=m</div>
<div>Actual value:     # CONFIG_CAN_EMS_USB is not set</div>
<div><br>
</div>
<div>Config 'CAN_EMS_USB' has the following conditionals: </div>
<div>  (none)</div>
<div>Dependency values are: </div>
<div> </div>
<div><br>
</div>
<div>Here is my <span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; white-space: pre;">
linux-raspberrypi_4.4</span>.bbappend for the kernel:</div>
<div>
<div style="color: #000000;background-color: #ffffff; font-style: normal; font-weight: normal; text-decoration: none;">
<pre># Scribe additions to Kernel configuration

FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/files:"
FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/${PN}:"

SRC_URI += "file://Scribe.scc"
SRC_URI += "file://mcp251x.c.patch"
</pre>
<pre><br></pre>
<pre>The Scribe.scc file:</pre>
<pre><div style="color: #000000;background-color: #ffffff; font-style: normal; font-weight: normal; text-decoration: none;"><pre># Scribe additions to kernel configuration
kconf hardware Scribe.cfg
</pre><pre><br></pre><pre>And the Scribe.cfg file:</pre><pre><div style="color: #000000;background-color: #ffffff; font-style: normal; font-weight: normal; text-decoration: none;"><pre># Scribe additions to kernel configuration

# Enable MAX9768
#CONFIG_SOC_ALL_CODECS=m
#CONFIG_COMPILE_TEST=y
CONFIG_SND_SOC_MAX9768=y

# Enable MAX11606
#IIO=y
CONFIG_MAX1363=m

# Enable EMS CPC-USB
CONFIG_CAN_EMS_USB=m
</pre><pre><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Here is my directory tree:</span></pre><pre><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Qt-5.9.6</span></pre><pre><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px;"><font face="Calibri,Arial,Helvetica,sans-serif" size="2"><span style="font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif;">     Yocto-mirror                                                     # Yocto build mirror</span></font></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px;"><font face="Calibri,Arial,Helvetica,sans-serif" size="2"><span style="font-size: 12pt;">     Yocto-build-RPi3                                              # Yocto build root</span></font></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px;"><font face="Calibri,Arial,Helvetica,sans-serif" size="2"><span style="font-size: 12pt;">                build-raspberrypi                                   # build directory</span></font></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px;"><font face="Calibri,Arial,Helvetica,sans-serif" size="2"><span style="font-size: 12pt;">                sources                                                 # yocto sources</span></font></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px;"><font face="Calibri,Arial,Helvetica,sans-serif" size="2"><span style="font-size: 12pt;">                       meta-sakura                                   # our recipes</span></font></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px;"><font face="Calibri,Arial,Helvetica,sans-serif" size="2"><span style="font-size: 12pt;">                               recipes-kernel                        # directory for kernel changes</span></font></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px;"><font face="Calibri,Arial,Helvetica,sans-serif" size="2"><span style="font-size: 16px;"><span style="font-size: 12pt;">                                       linux                               # directory that contains linux-raspberrypi_4.4</span><span style="font-size: 12pt;">.bbappend</span></span></font></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px;"><font face="Calibri,Arial,Helvetica,sans-serif" size="2"><span style="font-size: 12pt;">                                              files                         # directory that contains .scc & .cfg files</span></font></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px;"><span style="font-family: Calibri, Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;"><br></span></div><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px;"><span style="font-family: Calibri, Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 12pt;">As seen above none of the changes are accepted although there is nothing that blocks any of them.</span><font face="Calibri,Arial,Helvetica,sans-serif" size="2"><span style="font-size: 16px;"><br></span></font></div></pre></div></pre><pre><span style="font-size: 12pt;">Any help understanding this would be greatly appreciated.</span></pre><pre>Regards,</pre><pre>Greg Wilson-Lindberg</pre></div></pre>
</div>
</div>
<p></p>
</div>
</body>
</html>