# vendor_ohpc **Repository Path**: openharmony_pc/vendor_ohpc ## Basic Information - **Project Name**: vendor_ohpc - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: OpenHarmony-5.0.0-Release - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2024-10-28 - **Last Updated**: 2025-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 OpenHarmony 5.0.0 Release X86 参考代码 manifest/20241014.xml 可开机manifest备份 patch 必要的补丁修改可用下面的命令打补丁 ## 下载社区代码 ``` repo init -u git@gitlab.meizu.com:openharmony_pc/manifest.git -b OpenHarmony-5.0.0-Release repo sync -c -d --no-tags -j8 repo forall -c 'git lfs pull' ./build/prebuilts_download.sh ``` ## 合入补丁 ``` cd vendor/ohpc/ohpc_x86/patch ./patch.sh ``` ## 编译 ``` ./build.sh --product-name ohpc_x86 ``` ## 镜像生成 ``` ./vendor/ohpc/ohpc_x86/tools/mk_disk/mk_disk.sh ```