-
Notifications
You must be signed in to change notification settings - Fork 48
[DOCS] Add note on building EMT images with older tags #561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Add note on building EMT images with older tags #561
Conversation
d5b9eec
fc75019 to
d5b9eec
Compare
d5b9eec to
d3343c1
Compare
|
@sgolebiewski-intel @cheeyanglee : Following the above instructions i am trying to build the older build https://github.com/open-edge-platform/edge-microvisor-toolkit/releases/tag/3.0.20250828 But still i am not able to build it. Attached are the logs.
[Uploading pkggen.zip…]()
|
Should we stop suggesting building the older versions of EMT until the issue is resolved? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cheeyanglee @sgolebiewski-intel : Thank you for the support and debug. And finalizing on the steps and BKMs.
This works fine.
@cheeyanglee @meiyeenng : Hope minimum system requirements to do a full build will be taken care in another PR.
d26665d
into
open-edge-platform:3.0-dev
* [DOCS] Add note on building EMT images with older tags (#561) * [DOCS] Add note on building EMT images with older tags * Updating notes * Update details of rebuild * Add full local rebuild instructions * Update docs/developer-guide/get-started/emt-build-and-deploy.md * Update docs/developer-guide/get-started/emt-build-and-deploy.md * Update docs/developer-guide/get-started/emt-building-howto.md * Update docs/developer-guide/get-started/emt-build-and-deploy.md * Move note * Adding make clean instructions * Add REBUILD_PACKAGES parameter --------- Co-authored-by: Smitesh Sutaria <smitesh.sutaria@intel.com> * Add kernel config for audio SND_SOC and virtio_gpu (#608) Added below kernel config CONFIG_SND_SOC_INTEL_HDA_DSP_COMMON=m CONFIG_SND_SOC_INTEL_SOF_BOARD_HELPERS=m CONFIG_SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH=m CONFIG_SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m CONFIG_SND_SOC_CX2072X=m CONFIG_SND_SOC_DMIC=m CONFIG_SND_SEQUENCER=m CONFIG_SND_SEQ_MIDI=m CONFIG_SND_SEQ_MIDI_EVENT=m CONFIG_DRM_VIRTIO_GPU=m CONFIG_DRM_VIRTIO_GPU_KMS=y Signed-off-by: Lishan Liu <lishan.liu@intel.com> * drop vitess, dcos-cli and cloud-provider-kubevirt (#613) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * [DOCS] links to spec files with patches and sources (#615) * [DOCS] spec links and TSN info * [DOCS] spec links external * drop vitess, dcos-cli and cloud-provider-kubevirt (#614) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * Update Platform Observability and Telemetry Agents (#606) * Update Platform Observability and Telemetry Agents * Update PUA and In-Band Manageability versions * Update platform-observability-agent.signatures.json * Update platform-observability-agent.signatures.json * bump up PUA * Update in-band manageability --------- Co-authored-by: Niket Kumar <niket.kumar@intel.com> Co-authored-by: Kishan Mochi <kishan.mochi@intel.com> --------- Signed-off-by: Lishan Liu <lishan.liu@intel.com> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> Co-authored-by: Smitesh Sutaria <smitesh.sutaria@intel.com> Co-authored-by: cheeyanglee <chee.yang.lee@intel.com> Co-authored-by: mpytlik-intel <mikolajx.pytlik@intel.com> Co-authored-by: Christopher Nolan <christopher.nolan@intel.com> Co-authored-by: Niket Kumar <niket.kumar@intel.com> Co-authored-by: Kishan Mochi <kishan.mochi@intel.com>


Merge Checklist
All boxes should be checked before merging the PR
Description
Building EMT images from older tags requires removal of the
REBUILD_PACKAGES=noption.Any Newly Introduced Dependencies
How Has This Been Tested?