From: Chris Patterson <[email protected]> This approach breaks images which have Xen in DISTRO_FEATURES, but are not booting under Xen (and mounting /proc/xen fails).
xencommons, xendriverdomain, or proc-xen.mount should take care of mounting /proc/xen. Signed-off-by: Chris Patterson <[email protected]> --- recipes-core/base-files/base-files_3.%.bbappend | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 recipes-core/base-files/base-files_3.%.bbappend diff --git a/recipes-core/base-files/base-files_3.%.bbappend b/recipes-core/base-files/base-files_3.%.bbappend deleted file mode 100644 index eb973ad..0000000 --- a/recipes-core/base-files/base-files_3.%.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -do_install_append() { - if echo "${DISTRO_FEATURES}" | grep -q 'xen'; then - echo "xenfs /proc/xen xenfs defaults 0 0" >> ${D}${sysconfdir}/fstab - fi -} -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
