Board specific desktop things are going into common desktop package
Description
Desktop related board binaries such as keyboard shortcuts, touchpad settings, etc. should go either to BSP or we create new board desktop file.
Breaks certain desktops.
Environment
None
Activity
Show:
Igor Pecovnik
April 6, 2021, 8:48 PM
We need to prevent that the same file would be in both/different packages. Perhaps a small check in build time?
Make a PR - it's easier to visualize.
Myy Miouyouyou
April 6, 2021, 2:03 AM
So, the package generation is now done.
I wonder how to architecture the files that have to placed in this package now. The simplest way might just be to architecture a bsp-desktop with all the files that will be installed by the package (/etc/X11/xorg.conf.d, /etc/skel, /usr/share/armbian, …) and call it a day. I don’t know if that could cause any issue ?