diff --git a/build/conf/bblayers.conf b/build/conf/bblayers.conf index 53245b3..a048cd2 100644 --- a/build/conf/bblayers.conf +++ b/build/conf/bblayers.conf @@ -20,5 +20,5 @@ BBLAYERS ?= " \ ${YOCTOROOT}/poky/meta-flutter \ ${YOCTOROOT}/poky/meta-wayland \ ${YOCTOROOT}/poky/meta-flutter-apps \ - ${YOCTOROOT}/poky/meta-stargazer \ + ${YOCTOROOT}/poky/meta-flutter-elinux \ " diff --git a/poky/meta-stargazer/COPYING.MIT b/poky/meta-stargazer/COPYING.MIT deleted file mode 100644 index fb950dc..0000000 --- a/poky/meta-stargazer/COPYING.MIT +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/poky/meta-stargazer/README b/poky/meta-stargazer/README deleted file mode 100644 index a207bb0..0000000 --- a/poky/meta-stargazer/README +++ /dev/null @@ -1,41 +0,0 @@ -This README file contains information on the contents of the meta-stargazer layer. - -Please see the corresponding sections below for details. - -Dependencies -============ - - URI: - branch: - - URI: - branch: - - . - . - . - -Patches -======= - -Please submit any patches against the meta-stargazer layer to the xxxx mailing list (xxxx@zzzz.org) -and cc: the maintainer: - -Maintainer: XXX YYYYYY - -Table of Contents -================= - - I. Adding the meta-stargazer layer to your build - II. Misc - - -I. Adding the meta-stargazer layer to your build -================================================= - -Run 'bitbake-layers add-layer meta-stargazer' - -II. Misc -======== - ---- replace with specific information about the meta-stargazer layer --- diff --git a/poky/meta-stargazer/conf/layer.conf b/poky/meta-stargazer/conf/layer.conf deleted file mode 100644 index 24495d6..0000000 --- a/poky/meta-stargazer/conf/layer.conf +++ /dev/null @@ -1,13 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "meta-stargazer" -BBFILE_PATTERN_meta-stargazer = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-stargazer = "6" - -LAYERDEPENDS_meta-stargazer = "core" -LAYERSERIES_COMPAT_meta-stargazer = "kirkstone" diff --git a/poky/meta-stargazer/recipes-connectivity/wpa-supplicant/files/wpa_supplicant-nl80211-wlan0.conf b/poky/meta-stargazer/recipes-connectivity/wpa-supplicant/files/wpa_supplicant-nl80211-wlan0.conf deleted file mode 100644 index b214a2c..0000000 --- a/poky/meta-stargazer/recipes-connectivity/wpa-supplicant/files/wpa_supplicant-nl80211-wlan0.conf +++ /dev/null @@ -1,4 +0,0 @@ -network={ - ssid="Pixel_8693" - psk=913bb5fe8b91473c9dd1d0d879f43af5f63e884250e3737dcf4b02955ea9f345 -} diff --git a/poky/meta-stargazer/recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend b/poky/meta-stargazer/recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend deleted file mode 100644 index 487f422..0000000 --- a/poky/meta-stargazer/recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend +++ /dev/null @@ -1,14 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" - -SRC_URI += "file://wpa_supplicant-nl80211-wlan0.conf" - -SYSTEMD_AUTO_ENABLE = "enable" -SYSTEMD_SERVICE:${PN}:append = " wpa_supplicant-nl80211@wlan0.service " - -do_install:append () { - install -d ${D}${sysconfdir}/wpa_supplicant/ - install -D -m 600 ${WORKDIR}/wpa_supplicant-nl80211-wlan0.conf ${D}${sysconfdir}/wpa_supplicant/ - - install -d ${D}${sysconfdir}/systemd/system/multi-user.target.wants/ - ln -s ${systemd_unitdir}/system/wpa_supplicant@.service ${D}${sysconfdir}/systemd/system/multi-user.target.wants/wpa_supplicant-nl80211@wlan0.service -} \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/custom-scripts/files/flutter-auto-launch b/poky/meta-stargazer/recipes-core/custom-scripts/files/flutter-auto-launch deleted file mode 100644 index 72d4cc3..0000000 --- a/poky/meta-stargazer/recipes-core/custom-scripts/files/flutter-auto-launch +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -/usr/bin/flutter-auto --b=/flutter/flutter_elinux/3.19.2/release --c --f \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/custom-scripts/flutter-auto-launch_1.00.bb b/poky/meta-stargazer/recipes-core/custom-scripts/flutter-auto-launch_1.00.bb deleted file mode 100644 index 26bdc80..0000000 --- a/poky/meta-stargazer/recipes-core/custom-scripts/flutter-auto-launch_1.00.bb +++ /dev/null @@ -1,9 +0,0 @@ -LICENSE = "CLOSED" - -SRC_URI:append = " file://flutter-auto-launch " -FILES:${PN} += "/usr/local/bin/flutter-auto-launch" - -do_install:append() { - install -d ${D}/usr/local/bin - install -m 0777 ${WORKDIR}/flutter-auto-launch ${D}/usr/local/bin -} \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/devices/flutter-auto-setup_1.00.bb b/poky/meta-stargazer/recipes-core/devices/flutter-auto-setup_1.00.bb deleted file mode 100644 index 30d5c4a..0000000 --- a/poky/meta-stargazer/recipes-core/devices/flutter-auto-setup_1.00.bb +++ /dev/null @@ -1,9 +0,0 @@ -LICENSE = "CLOSED" - -IMAGE_INSTALL:append = " flutter-auto flutter-elinux flutter-auto-launch flutter-libraries kernel-image kernel-devicetree liberation-fonts networkmanager dhcpcd iptables iw linux-firmware ca-certificates gstreamer1.0-rtsp-server gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav libinput libxkbcommon tzdata alsa-utils alsa-lib bcm2835-dev" - -# needed for gstreamer-plugins-ugly: -LICENSE_FLAGS_ACCEPTED = "commercial" - -CORE_IMAGE_EXTRA_INSTALL += "wayland cage" -DISTRO_FEATURES:append = " wayland" \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/devices/flutter-pi-setup_1.00.bb b/poky/meta-stargazer/recipes-core/devices/flutter-pi-setup_1.00.bb deleted file mode 100644 index 4f40d2a..0000000 --- a/poky/meta-stargazer/recipes-core/devices/flutter-pi-setup_1.00.bb +++ /dev/null @@ -1,6 +0,0 @@ -LICENSE = "CLOSED" - -IMAGE_INSTALL:append = " flutter-pi flutter-elinux flutter-auto-launch flutter-libraries kernel-image kernel-devicetree liberation-fonts networkmanager dhcpcd iptables iw linux-firmware ca-certificates gstreamer1.0-rtsp-server gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav libinput libxkbcommon tzdata alsa-utils alsa-lib" - -# needed for gstreamer-plugins-ugly: -LICENSE_FLAGS_ACCEPTED = "commercial" \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/devices/pi0w2-setup_1.00.bb b/poky/meta-stargazer/recipes-core/devices/pi0w2-setup_1.00.bb deleted file mode 100644 index e3a933f..0000000 --- a/poky/meta-stargazer/recipes-core/devices/pi0w2-setup_1.00.bb +++ /dev/null @@ -1,15 +0,0 @@ -LICENSE = "CLOSED" - -IMAGE_INSTALL:append = " linux-firmware-rpidistro-bcm43436s linux-firmware-bcm43455 bcm2835-dev" - -# meta-raspberry specific configuration for raspberry pi devices -DISABLE_OVERSCAN = "1" -DISABLE_SPLASH = "1" -GPU_MEM = "64" -DISABLE_RPI_BOOT_LOGO = "1" -ENABLE_SPI_BUS = "1" - -RPI_EXTRA_CONFIG = ' \n \ -dtparam=spi=on \n \ -dtparam=audio=on \n \ -' \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/devices/pi4-setup_1.00.bb b/poky/meta-stargazer/recipes-core/devices/pi4-setup_1.00.bb deleted file mode 100644 index b5a06c8..0000000 --- a/poky/meta-stargazer/recipes-core/devices/pi4-setup_1.00.bb +++ /dev/null @@ -1,15 +0,0 @@ -LICENSE = "CLOSED" - -IMAGE_INSTALL:append = " linux-firmware-rpidistro-bcm43430 linux-firmware-bcm43455 bcm2835-dev" - -# meta-raspberry specific configuration for raspberry pi devices -DISABLE_OVERSCAN = "1" -DISABLE_SPLASH = "1" -GPU_MEM = "64" -DISABLE_RPI_BOOT_LOGO = "1" -ENABLE_SPI_BUS = "1" - -RPI_EXTRA_CONFIG = ' \n \ -dtparam=spi=on \n \ -dtparam=audio=on \n \ -' \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/flutter-user/files/file1 b/poky/meta-stargazer/recipes-core/flutter-user/files/file1 deleted file mode 100644 index e69de29..0000000 diff --git a/poky/meta-stargazer/recipes-core/flutter-user/files/file2 b/poky/meta-stargazer/recipes-core/flutter-user/files/file2 deleted file mode 100644 index e69de29..0000000 diff --git a/poky/meta-stargazer/recipes-core/flutter-user/files/file3 b/poky/meta-stargazer/recipes-core/flutter-user/files/file3 deleted file mode 100644 index e69de29..0000000 diff --git a/poky/meta-stargazer/recipes-core/flutter-user/files/file4 b/poky/meta-stargazer/recipes-core/flutter-user/files/file4 deleted file mode 100644 index e69de29..0000000 diff --git a/poky/meta-stargazer/recipes-core/flutter-user/flutter-user_1.00.bb b/poky/meta-stargazer/recipes-core/flutter-user/flutter-user_1.00.bb deleted file mode 100644 index c53d188..0000000 --- a/poky/meta-stargazer/recipes-core/flutter-user/flutter-user_1.00.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "Example recipe for using inherit useradd" -DESCRIPTION = "This recipe serves as an example for using features from useradd.bbclass" -SECTION = "examples" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -S = "${WORKDIR}" - -EXCLUDE_FROM_WORLD = "1" - -inherit useradd - -USERADD_PACKAGES = "${PN}" - -GROUPADD_PARAM:${PN} = "gpio; spi" - -USERADD_PARAM:${PN} = "-d /home/user1 -G input,video,gpio,spi -r -s /bin/bash user1;" - -do_install () { - install -d -m 755 ${D}${datadir}/user1 - - chown -R user1 ${D}${datadir}/user1 - - install -d -m 711 ${D}/home/user1 - chown -R user1 ${D}/home/user1 - chgrp -R user1 ${D}/home/user1 -} - -FILES:${PN} = "${datadir}/user1/ /home/user1" - -# Prevents do_package failures with: -# debugsources.list: No such file or directory: -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" - diff --git a/poky/meta-stargazer/recipes-core/libraries/files/libflutter_pty.so b/poky/meta-stargazer/recipes-core/libraries/files/libflutter_pty.so deleted file mode 100755 index 2a97ee5..0000000 Binary files a/poky/meta-stargazer/recipes-core/libraries/files/libflutter_pty.so and /dev/null differ diff --git a/poky/meta-stargazer/recipes-core/libraries/files/libperiphery_arm.so b/poky/meta-stargazer/recipes-core/libraries/files/libperiphery_arm.so deleted file mode 100644 index 5940d6a..0000000 Binary files a/poky/meta-stargazer/recipes-core/libraries/files/libperiphery_arm.so and /dev/null differ diff --git a/poky/meta-stargazer/recipes-core/libraries/files/libperiphery_arm64.so b/poky/meta-stargazer/recipes-core/libraries/files/libperiphery_arm64.so deleted file mode 100644 index 5b7e0f3..0000000 Binary files a/poky/meta-stargazer/recipes-core/libraries/files/libperiphery_arm64.so and /dev/null differ diff --git a/poky/meta-stargazer/recipes-core/libraries/flutter-libraries_1.00.bb b/poky/meta-stargazer/recipes-core/libraries/flutter-libraries_1.00.bb deleted file mode 100644 index 8bdac3b..0000000 --- a/poky/meta-stargazer/recipes-core/libraries/flutter-libraries_1.00.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "My custom libraries" -LICENSE = "CLOSED" - -SRC_URI = " \ - file://libperiphery_arm64.so \ - file://libflutter_pty.so \ - " - -do_install() { - install -d ${D}/${libdir}/flutter - install -m 0644 ${WORKDIR}/libperiphery_arm64.so ${D}/${libdir}/flutter - install -m 0644 ${WORKDIR}/libflutter_pty.so ${D}/${libdir}/flutter - - ln -sf ${libdir}/flutter/libperiphery_arm64.so ${D}${libdir} - ln -sf ${libdir}/flutter/libflutter_pty.so ${D}${libdir} -} - -FILES:${PN} += "${libdir}/flutter/*.so" \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/my-rules/files/90-interfaces.rules b/poky/meta-stargazer/recipes-core/my-rules/files/90-interfaces.rules deleted file mode 100644 index 48f6cab..0000000 --- a/poky/meta-stargazer/recipes-core/my-rules/files/90-interfaces.rules +++ /dev/null @@ -1,12 +0,0 @@ -SUBSYSTEM=="input", GROUP="input", MODE="0660" -SUBSYSTEM=="i2c-dev", GROUP="i2c", MODE="0660" -SUBSYSTEM=="spidev", GROUP="spi", MODE="0660" -SUBSYSTEM=="bcm2835-gpiomem", GROUP="gpio", MODE="0660" - -SUBSYSTEM=="gpio", GROUP="gpio", MODE="0660" -SUBSYSTEM=="gpio*", PROGRAM="/bin/sh -c '\ -chown -R root:gpio /sys/class/gpio && chmod -R 770 /sys/class/gpio;\ -chown -R root:gpio /sys/devices/virtual/gpio && chmod -R 770 -/sys/devices/virtual/gpio;\ -chown -R root:gpio /sys$devpath && chmod -R 770 /sys$devpath\ -'" \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/my-rules/my-rules_1.00.bb b/poky/meta-stargazer/recipes-core/my-rules/my-rules_1.00.bb deleted file mode 100644 index b5d4039..0000000 --- a/poky/meta-stargazer/recipes-core/my-rules/my-rules_1.00.bb +++ /dev/null @@ -1,11 +0,0 @@ -LICENSE = "CLOSED" - -SRC_URI:append = " file://90-interfaces.rules" -FILES:${PN} += " /etc/udev/rules.d/90-interfaces.rules" - -do_install:append() { - install -d ${D}${sysconfdir}/udev/rules.d - install -m 0666 ${WORKDIR}/90-interfaces.rules ${D}/etc/udev/rules.d/90-interfaces.rules -} - -PROVIDES = "my-rules" \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/systemd-conf/files/en.network b/poky/meta-stargazer/recipes-core/systemd-conf/files/en.network deleted file mode 100644 index b7f5a9a..0000000 --- a/poky/meta-stargazer/recipes-core/systemd-conf/files/en.network +++ /dev/null @@ -1,10 +0,0 @@ -[Match] -Name=en* -KernelCommandLine=!nfsroot - -[Network] -DHCP=v4 - -[DHCPv4] -UseHostname=false -EOF \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/systemd-conf/files/eth.network b/poky/meta-stargazer/recipes-core/systemd-conf/files/eth.network deleted file mode 100644 index 0fd54f6..0000000 --- a/poky/meta-stargazer/recipes-core/systemd-conf/files/eth.network +++ /dev/null @@ -1,10 +0,0 @@ -[Match] -Name=eth* -KernelCommandLine=!nfsroot - -[Network] -DHCP=v4 - -[DHCPv4] -UseHostname=false -EOF \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/systemd-conf/files/wlan.network b/poky/meta-stargazer/recipes-core/systemd-conf/files/wlan.network deleted file mode 100644 index 38f8a05..0000000 --- a/poky/meta-stargazer/recipes-core/systemd-conf/files/wlan.network +++ /dev/null @@ -1,10 +0,0 @@ -[Match] -Name=wlan* -KernelCommandLine=!nfsroot - -[Network] -DHCP=v4 - -[DHCPv4] -UseHostname=false -EOF \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/systemd-conf/systemd-conf_%.bbappend b/poky/meta-stargazer/recipes-core/systemd-conf/systemd-conf_%.bbappend deleted file mode 100644 index 4ff3bc2..0000000 --- a/poky/meta-stargazer/recipes-core/systemd-conf/systemd-conf_%.bbappend +++ /dev/null @@ -1,20 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" - -SRC_URI += " \ - file://eth.network \ - file://en.network \ - file://wlan.network \ -" - -FILES:${PN} += " \ - ${sysconfdir}/systemd/network/eth.network \ - ${sysconfdir}/systemd/network/en.network \ - ${sysconfdir}/systemd/network/wlan.network \ -" - -do_install:append() { - install -d ${D}${sysconfdir}/systemd/network - install -m 0644 ${WORKDIR}/eth.network ${D}${sysconfdir}/systemd/network - install -m 0644 ${WORKDIR}/en.network ${D}${sysconfdir}/systemd/network - install -m 0644 ${WORKDIR}/wlan.network ${D}${sysconfdir}/systemd/network -} \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/systemd/files/flutter-auto.service b/poky/meta-stargazer/recipes-core/systemd/files/flutter-auto.service deleted file mode 100644 index f7f876f..0000000 --- a/poky/meta-stargazer/recipes-core/systemd/files/flutter-auto.service +++ /dev/null @@ -1,44 +0,0 @@ -[Unit] -Description=Flutter App Service -After=network.target -StartLimitIntervalSec=0 - -Requires=systemd-user-sessions.service -After=systemd-user-sessions.service - -After=plymouth-quit-wait.service - -Wants=dbus.socket -After=dbus.socket - -Before=graphical.target - -ConditionPathExists=/dev/tty0 - -[Service] -Type=simple -Restart=always -RestartSec=1 -ExecStart=/usr/bin/cage /usr/local/bin/flutter-auto-launch - -User=user1 -Group=user1 - -WorkingDirectory=/home/user1 - -PAMName=login - -TTYPath=/dev/tty7 -TTYReset=yes -TTYVHangup=yes -TTYTDisallocate=yes - -StandardInput=tty-fail -StandardOutput=journal -StandardError=journal - -UtmpIdentifier=tty7 -UtmpMode=user - -[Install] -WantedBy=multi-user.target \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/systemd/files/flutter-pi.service b/poky/meta-stargazer/recipes-core/systemd/files/flutter-pi.service deleted file mode 100644 index 9bc4b50..0000000 --- a/poky/meta-stargazer/recipes-core/systemd/files/flutter-pi.service +++ /dev/null @@ -1,44 +0,0 @@ -[Unit] -Description=Flutter App Service -After=network.target -StartLimitIntervalSec=0 - -Requires=systemd-user-sessions.service -After=systemd-user-sessions.service - -After=plymouth-quit-wait.service - -Wants=dbus.socket -After=dbus.socket - -Before=graphical.target - -ConditionPathExists=/dev/tty0 - -[Service] -Type=simple -Restart=always -RestartSec=1 -ExecStart=/usr/bin/flutter-pi --release /flutter/flutter_elinux/3.19.2/release - -User=user1 -Group=user1 - -WorkingDirectory=/home/user1 - -PAMName=login - -TTYPath=/dev/tty7 -TTYReset=yes -TTYVHangup=yes -TTYTDisallocate=yes - -StandardInput=tty-fail -StandardOutput=journal -StandardError=journal - -UtmpIdentifier=tty7 -UtmpMode=user - -[Install] -WantedBy=multi-user.target \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/systemd/flutter-auto-service_1.00.bb b/poky/meta-stargazer/recipes-core/systemd/flutter-auto-service_1.00.bb deleted file mode 100644 index b527004..0000000 --- a/poky/meta-stargazer/recipes-core/systemd/flutter-auto-service_1.00.bb +++ /dev/null @@ -1,13 +0,0 @@ -LICENSE = "CLOSED" -inherit systemd - -SYSTEMD_AUTO_ENABLE = "enable" -SYSTEMD_SERVICE:${PN} = "flutter-auto.service" - -SRC_URI:append = " file://flutter-auto.service " -FILES:${PN} += "${systemd_unitdir}/system/flutter-auto.service" - -do_install:append() { - install -d ${D}/${systemd_unitdir}/system - install -m 0644 ${WORKDIR}/flutter-auto.service ${D}/${systemd_unitdir}/system -} \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/systemd/flutter-pi-service_1.00.bb b/poky/meta-stargazer/recipes-core/systemd/flutter-pi-service_1.00.bb deleted file mode 100644 index afe5799..0000000 --- a/poky/meta-stargazer/recipes-core/systemd/flutter-pi-service_1.00.bb +++ /dev/null @@ -1,13 +0,0 @@ -LICENSE = "CLOSED" -inherit systemd - -SYSTEMD_AUTO_ENABLE = "enable" -SYSTEMD_SERVICE:${PN} = "flutter-pi.service" - -SRC_URI:append = " file://flutter-pi.service " -FILES:${PN} += "${systemd_unitdir}/system/flutter-pi.service" - -do_install:append() { - install -d ${D}/${systemd_unitdir}/system - install -m 0644 ${WORKDIR}/flutter-pi.service ${D}/${systemd_unitdir}/system -} \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-core/systemd/systemd_%.bbappend b/poky/meta-stargazer/recipes-core/systemd/systemd_%.bbappend deleted file mode 100644 index 54f2c33..0000000 --- a/poky/meta-stargazer/recipes-core/systemd/systemd_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -PACKAGECONFIG:append = " networkd resolved" -RDEPENDS:${PN}:append = " wpa-supplicant " \ No newline at end of file diff --git a/poky/meta-stargazer/recipes-extended/sudo_%.bbappend b/poky/meta-stargazer/recipes-extended/sudo_%.bbappend deleted file mode 100644 index 8d3cb50..0000000 --- a/poky/meta-stargazer/recipes-extended/sudo_%.bbappend +++ /dev/null @@ -1,11 +0,0 @@ -AUTHORIZED_USER_NAME ?= "user1" - -do_install_append () { - # Add sudo accesses for user. - install -d -m 0710 "${D}/etc/sudoers.d" - echo "${AUTHORIZED_USER_NAME} ALL=(ALL) NOPASSWD: /sbin/shutdown" > "${D}/etc/sudoers.d/0001_${AUTHORIZED_USER_NAME}" - chmod 0644 "${D}/etc/sudoers.d/0001_${AUTHORIZED_USER_NAME}" -} - -FILES_${PN} += "/etc/sudoers.d \ - /etc/sudoers.d/0001_${AUTHORIZED_USER_NAME}" \ No newline at end of file