[meta-virtualization] [PATCH] lxc: set systemdsystemunitdir with systemd

Bruce Ashfield bruce.ashfield at gmail.com
Mon Feb 5 17:29:35 PST 2018


merged.

Bruce

On Fri, Feb 2, 2018 at 12:02 AM, Ricardo Salveti
<ricardo at opensourcefoundries.com> wrote:
> systemd unit dir can be customized by the distro (e.g. usrmerge), so
> make sure the correct unit dir path is set on configure.
>
> Signed-off-by: Ricardo Salveti <ricardo at opensourcefoundries.com>
> ---
>  recipes-containers/lxc/lxc_2.0.8.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb
> index 651eb72..d8607f8 100644
> --- a/recipes-containers/lxc/lxc_2.0.8.bb
> +++ b/recipes-containers/lxc/lxc_2.0.8.bb
> @@ -60,6 +60,7 @@ EXTRA_OECONF += "--enable-log-src-basename"
>  CFLAGS_append = " -Wno-error=deprecated-declarations"
>
>  PACKAGECONFIG ??= "templates \
> +    ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
>      ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
>  "
>  PACKAGECONFIG[doc] = "--enable-doc --enable-api-docs,--disable-doc --disable-api-docs,,"
> @@ -68,6 +69,7 @@ PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparm
>  PACKAGECONFIG[templates] = ",,, ${PN}-templates"
>  PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux"
>  PACKAGECONFIG[seccomp] ="--enable-seccomp,--disable-seccomp,libseccomp,libseccomp"
> +PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd,"
>  PACKAGECONFIG[python] = "--enable-python,--disable-python,python3,python3-core"
>  PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua,lua"
>
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list