Skip to content

Commit

Permalink
gen-machine-conf: Move to 2024.2 release branch
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hatle <[email protected]>
  • Loading branch information
mhatle committed Oct 30, 2024
1 parent 1edaaef commit 018cefc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "gen-machine-conf"]
path = meta-xilinx-core/gen-machine-conf
url = https://github.com/Xilinx/gen-machine-conf.git
branch = xlnx_rel_v2024.1
branch = xlnx_rel_v2024.2
2 changes: 1 addition & 1 deletion meta-xilinx-core/gen-machine-conf
Submodule gen-machine-conf updated 34 files
+78 −34 README.md
+1 −1 gen-machine-scripts/configs/Kconfig.dtgsettings
+4 −35 gen-machine-scripts/configs/Kconfig.imagepkgconfigurations
+7 −21 gen-machine-scripts/configs/Kconfig.linuxcompselection
+3 −3 gen-machine-scripts/configs/Kconfig.yoctobuildsettings
+0 −1 gen-machine-scripts/configs/Kconfig.yoctomachinesettings
+2 −2 gen-machine-scripts/configs/config_microblaze
+2 −10 gen-machine-scripts/configs/config_versal
+2 −10 gen-machine-scripts/configs/config_zynq
+2 −10 gen-machine-scripts/configs/config_zynqmp
+0 −91 gen-machine-scripts/data/machineconf.json
+1 −0 gen-machine-scripts/data/yocto_esw_sdt.conf
+1 −0 gen-machine-scripts/data/yocto_esw_xsct.conf
+30 −1,095 gen-machine-scripts/hw-description.tcl
+1 −2 gen-machine-scripts/libs/kconf_parser.tcl
+1 −1 gen-machine-scripts/libs/petalinux-dtg.tcl
+1 −1 gen-machine-scripts/petalinux_hsm.tcl
+1 −1 gen-machine-scripts/petalinux_hsm_bridge.tcl
+120 −360 gen-machine-scripts/rootfsconfigs/Kconfig-aarch64.part
+65 −266 gen-machine-scripts/rootfsconfigs/Kconfig-arm.part
+12 −6 gen-machine-scripts/rootfsconfigs/rootfs_config.py
+0 −1 gen-machine-scripts/rootfsconfigs/rootfsconfig_zynqmp
+182 −29 gen-machineconf
+245 −68 lib/common_utils.py
+680 −14 lib/gen-machineconf/sdt_flow.py
+163 −14 lib/gen-machineconf/xsct_flow.py
+39 −9 lib/kconfig_syshw.py
+138 −746 lib/multiconfigs.py
+6 −21 lib/plnx_machine.py
+8 −19 lib/post_process_config.py
+21 −21 lib/project_config.py
+3 −7 lib/update_buildconf.py
+6 −6 lib/xilinx_mirrors.py
+300 −220 lib/yocto_machine.py

0 comments on commit 018cefc

Please sign in to comment.