Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/56755 )

 (

8 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
 )Change subject: ext,scons: Make kconfiglib available for use in SCons.
......................................................................

ext,scons: Make kconfiglib available for use in SCons.

Change-Id: Ie9c902819ed0750a04f8318911fa914701c2a0fe
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/56755
Maintainer: Gabe Black <gabe.bl...@gmail.com>
Tested-by: kokoro <noreply+kok...@google.com>
Reviewed-by: Bobby Bruce <bbr...@ucdavis.edu>
---
A ext/Kconfiglib/.gitignore
A ext/Kconfiglib/LICENSE.txt
A ext/Kconfiglib/MANIFEST.in
A ext/Kconfiglib/README.rst
A ext/Kconfiglib/alldefconfig.py
A ext/Kconfiglib/allmodconfig.py
A ext/Kconfiglib/allnoconfig.py
A ext/Kconfiglib/allyesconfig.py
A ext/Kconfiglib/defconfig.py
A ext/Kconfiglib/examples/Kmenuconfig
A ext/Kconfiglib/examples/allnoconfig_walk.py
A ext/Kconfiglib/examples/defconfig_oldconfig.py
A ext/Kconfiglib/examples/dumpvars.py
A ext/Kconfiglib/examples/eval_expr.py
A ext/Kconfiglib/examples/find_symbol.py
A ext/Kconfiglib/examples/help_grep.py
A ext/Kconfiglib/examples/list_undefined.py
A ext/Kconfiglib/examples/menuconfig_example.py
A ext/Kconfiglib/examples/merge_config.py
A ext/Kconfiglib/examples/print_config_tree.py
A ext/Kconfiglib/examples/print_sym_info.py
A ext/Kconfiglib/examples/print_tree.py
A ext/Kconfiglib/gem5notes.txt
A ext/Kconfiglib/genconfig.py
A ext/Kconfiglib/guiconfig.py
A ext/Kconfiglib/import/kconfiglib.py
A ext/Kconfiglib/listnewconfig.py
A ext/Kconfiglib/makefile.patch
A ext/Kconfiglib/menuconfig.py
A ext/Kconfiglib/oldconfig.py
A ext/Kconfiglib/olddefconfig.py
A ext/Kconfiglib/savedefconfig.py
A ext/Kconfiglib/setconfig.py
A ext/Kconfiglib/setup.cfg
A ext/Kconfiglib/setup.py
A ext/Kconfiglib/tests/Kappend
A ext/Kconfiglib/tests/Kassignable
A ext/Kconfiglib/tests/Kchoice
A ext/Kconfiglib/tests/Kdefconfig_existent
A ext/Kconfiglib/tests/Kdefconfig_existent_but_n
A ext/Kconfiglib/tests/Kdefconfig_nonexistent
A ext/Kconfiglib/tests/Kdefconfig_srctree
A ext/Kconfiglib/tests/Kdepcopy
A ext/Kconfiglib/tests/Kdeploop0
A ext/Kconfiglib/tests/Kdeploop1
A ext/Kconfiglib/tests/Kdeploop10
A ext/Kconfiglib/tests/Kdeploop2
A ext/Kconfiglib/tests/Kdeploop3
A ext/Kconfiglib/tests/Kdeploop4
A ext/Kconfiglib/tests/Kdeploop5
A ext/Kconfiglib/tests/Kdeploop6
A ext/Kconfiglib/tests/Kdeploop7
A ext/Kconfiglib/tests/Kdeploop8
A ext/Kconfiglib/tests/Kdeploop9
A ext/Kconfiglib/tests/Kdirdep
A ext/Kconfiglib/tests/Kescape
A ext/Kconfiglib/tests/Keval
A ext/Kconfiglib/tests/Kexpr_items
A ext/Kconfiglib/tests/Kheader
A ext/Kconfiglib/tests/Khelp
A ext/Kconfiglib/tests/Kifremoval
A ext/Kconfiglib/tests/Kimply
A ext/Kconfiglib/tests/Kinclude_path
A ext/Kconfiglib/tests/Kinclude_path_sourced_1
A ext/Kconfiglib/tests/Kinclude_path_sourced_2
A ext/Kconfiglib/tests/Kitemlists
A ext/Kconfiglib/tests/Klocation
A ext/Kconfiglib/tests/Klocation_sourced
A ext/Kconfiglib/tests/Kmainmenu
A ext/Kconfiglib/tests/Kmenuconfig
A ext/Kconfiglib/tests/Kmisc
A ext/Kconfiglib/tests/Kmissingrsource
A ext/Kconfiglib/tests/Kmissingsource
A ext/Kconfiglib/tests/Korder
A ext/Kconfiglib/tests/Kpreprocess
A ext/Kconfiglib/tests/Krange
A ext/Kconfiglib/tests/Krecursive1
A ext/Kconfiglib/tests/Krecursive2
A ext/Kconfiglib/tests/Kreferenced
A ext/Kconfiglib/tests/Krelation
A ext/Kconfiglib/tests/Krepr
A ext/Kconfiglib/tests/Kstr
A ext/Kconfiglib/tests/Kundef
A ext/Kconfiglib/tests/Kuserfunctions
A ext/Kconfiglib/tests/Kvisibility
A ext/Kconfiglib/tests/config_indented
A ext/Kconfiglib/tests/config_set_bool
A ext/Kconfiglib/tests/config_set_string
A ext/Kconfiglib/tests/defconfig_1
A ext/Kconfiglib/tests/defconfig_2
A ext/Kconfiglib/tests/empty
A ext/Kconfiglib/tests/kconfigfunctions.py
A ext/Kconfiglib/tests/reltest
A ext/Kconfiglib/tests/sub/Kconfig_symlink_2
A ext/Kconfiglib/tests/sub/Kconfig_symlink_3
A ext/Kconfiglib/tests/sub/Klocation_grsourced1
A ext/Kconfiglib/tests/sub/Klocation_grsourced2
A ext/Kconfiglib/tests/sub/Klocation_gsourced1
A ext/Kconfiglib/tests/sub/Klocation_gsourced2
A ext/Kconfiglib/tests/sub/Klocation_rsourced
A ext/Kconfiglib/tests/sub/defconfig_in_sub
A ext/Kconfiglib/tests/sub/sub/Kconfig_symlink_1
A ext/Kconfiglib/testsuite.py
M site_scons/gem5_python_paths.py
104 files changed, 21,897 insertions(+), 0 deletions(-)

Approvals:
  Bobby Bruce: Looks good to me, approved
  Gabe Black: Looks good to me, approved
  kokoro: Regressions pass





--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56755
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ie9c902819ed0750a04f8318911fa914701c2a0fe
Gerrit-Change-Number: 56755
Gerrit-PatchSet: 10
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-Reviewer: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Gabe Black <gabe.bl...@gmail.com>
Gerrit-Reviewer: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to