2018-03-27 18:38:34 -04:00
|
|
|
DESCRIPTION = ""
|
|
|
|
HOMEPAGE = ""
|
|
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
SECTION = ""
|
|
|
|
DEPENDS = ""
|
|
|
|
|
2018-03-27 20:38:01 -04:00
|
|
|
S = "${WORKDIR}"
|
|
|
|
|
|
|
|
DEFAULT_REALM_UNITS = "\
|
|
|
|
file://systemd/launch-default-realm.path \
|
|
|
|
file://systemd/launch-default-realm.service \
|
|
|
|
file://systemd/watch-run-user.path \
|
|
|
|
file://systemd/watch-run-user.service \
|
|
|
|
"
|
|
|
|
|
2018-03-28 10:33:27 -04:00
|
|
|
MODPROBE_CONFIG = "\
|
|
|
|
file://modprobe.d/audio_powersave.conf \
|
|
|
|
"
|
|
|
|
|
|
|
|
SYSCTL_CONFIG = "\
|
|
|
|
file://sysctl/90-citadel-sysctl.conf \
|
|
|
|
"
|
|
|
|
|
|
|
|
UDEV_RULES = "\
|
|
|
|
file://udev/citadel-network.rules \
|
|
|
|
file://udev/pci-pm.rules \
|
|
|
|
file://udev/scsi-alpm.rules \
|
|
|
|
"
|
|
|
|
|
2019-01-03 16:48:36 -05:00
|
|
|
IPTABLES_RULES = "\
|
|
|
|
file://iptables/empty-filter.rules \
|
|
|
|
file://iptables/iptables.rules \
|
|
|
|
"
|
|
|
|
|
2018-03-27 18:38:34 -04:00
|
|
|
SRC_URI = "\
|
|
|
|
file://locale.conf \
|
|
|
|
file://environment.sh \
|
|
|
|
file://fstab \
|
2019-06-07 23:36:57 -04:00
|
|
|
file://sudo-citadel \
|
2018-03-27 18:38:34 -04:00
|
|
|
file://citadel-ifconfig.sh \
|
|
|
|
file://00-storage-tmpfiles.conf \
|
|
|
|
file://NetworkManager.conf \
|
2018-03-27 21:48:00 -04:00
|
|
|
file://share/dot.bashrc \
|
|
|
|
file://share/dot.profile \
|
2018-03-27 18:38:34 -04:00
|
|
|
file://share/dot.vimrc \
|
|
|
|
file://polkit/citadel.rules \
|
2019-01-03 16:48:36 -05:00
|
|
|
file://iptables-flush.sh \
|
2020-10-09 09:02:46 -04:00
|
|
|
file://citadel-installer.session \
|
|
|
|
file://citadel-installer.json \
|
|
|
|
file://citadel-installer.desktop \
|
|
|
|
file://citadel-installer-ui.desktop \
|
2018-03-27 20:38:01 -04:00
|
|
|
file://systemd/zram-swap.service \
|
2019-01-03 16:48:36 -05:00
|
|
|
file://systemd/iptables.service \
|
2020-07-08 10:42:25 -04:00
|
|
|
file://systemd/sway-session-switcher.service \
|
|
|
|
file://systemd/x11-session-switcher.service \
|
2020-10-09 09:02:46 -04:00
|
|
|
file://systemd/citadel-installer-backend.service \
|
|
|
|
file://systemd/installer-session-switcher.service \
|
2019-04-02 15:43:00 -04:00
|
|
|
file://skel/profile \
|
|
|
|
file://skel/bashrc \
|
|
|
|
file://skel/vimrc \
|
|
|
|
file://apt-cacher-ng/acng.conf \
|
|
|
|
file://apt-cacher-ng/security.conf \
|
2018-03-27 20:38:01 -04:00
|
|
|
${DEFAULT_REALM_UNITS} \
|
2018-03-28 10:33:27 -04:00
|
|
|
${MODPROBE_CONFIG} \
|
|
|
|
${SYSCTL_CONFIG} \
|
|
|
|
${UDEV_RULES} \
|
2019-01-03 16:48:36 -05:00
|
|
|
${IPTABLES_RULES} \
|
2018-03-27 18:38:34 -04:00
|
|
|
"
|
|
|
|
|
2018-03-27 20:38:01 -04:00
|
|
|
USERADD_PACKAGES = "${PN}"
|
|
|
|
USERADD_PARAM_${PN} = "-m -u 1000 -s /bin/bash citadel"
|
|
|
|
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
|
|
|
|
2019-06-07 23:36:57 -04:00
|
|
|
# for citadel-ifconfig.sh citadel-setpassword.sh
|
2020-07-08 10:42:25 -04:00
|
|
|
RDEPENDS_${PN} = "bash wireless-regdb-static"
|
2018-03-27 18:38:34 -04:00
|
|
|
|
2018-03-27 20:38:01 -04:00
|
|
|
inherit allarch systemd useradd
|
|
|
|
|
2020-10-09 09:02:46 -04:00
|
|
|
SYSTEMD_SERVICE_${PN} = "zram-swap.service watch-run-user.path iptables.service sway-session-switcher.service x11-session-switcher.service citadel-installer-backend.service installer-session-switcher.service"
|
2018-03-27 18:38:34 -04:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
install -m 0755 -d ${D}/storage
|
|
|
|
install -m 0755 -d ${D}/realms
|
|
|
|
install -d ${D}${libdir}/sysctl.d
|
|
|
|
install -m 0755 -d ${D}${libexecdir}
|
|
|
|
install -m 0755 -d ${D}${sysconfdir}/profile.d
|
|
|
|
install -m 0755 -d ${D}${sysconfdir}/skel
|
|
|
|
install -m 0755 -d ${D}${sysconfdir}/tmpfiles.d
|
|
|
|
install -m 0755 -d ${D}${sysconfdir}/udev/rules.d
|
|
|
|
install -m 0755 -d ${D}${sysconfdir}/NetworkManager
|
|
|
|
install -m 0755 -d ${D}${sysconfdir}/polkit-1/rules.d
|
2018-03-28 10:33:27 -04:00
|
|
|
install -m 0755 -d ${D}${sysconfdir}/modprobe.d
|
2019-06-07 23:36:57 -04:00
|
|
|
install -m 0755 -d ${D}${sysconfdir}/sudoers.d
|
2019-01-03 16:48:36 -05:00
|
|
|
install -m 0755 -d ${D}${datadir}/iptables
|
2019-04-02 15:43:00 -04:00
|
|
|
install -m 0755 -d ${D}${datadir}/factory/skel
|
2018-03-27 18:38:34 -04:00
|
|
|
install -m 0700 -d ${D}${localstatedir}/lib/NetworkManager
|
|
|
|
install -m 0700 -d ${D}${localstatedir}/lib/NetworkManager/system-connections
|
2019-06-07 23:36:57 -04:00
|
|
|
install -m 0755 -d ${D}${datadir}/citadel
|
2020-10-09 09:02:46 -04:00
|
|
|
install -m 0755 -d ${D}${datadir}/gnome-session/sessions
|
|
|
|
install -m 0755 -d ${D}${datadir}/gnome-shell/modes
|
|
|
|
install -m 0755 -d ${D}${datadir}/applications
|
|
|
|
install -m 0755 -d ${D}${datadir}/wayland-sessions
|
2018-03-27 18:38:34 -04:00
|
|
|
|
|
|
|
install -m 0644 ${WORKDIR}/locale.conf ${D}${sysconfdir}/locale.conf
|
|
|
|
install -m 0644 ${WORKDIR}/environment.sh ${D}${sysconfdir}/profile.d/environment.sh
|
|
|
|
install -m 0644 ${WORKDIR}/fstab ${D}${sysconfdir}/fstab
|
2019-06-07 23:36:57 -04:00
|
|
|
install -m 0440 ${WORKDIR}/sudo-citadel ${D}${sysconfdir}/sudoers.d/citadel
|
2018-03-27 18:38:34 -04:00
|
|
|
install -m 0644 ${WORKDIR}/00-storage-tmpfiles.conf ${D}${sysconfdir}/tmpfiles.d
|
|
|
|
install -m 0644 ${WORKDIR}/NetworkManager.conf ${D}${sysconfdir}/NetworkManager
|
|
|
|
|
|
|
|
install -d ${D}${systemd_system_unitdir}
|
2018-03-27 20:38:01 -04:00
|
|
|
install -m 644 ${WORKDIR}/systemd/zram-swap.service ${D}${systemd_system_unitdir}
|
2019-01-03 16:48:36 -05:00
|
|
|
install -m 644 ${WORKDIR}/systemd/iptables.service ${D}${systemd_system_unitdir}
|
2018-03-27 20:38:01 -04:00
|
|
|
|
2020-07-08 10:42:25 -04:00
|
|
|
install -m 644 ${WORKDIR}/systemd/sway-session-switcher.service ${D}${systemd_system_unitdir}
|
|
|
|
install -m 644 ${WORKDIR}/systemd/x11-session-switcher.service ${D}${systemd_system_unitdir}
|
2020-10-09 09:02:46 -04:00
|
|
|
install -m 644 ${WORKDIR}/systemd/citadel-installer-backend.service ${D}${systemd_system_unitdir}
|
|
|
|
install -m 644 ${WORKDIR}/systemd/installer-session-switcher.service ${D}${systemd_system_unitdir}
|
2019-04-11 09:27:22 -04:00
|
|
|
|
2018-03-27 20:38:01 -04:00
|
|
|
install -m 644 ${WORKDIR}/systemd/watch-run-user.path ${D}${systemd_system_unitdir}
|
|
|
|
install -m 644 ${WORKDIR}/systemd/watch-run-user.service ${D}${systemd_system_unitdir}
|
|
|
|
install -m 644 ${WORKDIR}/systemd/launch-default-realm.path ${D}${systemd_system_unitdir}
|
|
|
|
install -m 644 ${WORKDIR}/systemd/launch-default-realm.service ${D}${systemd_system_unitdir}
|
2018-03-27 18:38:34 -04:00
|
|
|
|
2019-04-02 15:43:00 -04:00
|
|
|
# skel files for new realms
|
|
|
|
install -m 644 -T ${WORKDIR}/skel/profile ${D}${sysconfdir}/skel/.profile
|
|
|
|
install -m 644 -T ${WORKDIR}/skel/bashrc ${D}${sysconfdir}/skel/.bashrc
|
|
|
|
install -m 644 -T ${WORKDIR}/skel/vimrc ${D}${sysconfdir}/skel/.vimrc
|
|
|
|
|
2018-03-28 10:33:27 -04:00
|
|
|
install -m 0644 ${WORKDIR}/sysctl/90-citadel-sysctl.conf ${D}${libdir}/sysctl.d/
|
2018-03-27 18:38:34 -04:00
|
|
|
|
2018-03-28 10:33:27 -04:00
|
|
|
install -m 0644 ${WORKDIR}/udev/citadel-network.rules ${D}${sysconfdir}/udev/rules.d/
|
2018-03-27 18:38:34 -04:00
|
|
|
install -m 0755 ${WORKDIR}/citadel-ifconfig.sh ${D}${libexecdir}
|
|
|
|
|
2018-03-28 10:33:27 -04:00
|
|
|
install -m 0644 ${WORKDIR}/udev/pci-pm.rules ${D}${sysconfdir}/udev/rules.d/
|
|
|
|
install -m 0644 ${WORKDIR}/udev/scsi-alpm.rules ${D}${sysconfdir}/udev/rules.d/
|
|
|
|
|
2020-10-09 09:02:46 -04:00
|
|
|
install -m 0644 ${WORKDIR}/citadel-installer.session ${D}${datadir}/gnome-session/sessions/
|
|
|
|
install -m 0644 ${WORKDIR}/citadel-installer.json ${D}${datadir}/gnome-shell/modes/
|
|
|
|
install -m 0644 ${WORKDIR}/citadel-installer-ui.desktop ${D}${datadir}/applications/
|
|
|
|
install -m 0644 ${WORKDIR}/citadel-installer.desktop ${D}${datadir}/wayland-sessions/
|
|
|
|
|
2019-01-03 16:48:36 -05:00
|
|
|
install -m 0644 ${WORKDIR}/iptables/iptables.rules ${D}${datadir}/iptables/
|
|
|
|
install -m 0644 ${WORKDIR}/iptables/empty-filter.rules ${D}${datadir}/iptables/
|
|
|
|
install -m 0644 ${WORKDIR}/iptables-flush.sh ${D}${datadir}/iptables/
|
|
|
|
|
2019-04-02 15:43:00 -04:00
|
|
|
install -m 0644 ${WORKDIR}/share/dot.bashrc ${D}${datadir}/factory/skel/.bashrc
|
|
|
|
install -m 0644 ${WORKDIR}/share/dot.profile ${D}${datadir}/factory/skel/.profile
|
|
|
|
install -m 0644 ${WORKDIR}/share/dot.vimrc ${D}${datadir}/factory/skel/.vimrc
|
2018-03-28 10:33:27 -04:00
|
|
|
|
|
|
|
install -m 0644 ${WORKDIR}/polkit/citadel.rules ${D}${sysconfdir}/polkit-1/rules.d/
|
2018-03-27 18:38:34 -04:00
|
|
|
|
2018-03-28 10:33:27 -04:00
|
|
|
install -m 0644 ${WORKDIR}/modprobe.d/audio_powersave.conf ${D}${sysconfdir}/modprobe.d/
|
2018-03-27 18:38:34 -04:00
|
|
|
|
2019-04-02 15:43:00 -04:00
|
|
|
install -d ${D}${datadir}/apt-cacher-ng/conf
|
|
|
|
install -m 0644 ${WORKDIR}/apt-cacher-ng/acng.conf ${D}${datadir}/apt-cacher-ng/conf/
|
|
|
|
install -m 0644 ${WORKDIR}/apt-cacher-ng/security.conf ${D}${datadir}/apt-cacher-ng/conf/
|
|
|
|
|
2018-12-31 18:39:55 -05:00
|
|
|
# This probably belongs in lvm2 recipe
|
|
|
|
install -d ${D}${systemd_system_unitdir}/sysinit.target.wants
|
|
|
|
ln -s ../lvm2-lvmetad.socket ${D}${systemd_system_unitdir}/sysinit.target.wants/lvm2-lvmetad.socket
|
|
|
|
|
2018-03-27 18:38:34 -04:00
|
|
|
ln -s /storage/citadel-state/resolv.conf ${D}${sysconfdir}/resolv.conf
|
|
|
|
ln -s /dev/null ${D}${sysconfdir}/tmpfiles.d/etc.conf
|
|
|
|
ln -s /dev/null ${D}${sysconfdir}/tmpfiles.d/home.conf
|
2018-12-31 18:39:55 -05:00
|
|
|
|
|
|
|
install -d ${D}${datadir}/themes
|
|
|
|
install -d ${D}${datadir}/icons
|
|
|
|
install -d ${D}${libdir}/modules
|
|
|
|
install -d ${D}${libdir}/firmware
|
|
|
|
install -d ${D}${datadir}/backgrounds
|
|
|
|
install -d ${D}/opt/share
|
2018-03-27 18:38:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
FILES_${PN} = "/"
|