Give the two recipes different names - app-release_1.0.bb and app-latest_git.bb
Alex
2018-08-10 15:36 GMT+02:00 Mauro Ziliani :
> Hi all
>
> I need to do this scenario.
>
> I have 2 image recipes:
>
> - final.bb
>
> - testing.bb
>
> final.bb and testing.bb install the same application name app.
>
Hi all
I need to do this scenario.
I have 2 image recipes:
- final.bb
- testing.bb
final.bb and testing.bb install the same application name app.
For the app I build the recipe app_1.0.bb which downloads the source
code from git with tag=1.0, app_git.bb which downloads the latest commit.