openubmc-bingo 0.5.269__py3-none-any.whl → 0.5.270__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of openubmc-bingo might be problematic. Click here for more details.
- bmcgo/__init__.py +1 -1
- bmcgo/tasks/task_build_rootfs_img.py +3 -1
- {openubmc_bingo-0.5.269.dist-info → openubmc_bingo-0.5.270.dist-info}/METADATA +1 -1
- {openubmc_bingo-0.5.269.dist-info → openubmc_bingo-0.5.270.dist-info}/RECORD +7 -7
- {openubmc_bingo-0.5.269.dist-info → openubmc_bingo-0.5.270.dist-info}/WHEEL +0 -0
- {openubmc_bingo-0.5.269.dist-info → openubmc_bingo-0.5.270.dist-info}/entry_points.txt +0 -0
- {openubmc_bingo-0.5.269.dist-info → openubmc_bingo-0.5.270.dist-info}/top_level.txt +0 -0
bmcgo/__init__.py
CHANGED
|
@@ -66,7 +66,8 @@ class TaskClass(Task):
|
|
|
66
66
|
self.rtos_datafs = f"{self.rtos_rootfs}/data"
|
|
67
67
|
# 镜像挂载点
|
|
68
68
|
self.mnt_datafs = f"{self.buildimg_dir}/mnt_datafs"
|
|
69
|
-
self.
|
|
69
|
+
self.run_command(f"rm -rf {self.mnt_datafs}", sudo=True)
|
|
70
|
+
self.run_command(f"mkdir {self.mnt_datafs}", sudo=True)
|
|
70
71
|
self.tools.check_path(self.rtos_rootfs)
|
|
71
72
|
|
|
72
73
|
def component_cust_conf(self):
|
|
@@ -482,6 +483,7 @@ class TaskClass(Task):
|
|
|
482
483
|
|
|
483
484
|
# ! 制作datafs img镜像,供work_buildpkg_ext4.py使用
|
|
484
485
|
datafs_mount_path = f"{self.config.build_path}/mnt_datafs/"
|
|
486
|
+
self.run_command(f"rm -rf {datafs_mount_path}", sudo=True)
|
|
485
487
|
self.run_command(f"mkdir -p {datafs_mount_path}", sudo=True)
|
|
486
488
|
|
|
487
489
|
# 复制所有文件到挂载目录
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
bmcgo/__init__.py,sha256=
|
|
1
|
+
bmcgo/__init__.py,sha256=kE6ioPVYZPryci_3gMlFQNsY9dMxrEJrRM3exClBkWk,563
|
|
2
2
|
bmcgo/bmcgo.py,sha256=uD4TsfjrFB5aQPIS6WRUVc9ShXX-dSImY9ezkB13g1w,685
|
|
3
3
|
bmcgo/bmcgo_config.py,sha256=zPghH-W8vNK1bAc5PjfwnWzkHYT499PlGbhUWhPKT5U,10888
|
|
4
4
|
bmcgo/errors.py,sha256=QW1ndrJcJ2Ws7riOznPKVvZsNlrYk73eZol7w8gJTPU,3076
|
|
@@ -221,7 +221,7 @@ bmcgo/tasks/download_buildtools_hm.py,sha256=f4UxStARc8Z8DnT_5O6ONajQ7P0sKyJ8bri
|
|
|
221
221
|
bmcgo/tasks/misc.py,sha256=GK_bSDLGZW0FxywB2ICG1iIEz2y2QoCb1YQQk8SYOIA,711
|
|
222
222
|
bmcgo/tasks/task.py,sha256=n7EhquD3FQeT8LHk0tREKOG9t1BcbMge_TY6ekGFydk,17064
|
|
223
223
|
bmcgo/tasks/task_build_conan.py,sha256=nQt4VyK4QHh2u4JbM8kfK9WBVIMGKI18S2NPg9orlvQ,32962
|
|
224
|
-
bmcgo/tasks/task_build_rootfs_img.py,sha256=
|
|
224
|
+
bmcgo/tasks/task_build_rootfs_img.py,sha256=JKEvldJnLWu2IdVSntuVowocQwdVtBQUpxzhplYauPI,29209
|
|
225
225
|
bmcgo/tasks/task_build_wbd_up.py,sha256=X9-0Qqad-s3mGfJBMeBQvfZ99KlWcgaMluDr_zv6Z-o,3122
|
|
226
226
|
bmcgo/tasks/task_buildgppbin.py,sha256=Xjfw6j8OsyS_XRiOt4vqIK1rDQ4sNKG__eurDu-M9bo,6341
|
|
227
227
|
bmcgo/tasks/task_buildhpm_ext4.py,sha256=DBZnmU_eb14J0CW_wVoCc9VKnssFF1vXmRhLJQ6kR28,3482
|
|
@@ -254,8 +254,8 @@ bmcgo/utils/installations/version_util.py,sha256=dOwvLZ7iOmnzSeyD6_pRm7NS7I13Um5
|
|
|
254
254
|
bmcgo/utils/installations/install_plans/bingo.yml,sha256=Zw1HnAyNJdEwkE3fnd-_GCe9bwv1m6bmMlaQTJXaFa8,210
|
|
255
255
|
bmcgo/utils/installations/installers/apt_installer.py,sha256=nPaCb4cobSi9InN_aHsEPtQ0k4FgsCUWE5_VgBPvcRE,3769
|
|
256
256
|
bmcgo/utils/installations/installers/pip_installer.py,sha256=dDdios1EQ7fzt90r02pZeoM3jCmjslLzkSvzd2hgRVM,3241
|
|
257
|
-
openubmc_bingo-0.5.
|
|
258
|
-
openubmc_bingo-0.5.
|
|
259
|
-
openubmc_bingo-0.5.
|
|
260
|
-
openubmc_bingo-0.5.
|
|
261
|
-
openubmc_bingo-0.5.
|
|
257
|
+
openubmc_bingo-0.5.270.dist-info/METADATA,sha256=eDjQojLo2syKSGeBiCaBhU_hgbwDhw9gUJPclCulesk,925
|
|
258
|
+
openubmc_bingo-0.5.270.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
259
|
+
openubmc_bingo-0.5.270.dist-info/entry_points.txt,sha256=UUoUP-vAWTgg9vEYbRwYqOBHgpRtkngdzMPb-ocz90g,42
|
|
260
|
+
openubmc_bingo-0.5.270.dist-info/top_level.txt,sha256=9AcvCAt1nZcOgMsGt6T07mg2Bgtdet-3mHTwg91axgI,6
|
|
261
|
+
openubmc_bingo-0.5.270.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|