Skip to content

Commit

Permalink
xen-tools: Disable installation of the python3-core inside initrd
Browse files Browse the repository at this point in the history
After switching from the Dunfel to the Kirkstone release of Yocto the
size of the Dom0 initramfs was drastically increased.

This commit is another step in direction of the initramfs size's
minimization.

The runtime dependency to the python3-core looks redundant. Thus, we
remove it.

Signed-off-by: Vladyslav Goncharuk <[email protected]>
  • Loading branch information
Vladyslav Goncharuk authored and Oleksandr Tyshchenko committed May 31, 2023
1 parent 336cec4 commit df5f6ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-xt-domx-gen3/recipes-extended/xen/xen-tools_git.bbappend
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Avoid redundant runtime dependency on python3-core
RDEPENDS:${PN}:remove:class-target = " ${PYTHON_PN}-core"

require xen-source.inc

FILES:${PN}-test = "\
Expand Down

0 comments on commit df5f6ad

Please sign in to comment.