Signed-off-by: Trevor Woerner <[email protected]>
---
tools/kgit-config | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/tools/kgit-config b/tools/kgit-config
index b4d4e49..40f9dc7 100755
--- a/tools/kgit-config
+++ b/tools/kgit-config
@@ -362,7 +362,7 @@ def config_queue_read( config_queue_file ):
# this needs to just be captured in a class, so we can return one thing,
# versus the growing list
return frag_dict,option_dict,issues_dict,hw_class_dict,non_hw_class_dict
-
+
pathname = os.path.dirname(sys.argv[0])
verbose = ''
@@ -388,7 +388,7 @@ parser = argparse.ArgumentParser(
Examples:
# process a defconfig and output hardware options suitable for a
BSP
- % kgit-config create --ksrc ~/poky-kernel/linux-yocto.git/
--defconfig ~/poky-kernel/linux-yocto.git/arch/x86/configs/x86_64_defconfig
--kmeta ~/poky-kernel/kernel-cache
+ % kgit-config create --ksrc ~/poky-kernel/linux-yocto.git/
--defconfig ~/poky-kernel/linux-yocto.git/arch/x86/configs/x86_64_defconfig
--kmeta ~/poky-kernel/kernel-cache
# query a set of fragments for details on options
% kgit-config query --kmeta ~/poky-kernel/kernel-cache
CONFIG_DEBUG_FS
@@ -477,7 +477,7 @@ if args.savetemps:
if args.verbose:
verbose = True
-
+
if args.create:
if not ksrc:
print( "[ERROR]: Kernel source directory not provided" )
@@ -520,7 +520,7 @@ if args.create:
cwd=dirpath, env=env
).decode('utf-8')
except subprocess.CalledProcessError as e:
print( "[ERROR]: creation failed: %s" % e.output.decode('utf-8'))
-
+
frag_dict,option_dict,issues_dict,hw_dict,non_hw_dict = \
config_queue_read( dirpath + "/config.queue" )
@@ -586,7 +586,7 @@ if args.query:
with tempdir() as dirpath:
if save_temps:
print( "[INFO]: --savetemps was passed, will not remove: %s" %
dirpath )
-
+
possible_scc_files = []
possible_cfg_files = []
# list all the features
@@ -669,4 +669,3 @@ if args.query:
else:
print( "no matching cfg files with option %s found" % regex )
-
--
2.30.0.rc0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10565):
https://lists.yoctoproject.org/g/linux-yocto/message/10565
Mute This Topic: https://lists.yoctoproject.org/mt/86482564/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-