Re: [yocto] Test packages and staging area conflicts

2017-02-01 Thread Daniel.
2017-01-30 18:09 GMT-02:00 Daniel. : > I'm using this little hack: > > do_install[depends] = "${RCONFLICTS_${PN}}:do_cleansstate" > DON'T DO THAT: This will make conflicting packages depend on one each other and don't fix the problem. For the moment I'm living with the warnings. Any help is apreci

Re: [yocto] Test packages and staging area conflicts

2017-01-30 Thread Daniel.
I'm using this little hack: do_install[depends] = "${RCONFLICTS_${PN}}:do_cleansstate" But this seems not right... Regards, 2017-01-30 17:56 GMT-02:00 Daniel. : > I've been using testing packages so that they can be built from SCM > testing branches and quickdly deployed to package repository.

[yocto] Test packages and staging area conflicts

2017-01-30 Thread Daniel.
I've been using testing packages so that they can be built from SCM testing branches and quickdly deployed to package repository. This makes new testing releases avaible to software developers and they can installs it by using package manager. The testing packages are the same as production package