Bug ID | 1172387 |
---|---|
Summary | sync custom rpi3 config not owned by packages |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | aarch64 |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | MicroOS |
Assignee | kubic-bugs@opensuse.org |
Reporter | lnussel@suse.com |
QA Contact | qa-bugs@suse.de |
CC | guillaume.gardet@arm.com |
Found By | --- |
Blocker | --- |
The MicroOS kiwi config.sh installs seveal config files in /etc for rpi support (bug 1084272, bug 1162669, bug 1012449, bug 1012449): https://build.opensuse.org/package/view_file/openSUSE:Factory/openSUSE-MicroOS/config.sh The config for the ARM JeOS images does similar things for all kinds of boards: https://build.opensuse.org/package/view_file/openSUSE:Factory:ARM:Live/JeOS/config.sh Interestingly not the same for RPi. What's correct there? MicroOS incomplete or JeOS? Also since those files are not owned by the OS they won't get updated on zypper dup in case there's a need for it. Also makes maintaining custom images harder due to duplication. I guess the current method was fine for quick initial development. Now that things have settled how about packaging them in board specific RPMs (and in /usr)? So no config.sh snippet needed anymore? MicroOS and JeOS would hopefully share the same packages then?