Re: [PATCH v6 2/3] automation: Add a clean rule for containers

2022-12-02 Thread Michal Orzel
Hi Bertrand, On 01/12/2022 15:25, Bertrand Marquis wrote: > > > Add make clean support to remove the containers from the local docker > registry. > make clean- must be called to remove an image: > make clean-yocto/kirkstone-qemuarm: remove yocto kirkstone for qemuarm > image > > Signed-off-by:

Re: [PATCH v6 2/3] automation: Add a clean rule for containers

2022-12-01 Thread Stefano Stabellini
On Thu, 1 Dec 2022, Bertrand Marquis wrote: > Add make clean support to remove the containers from the local docker > registry. > make clean- must be called to remove an image: > make clean-yocto/kirkstone-qemuarm: remove yocto kirkstone for qemuarm > image > > Signed-off-by: Bertrand Marquis Ac

[PATCH v6 2/3] automation: Add a clean rule for containers

2022-12-01 Thread Bertrand Marquis
Add make clean support to remove the containers from the local docker registry. make clean- must be called to remove an image: make clean-yocto/kirkstone-qemuarm: remove yocto kirkstone for qemuarm image Signed-off-by: Bertrand Marquis --- Changes in v6: - Rework clean rule to prevent calling doc