Re: Switching between multiple DISTROs without "contamination"
Mike Looijmans
Quick answer: Don't build multiple distros in one build directory.
toggle quoted message
Show quoted text
You might get away with setting TMPDIR = "tmp-${DISTRO}" to give each its own. But I'd rather advice to set up two separate builds and just point the downloads and sstate-cache to the same location. It'll be faster than the TMPDIR option. Or figure out how to put the difference in the IMAGE only. Then you can just build both images (in parallel, woot), which is faster, more convenient and saves on diskspace. What I often do is have my-application.bb generate a my-application-utils package that only gets installed in the "dev" image but not in the production one, which only installs "my-application". You could also create a "my-application-dev.bb" recipe that includes my-application.bb and just changes what it needs to be different. Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The Netherlands T: +31 (0) 499 33 69 69 E: mike.looijmans@... W: www.topic.nl Please consider the environment before printing this e-mail On 12-07-2022 15:37, Nicolas Jeker via lists.yoctoproject.org wrote:
Hi all, --
Mike Looijmans |
|