aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kgit-create-buckets
AgeCommit message (Collapse)Author
2021-11-18kgit-config: BSP template and auto meta-data creationBruce Ashfield
With this version of kgit-config, we can run without an existing meta-data repository and create a rough guideline of hardware versus policy options using existing kgit-tooling. This isn't as good as the yocto kernel-cache, but it is a starting point. We can also now write BSP .scc files and hardware/policy fragments. An example run follows: % kgit-config create --bsp mybsp --savetemps --ksrc \ ~/poky-kernel/linux-yocto.git/ --defconfig \ ~/poky-kernel/linux-yocto.git/arch/x86/configs/x86_64_defconfig --outdir . Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-10-15buckets: update to v5.14+Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-05-12Kconfiglib: add support for bare 'modules' keywordBruce Ashfield
commit 6dd85ff178cd76851e2184b13e545f5a88d1be30 [kconfig: change "modules" from sub-option to first-level attribute] broke parsing in 5.13+ trees. We add the new location to the parser so we can support both types of module specifications. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>