From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E10EBE00995; Mon, 27 Mar 2017 09:51:19 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 71223E00867 for ; Mon, 27 Mar 2017 09:51:17 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v2RGp73a026038 for ; Mon, 27 Mar 2017 11:51:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1490633467; bh=IvePtGPkN5yOpbwfS7NiwIUs2CbEtRnCY0hP8TlNHGo=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=XB/FVRkDCtiJwFXjb9sUgy3F6hYENW9Rgof4Xxi2wrnRP23ojohl+2ByyILb7ABmP +RUJEWiechSHGkH2kFNWbZ2JrOj6wjZ08QmlWbMxV1Ytee8imMLiqxpyjewziCNs96 NNMDxfZea97MN+BBVjElHiuiqmH5UUSrD4j2M0lE= Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2RGp1Md021009 for ; Mon, 27 Mar 2017 11:51:02 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Mon, 27 Mar 2017 11:51:01 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2RGp1YS026167; Mon, 27 Mar 2017 11:51:01 -0500 Date: Mon, 27 Mar 2017 12:51:01 -0400 From: Denys Dmytriyenko To: Suman Anna Message-ID: <20170327165101.GA29187@edge> References: <1490632891-60160-1-git-send-email-denis@denix.org> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [morty/master][PATCH] ti-ipc: add module dependency between omap_remoteproc and virtio_rpmsg_bus X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 16:51:20 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Mon, Mar 27, 2017 at 11:46:30AM -0500, Suman Anna wrote: > Hi Denys, > > On 03/27/2017 11:41 AM, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > This is required to workaround the remoteproc crash due to watchdog interrupt > > conflicts - LCPD-9490 > > > > Signed-off-by: Denys Dmytriyenko > > Cc: Sam Nelson > > Cc: Suman Anna > > --- > > recipes-ti/ipc/ti-ipc/omap_remoteproc.conf | 1 + > > recipes-ti/ipc/ti-ipc_git.bb | 4 ++++ > > 2 files changed, 5 insertions(+) > > create mode 100644 recipes-ti/ipc/ti-ipc/omap_remoteproc.conf > > > > diff --git a/recipes-ti/ipc/ti-ipc/omap_remoteproc.conf b/recipes-ti/ipc/ti-ipc/omap_remoteproc.conf > > new file mode 100644 > > index 0000000..6b5034c > > --- /dev/null > > +++ b/recipes-ti/ipc/ti-ipc/omap_remoteproc.conf > > @@ -0,0 +1 @@ > > +softdep omap_remoteproc pre: virtio_rpmsg_bus > > diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb > > index 5878b63..b536f61 100644 > > --- a/recipes-ti/ipc/ti-ipc_git.bb > > +++ b/recipes-ti/ipc/ti-ipc_git.bb > > @@ -9,6 +9,7 @@ PR = "${INC_PR}.0" > > DEPENDS += "virtual/kernel" > > > > SRC_URI += "file://tiipclad-daemon.sh \ > > + file://omap_remoteproc.conf \ > > file://0001-Add-kernel-build-dir.patch \ > > " > > > > @@ -41,6 +42,9 @@ do_install_append() { > > # lad daemon executable. > > sed -i -e "s/__LAD_DAEMON__/${DAEMON}/" ${WORKDIR}/tiipclad-daemon.sh > > install -c -m 755 ${WORKDIR}/tiipclad-daemon.sh ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME} > > + > > + install -d ${D}${sysconfdir}/modprobe.d/ > > + install -c -m 644 ${WORKDIR}/omap_remoteproc.conf ${D}${sysconfdir}/modprobe.d/ > > Does this install even on K2 builds/FS? It is ideally not required on K2 > builds, though I believe this will be a no-op on K2. I can limit it to "dra7xx" SOC family only - shouldn't be a problem since this package is already machine-specific. > Otherwise, LGTM. > > regards > Suman > > > } > > > > PACKAGES =+ "${PN}-test" > > >