switch to walnascar
This commit is contained in:
@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-diya = "^${LAYERDIR}/"
|
|||||||
BBFILE_PRIORITY_meta-diya = "11"
|
BBFILE_PRIORITY_meta-diya = "11"
|
||||||
|
|
||||||
LAYERDEPENDS_meta-diya = " core "
|
LAYERDEPENDS_meta-diya = " core "
|
||||||
LAYERSERIES_COMPAT_meta-diya = "scarthgap"
|
LAYERSERIES_COMPAT_meta-diya = "walnascar"
|
||||||
|
|
||||||
PACKAGE_CLASSES = "package_ipk"
|
PACKAGE_CLASSES = "package_ipk"
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ INHERIT += "rm_work"
|
|||||||
EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
|
EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
|
||||||
DISTRO_FEATURES:append := " opengl pam "
|
DISTRO_FEATURES:append := " opengl pam "
|
||||||
DISTRO_FEATURES:remove = " x11 vulkan ptest "
|
DISTRO_FEATURES:remove = " x11 vulkan ptest "
|
||||||
TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev "
|
TOOLCHAIN_TARGET_TASK:append := " libgles3-mesa-dev "
|
||||||
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
|
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
|
||||||
|
|
||||||
WKS_FILE="image.wks.in"
|
WKS_FILE="image.wks.in"
|
||||||
|
@ -3,5 +3,5 @@ SRC_URI += "file://default"
|
|||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
rm -rf ${D}/etc/dropbear
|
rm -rf ${D}/etc/dropbear
|
||||||
install -m 0644 ${WORKDIR}/default ${D}${sysconfdir}/default/dropbear
|
install -m 0644 ${UNPACKDIR}/default ${D}${sysconfdir}/default/dropbear
|
||||||
}
|
}
|
@ -22,7 +22,7 @@ IMAGE_INSTALL:append = "pango \
|
|||||||
gtk4-layer-shell \
|
gtk4-layer-shell \
|
||||||
libadwaita \
|
libadwaita \
|
||||||
gobject-introspection \
|
gobject-introspection \
|
||||||
wayland wayland-protocols wlroots \
|
wayland wayland-protocols wlroots-0.18 \
|
||||||
foot \
|
foot \
|
||||||
mc \
|
mc \
|
||||||
gdbserver gdb \
|
gdbserver gdb \
|
||||||
|
@ -3,5 +3,5 @@ SRC_URI += " file://itf_diya "
|
|||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
rm ${D}/etc/network/interfaces
|
rm ${D}/etc/network/interfaces
|
||||||
install -m 0644 ${WORKDIR}/itf_diya ${D}/etc/network/interfaces
|
install -m 0644 ${UNPACKDIR}/itf_diya ${D}/etc/network/interfaces
|
||||||
}
|
}
|
@ -12,7 +12,7 @@ SRC_URI += "file://confd \
|
|||||||
file://diya.pam \
|
file://diya.pam \
|
||||||
file://xdg-terminal-exec"
|
file://xdg-terminal-exec"
|
||||||
|
|
||||||
|
S = "${UNPACKDIR}"
|
||||||
inherit update-rc.d useradd
|
inherit update-rc.d useradd
|
||||||
|
|
||||||
USERADD_PACKAGES = "${PN}"
|
USERADD_PACKAGES = "${PN}"
|
||||||
@ -26,17 +26,17 @@ INITSCRIPT_PARAMS = "start 30 S ."
|
|||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}/${sysconfdir}/init.d/
|
install -d ${D}/${sysconfdir}/init.d/
|
||||||
install -d ${DEPLOY_DIR_IMAGE}
|
install -d ${DEPLOY_DIR_IMAGE}
|
||||||
install -m 0755 ${WORKDIR}/confd ${D}/${sysconfdir}/init.d/confd
|
install -m 0755 ${UNPACKDIR}/confd ${D}/${sysconfdir}/init.d/confd
|
||||||
install -d ${D}/sbin/
|
install -d ${D}/sbin/
|
||||||
install -d ${D}/etc/default/volatiles
|
install -d ${D}/etc/default/volatiles
|
||||||
install -m 0644 ${WORKDIR}/80_diya ${D}${sysconfdir}/default/volatiles
|
install -m 0644 ${UNPACKDIR}/80_diya ${D}${sysconfdir}/default/volatiles
|
||||||
install -m 0755 ${WORKDIR}/expandfs.sh ${D}/sbin/expandfs.sh
|
install -m 0755 ${UNPACKDIR}/expandfs.sh ${D}/sbin/expandfs.sh
|
||||||
install -m 0755 ${WORKDIR}/boot-to-recovery ${D}/sbin/boot-to-recovery
|
install -m 0755 ${UNPACKDIR}/boot-to-recovery ${D}/sbin/boot-to-recovery
|
||||||
install -m 0755 ${WORKDIR}/fs_resize ${DEPLOY_DIR_IMAGE}/
|
install -m 0755 ${UNPACKDIR}/fs_resize ${DEPLOY_DIR_IMAGE}/
|
||||||
install -d ${D}/etc/pam.d
|
install -d ${D}/etc/pam.d
|
||||||
install -m 0644 ${WORKDIR}/diya.pam ${D}${sysconfdir}/pam.d/diya
|
install -m 0644 ${UNPACKDIR}/diya.pam ${D}${sysconfdir}/pam.d/diya
|
||||||
install -d ${D}/usr/bin
|
install -d ${D}/usr/bin
|
||||||
install -m 0755 ${WORKDIR}/xdg-terminal-exec ${D}/usr/bin
|
install -m 0755 ${UNPACKDIR}/xdg-terminal-exec ${D}/usr/bin
|
||||||
cat << EOF > ${DEPLOY_DIR_IMAGE}/diya-config.txt
|
cat << EOF > ${DEPLOY_DIR_IMAGE}/diya-config.txt
|
||||||
recovery=false
|
recovery=false
|
||||||
recovery_image=recovery-${MACHINE}.cpio.gz
|
recovery_image=recovery-${MACHINE}.cpio.gz
|
||||||
|
@ -11,7 +11,7 @@ SRC_URI += "git://git.iohub.dev/dany/diya-session-manager.git;protocol=https;bra
|
|||||||
|
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
PV = "0.1.1+git${SRCPV}"
|
PV = "0.1.1+git${SRCPV}"
|
||||||
S = "${WORKDIR}/git"
|
S = "${UNPACKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig
|
inherit meson pkgconfig
|
||||||
|
|
||||||
@ -27,10 +27,10 @@ do_install:append() {
|
|||||||
install -d ${D}/etc/dbus-1/system.d
|
install -d ${D}/etc/dbus-1/system.d
|
||||||
install -d ${D}/etc/init.d
|
install -d ${D}/etc/init.d
|
||||||
install -m 0755 ${WORKDIR}/build/diya-session-manager ${D}/usr/bin/
|
install -m 0755 ${WORKDIR}/build/diya-session-manager ${D}/usr/bin/
|
||||||
install -m 0755 ${WORKDIR}/diya-sessiond ${D}/etc/init.d/
|
install -m 0755 ${UNPACKDIR}/diya-sessiond ${D}/etc/init.d/
|
||||||
install -m 0755 ${WORKDIR}/diya-session-launch ${D}/usr/bin/
|
install -m 0755 ${UNPACKDIR}/diya-session-launch ${D}/usr/bin/
|
||||||
install -m 0644 ${WORKDIR}/daemon.conf ${D}/etc/diya/
|
install -m 0644 ${UNPACKDIR}/daemon.conf ${D}/etc/diya/
|
||||||
install -m 0644 ${WORKDIR}/dbus-diya.conf ${D}/etc/dbus-1/system.d/
|
install -m 0644 ${UNPACKDIR}/dbus-diya.conf ${D}/etc/dbus-1/system.d/
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN} = "/etc/diya \
|
FILES:${PN} = "/etc/diya \
|
||||||
|
@ -15,7 +15,7 @@ SRC_URI = "file://init \
|
|||||||
file://diya-update \
|
file://diya-update \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${UNPACKDIR}"
|
||||||
|
|
||||||
INITSCRIPT_NAME = "confd"
|
INITSCRIPT_NAME = "confd"
|
||||||
INITSCRIPT_PARAMS = "start 30 S ."
|
INITSCRIPT_PARAMS = "start 30 S ."
|
||||||
@ -24,12 +24,12 @@ do_install() {
|
|||||||
install -d ${D}/etc/init.d
|
install -d ${D}/etc/init.d
|
||||||
install -d ${D}/sbin
|
install -d ${D}/sbin
|
||||||
# base
|
# base
|
||||||
install -m 0755 ${WORKDIR}/init ${D}/init
|
install -m 0755 ${UNPACKDIR}/init ${D}/init
|
||||||
install -m 0755 ${WORKDIR}/confd ${D}/etc/init.d/confd
|
install -m 0755 ${UNPACKDIR}/confd ${D}/etc/init.d/confd
|
||||||
cat << EOF >> ${D}/etc/profile
|
cat << EOF >> ${D}/etc/profile
|
||||||
export MACHINE=${MACHINE}
|
export MACHINE=${MACHINE}
|
||||||
EOF
|
EOF
|
||||||
install -m 0755 ${WORKDIR}/diya-update ${D}/sbin/
|
install -m 0755 ${UNPACKDIR}/diya-update ${D}/sbin/
|
||||||
|
|
||||||
# create symlink
|
# create symlink
|
||||||
ln -sf /sbin/diya-update ${D}/sbin/diya-update-rootfs
|
ln -sf /sbin/diya-update ${D}/sbin/diya-update-rootfs
|
||||||
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec
|
|||||||
|
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
S="${WORKDIR}"
|
S = "${UNPACKDIR}"
|
||||||
|
|
||||||
DEPENDS = "gtk+3 pango cairo harfbuzz gdk-pixbuf intltool-native"
|
DEPENDS = "gtk+3 pango cairo harfbuzz gdk-pixbuf intltool-native"
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ SRCREV = "${AUTOREV}"
|
|||||||
SRC_URI = "git://github.com/LBCrion/sfwbar.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/LBCrion/sfwbar.git;protocol=https;branch=main"
|
||||||
SRC_URI += " file://sfwbar.config "
|
SRC_URI += " file://sfwbar.config "
|
||||||
|
|
||||||
S="${WORKDIR}/git"
|
S="${UNPACKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig
|
inherit meson pkgconfig
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ EXTRA_OEMESON += "--buildtype release"
|
|||||||
do_install:append () {
|
do_install:append () {
|
||||||
install -d ${D}/${sysconfdir}/xdg/
|
install -d ${D}/${sysconfdir}/xdg/
|
||||||
install -d ${D}/${sysconfdir}/xdg/sfwbar/
|
install -d ${D}/${sysconfdir}/xdg/sfwbar/
|
||||||
install -m 0755 ${WORKDIR}/sfwbar.config ${D}/${sysconfdir}/xdg/sfwbar/
|
install -m 0755 ${UNPACKDIR}/sfwbar.config ${D}/${sysconfdir}/xdg/sfwbar/
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN} += "/usr/share/icons/*"
|
FILES:${PN} += "/usr/share/icons/*"
|
||||||
|
@ -12,7 +12,7 @@ SRCREV = "${AUTOREV}"
|
|||||||
SRC_URI = "git://github.com/philj56/tofi.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/philj56/tofi.git;protocol=https;branch=master"
|
||||||
SRC_URI += " file://config file://drun "
|
SRC_URI += " file://config file://drun "
|
||||||
|
|
||||||
S="${WORKDIR}/git"
|
S="${UNPACKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig
|
inherit meson pkgconfig
|
||||||
|
|
||||||
@ -20,8 +20,8 @@ EXTRA_OEMESON += "--buildtype release"
|
|||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
# replace the default config
|
# replace the default config
|
||||||
install -m 0755 ${WORKDIR}/drun ${D}/usr/bin/
|
install -m 0755 ${UNPACKDIR}/drun ${D}/usr/bin/
|
||||||
install -m 0755 ${WORKDIR}/config ${D}/${sysconfdir}/xdg/tofi/
|
install -m 0755 ${UNPACKDIR}/config ${D}/${sysconfdir}/xdg/tofi/
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN} += "/usr/share/*"
|
FILES:${PN} += "/usr/share/*"
|
||||||
|
@ -10,7 +10,7 @@ SRCREV = "${AUTOREV}"
|
|||||||
|
|
||||||
SRC_URI = "git://git.iohub.dev/dany/wlopm.git;protocol=https;branch=master"
|
SRC_URI = "git://git.iohub.dev/dany/wlopm.git;protocol=https;branch=master"
|
||||||
|
|
||||||
S="${WORKDIR}/git"
|
S="${UNPACKDIR}/git"
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
oe_runmake
|
oe_runmake
|
||||||
|
@ -10,7 +10,7 @@ SRCREV = "${AUTOREV}"
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/atx/wtype.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/atx/wtype.git;protocol=https;branch=master"
|
||||||
|
|
||||||
S="${WORKDIR}/git"
|
S="${UNPACKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig
|
inherit meson pkgconfig
|
||||||
|
|
||||||
|
@ -13,13 +13,13 @@ do_install:append () {
|
|||||||
install -d ${D}/${sysconfdir}/xdg
|
install -d ${D}/${sysconfdir}/xdg
|
||||||
install -d ${D}/${sysconfdir}/init.d
|
install -d ${D}/${sysconfdir}/init.d
|
||||||
install -d ${D}/${sysconfdir}/xdg/labwc
|
install -d ${D}/${sysconfdir}/xdg/labwc
|
||||||
install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/labwc
|
install -m 0755 ${UNPACKDIR}/init ${D}/${sysconfdir}/init.d/labwc
|
||||||
|
|
||||||
install -m 0755 ${WORKDIR}/wpp.jpg ${D}/${sysconfdir}/xdg/labwc/
|
install -m 0755 ${UNPACKDIR}/wpp.jpg ${D}/${sysconfdir}/xdg/labwc/
|
||||||
install -m 0755 ${WORKDIR}/autostart ${D}/${sysconfdir}/xdg/labwc/
|
install -m 0755 ${UNPACKDIR}/autostart ${D}/${sysconfdir}/xdg/labwc/
|
||||||
install -m 0755 ${WORKDIR}/environment ${D}/${sysconfdir}/xdg/labwc/
|
install -m 0755 ${UNPACKDIR}/environment ${D}/${sysconfdir}/xdg/labwc/
|
||||||
install -m 0755 ${WORKDIR}/menu.xml ${D}/${sysconfdir}/xdg/labwc/
|
install -m 0755 ${UNPACKDIR}/menu.xml ${D}/${sysconfdir}/xdg/labwc/
|
||||||
install -m 0755 ${WORKDIR}/rc.xml ${D}/${sysconfdir}/xdg/labwc/
|
install -m 0755 ${UNPACKDIR}/rc.xml ${D}/${sysconfdir}/xdg/labwc/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user