pmbootstrap/pmb/config
Alexander 3d35b45835 Check kernel config options based on the architecture (#1233)
The 'necessary_kconfig_options' dictionary in pmb/config/__init__.py
now has the different architectures (space separated) as the keys and
the dictionary, which matches kernel config options and their
expected value, as its value.
For that purpose, the 'check' function in pmb/parse/kconfig.py was
modified, so that it takes the architecture from the kconfig filename
and uses it to find the needed kernel config options.
Closes #1218.
2018-02-17 13:37:35 +00:00
..
__init__.py Check kernel config options based on the architecture (#1233) 2018-02-17 13:37:35 +00:00
init.py Remove timestamp based rebuilds (#1174) 2018-01-28 23:27:33 +00:00
load.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
merge_with_args.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
save.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00