This will break bisectabilty...
On Fri, Jun 21, 2019 at 06:40:17AM -0400, Djordje Senicic wrote: > Signed-off-by: Djordje Senicic <[email protected]> > --- > .../ti-tisdk-makefile/Makefile_demo-glow | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > create mode 100644 > meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow > > diff --git > a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow > > b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow > new file mode 100644 > index 00000000..96ede6af > --- /dev/null > +++ > b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow > @@ -0,0 +1,19 @@ > +# barcode-roi build targets > + > +demo-glow: > + @echo ============================= > + @echo Building Demo GLOW > + @echo ============================= > + @cd example-applications; cd `find . -name "*demo-glow*"`; make -f > Makefile.build release > + > +demo-glow_clean: > + @echo ============================= > + @echo Cleaning Demo GLOW > + @echo ============================= > + @cd example-applications; cd `find . -name "*demo-glow*"`; make -f > Makefile.build clean > + > +demo-glow_install: > + @echo ================================================ > + @echo Installing Demo Glow - Release version > + @echo ================================================ > + @cd example-applications; cd `find . -name "*demo-glow*"`; make -f > Makefile.build install > -- > 2.17.1 > > _______________________________________________ > 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
