WESTON-INIT: come back to weston init instead of weston-conf

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
Christophe Priouzeau 2019-10-09 11:27:01 +02:00
parent 0548d5e822
commit e759c95d9b
3 changed files with 3 additions and 7 deletions

View File

@ -1,7 +0,0 @@
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
SRC_URI_append_stm32mpcommon = " file://weston.ini "
do_install_append_stm32mpcommon() {
mkdir -p ${D}/${sysconfdir}/xdg/weston
install -m 0644 ${WORKDIR}/weston.ini ${D}/${sysconfdir}/xdg/weston
}

View File

@ -0,0 +1,3 @@
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
SRC_URI_append_stm32mpcommon = " file://weston.ini "