<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Helvetica,Arial,sans-serif'>
<p>2016-12-12 06:21 skrev Khem Raj:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<pre>On Thu, Dec 8, 2016 at 2:40 AM, Andreas Müller
<<a href="mailto:schnitzeltony@googlemail.com">schnitzeltony@googlemail.com</a>> wrote:</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">* no more required (version > 3.17 | > 4.3.x | > 4.4.5) * causes error with rt kernel</blockquote>
<pre>I think this is ok to apply now.</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">Signed-off-by: Andreas Müller <<a href="mailto:schnitzeltony@googlemail.com">schnitzeltony@googlemail.com</a>> --- classes/linux-raspberrypi-base.bbclass | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/classes/linux-raspberrypi-base.bbclass b/classes/linux-raspberrypi-base.bbclass index 3a6e33d..dc2330a 100644 --- a/classes/linux-raspberrypi-base.bbclass +++ b/classes/linux-raspberrypi-base.bbclass @@ -14,21 +14,6 @@ def get_dts(d, ver=None): from the kernel staging ''' ver = get_kernelversion_file(staging_dir) - if ver is not None: - min_ver = ver.split('.', 3) - else: - return dts - - # Always turn off device tree support for kernel's < 3.18 - try: - if int(min_ver[0]) >= 4: - if (int(min_ver[1]) < 4) or (int(min_ver[1]) == 4 and int(min_ver[2]) < 6): - dts = ' '.join([(re.sub(r'(.*)\.dtbo$', r'\1-overlay.dtb', x)) for x in dts.split()]) - elif int(min_ver[1]) < 18: - dts = "" - except IndexError: - min_ver = None - return dts -- 2.7.4 -- _______________________________________________ yocto mailing list <a href="mailto:yocto@yoctoproject.org">yocto@yoctoproject.org</a> <a href="https://lists.yoctoproject.org/listinfo/yocto">https://lists.yoctoproject.org/listinfo/yocto</a></blockquote>
</blockquote>
<p>I think you should go even one step further and revert the entire commit merging this obsolete functionality: "git revert 4a4373c02d3d8355a2e5faa10af61450e5b093d8" .</p>
<p>BR Petter</p>
</body></html>