Thanks. BTW, if you want your ack to be recorded in the git commit, you have to use a formal format of "Acked-by: Name <email>"
On Fri, Jun 09, 2017 at 04:19:31PM -0400, Gou, Hongmei wrote: > ACK > > > -----Original Message----- > > From: [email protected] [mailto:meta-arago- > > [email protected]] On Behalf Of Dmytriyenko, Denys > > Sent: Friday, June 09, 2017 4:02 PM > > To: [email protected] > > Subject: [meta-arago] [morty/master][PATCH] arago-core-tisdk-image: > > disable deployment of MLO only for k2g HS device > > > > Be specific and only unset it for k2g HS device, as k2g GP does provide > > MLO/SPL > > > > Signed-off-by: Denys Dmytriyenko <[email protected]> > > --- > > meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk- > > image.bb b/meta-arago-distro/recipes-core/images/arago-core-tisdk- > > image.bb > > index 974db93..d361c3d 100644 > > --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb > > +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb > > @@ -4,7 +4,8 @@ DEPLOY_SPL_NAME_omapl138 = "" > > DEPLOY_SPL_NAME_k2hk = "" > > DEPLOY_SPL_NAME_k2l-evm = "" > > DEPLOY_SPL_NAME_k2e = "" > > -DEPLOY_SPL_NAME_k2g = "" > > +# Only unset it for HS device, as k2g GP does provide MLO/SPL > > +DEPLOY_SPL_NAME_k2g-hs-evm = "" > > > > ARAGO_TISDK_IMAGE ?= "arago-core-tisdk-image" > > export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}" > > -- > > 2.7.4 > > > > _______________________________________________ > > meta-arago mailing list > > [email protected] > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
