lkml.org 
[lkml]   [2012]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
Subject[ANNOUNCE] Kconfiglib: a flexible Python Kconfig parser and library - now on GitHub
From
Hi,

Kconfiglib is a flexible Python Kconfig parser and library, first introduced in
https://lkml.org/lkml/2011/2/1/439. I have updated it for Linux 3.7.0 and put
it on GitHub at https://github.com/ulfalizer/Kconfiglib, making some
improvements in the process:

- The installation has been simplified. No need to copy anything anywhere now,
and just a trivial single-block Makefile patch to apply. (The patch adds a
few convenient make targets that also help us pick up ARCH, SRCARCH, and
KERNELVERSION from the environment.)

- The API has been cleaned up and made more consistent by renaming a few
functions.

- The entire API is now covered by an extensive suite of selftests in addition
to the automatic compatibility tests.

The only failures in the test suite as of 3.7.0 (848b81415c42ff) are due to a
bug that makes scripts/kconfig/conf generate an incorrect configuration for
some Blackfin defconfigs (https://lkml.org/lkml/2012/12/5/458). This causes
failures in the Kconfiglib test suite since it automatically compares the
output from Kconfiglib with that from scripts/kconfig/conf and Kconfiglib does
not have the same bug.

Note: I do not have plans to get this into the kernel.

Feedback welcome!
/Ulf


\
 
 \ /
  Last update: 2012-12-18 18:01    [W:3.320 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site