docs: Building with demo and commercial together#2841
Conversation
Updated the docs with solution to problem regarding custom mender-gateway.conf in builds with both commercial and demo layers. Ticket: MEN-6625 Signed-off-by: Rewan Rashid <rewan.rashid@northern.tech>
|
In this task (MEN-6625) the issue really only appears when commercial and demo layer are used together which as i understand only for testing. It happens because the .bbappend in demo's mender-gateway grabs custom files under the name mender-gateway.conf into doc. Therefore i think doing any code change is not really necessary and rather it is better to just update the docs for this case. |
vpodzime
left a comment
There was a problem hiding this comment.
Looks reasonable to me, but I'm no yocto expert to dare approving this 😊
IMO this sounds like weird behavior. Any reason why you don't think we should try to address this in the code instead? |
|
Yeah that's really what I'm kinda wondering is do still need this thing for examples confs does it have any other purpose so that it would be bad to just remove it. If it is not needed then i can just close this PR open a new one on meta-mender with the line removed if no one has any objections. 🤷 |
Updated the docs with solution to problem regarding custom mender-gateway.conf in builds with both commercial and demo layers.
Ticket: MEN-6625