Please no nested brackets - patchwork can't handle those properly: > Subject: [[meta-arago] [thud/master] PATCH v1] recipes-devtools:
On Fri, Sep 06, 2019 at 02:38:46PM +0530, Nikhil Devshatwar wrote: > update SRCREV and compatible machine for j7-evm > Install scripts with execute permissions > Add bash as RDEPENDS > > Signed-off-by: Nikhil Devshatwar <[email protected]> > --- > .../recipes-devtools/util-scripts/glsdk-util-scripts.bb | 12 > ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git > a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb > b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb > index a0ca56a..abe9ad9 100644 > --- a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb > +++ b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb > @@ -3,12 +3,13 @@ LICENSE = "GPLv2" > LIC_FILES_CHKSUM = > "file://debug/filter-dmesg-rproc.sh;md5=ce264e7cbc036fd2f37073947c2f0800" > PR = "r1" > > -COMPATIBLE_MACHINE = "omap-a15" > +COMPATIBLE_MACHINE = "omap-a15|j7-evm" > PACKAGE_ARCH = "${MACHINE_ARCH}" > +RDEPENDS_${PN} += "bash" > > SRC_URI = "git://git.ti.com/glsdk/util-scripts.git" > > -SRCREV = "ecbb9cd13e1728686a82e87e5c1b325c0e806202" > +SRCREV = "df50ca1592cae97ad0c7285686d602926b4f7305" > > S = "${WORKDIR}/git" > > @@ -20,8 +21,11 @@ do_install() { > install -d ${D}${datadir}/ti/util-scripts > install -d ${D}${datadir}/ti/util-scripts/debug > install -d ${D}${datadir}/ti/util-scripts/perf > - install -m 0644 ${S}/debug/* ${D}${datadir}/ti/util-scripts/debug/. > - install -m 0644 ${S}/perf/* ${D}${datadir}/ti/util-scripts/perf/. > + install -d ${D}${datadir}/ti/util-scripts/demo > + install -m 755 ${S}/debug/* ${D}${datadir}/ti/util-scripts/debug/. > + install -m 755 ${S}/perf/* ${D}${datadir}/ti/util-scripts/perf/. > + install -m 755 ${S}/demo/* ${D}${datadir}/ti/util-scripts/demo/. > + > } > > FILES_${PN} += "${datadir}/ti/util-scripts/*" > -- > 1.9.1 > _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
