├── meta-anthias ├── LICENSE ├── conf │ ├── layer.conf │ └── machine │ │ └── anthias.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_athias-lp.bb │ └── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ ├── files │ │ │ └── psplash-poky-img.png │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-anthias │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-Create-copy-of-devfreq_trace.h.patch │ │ ├── 0003-msm-mdss-mdp-Don-t-use-tracing-features.patch │ │ ├── 0004-psmouse-base-disable-references-to-lifebook_detect-w.patch │ │ ├── 0005-static-inline-in-ARM-ftrace.h.patch │ │ ├── 0006-traps-only-use-unwind_backtrace-if-available.patch │ │ ├── 0007-Use-Bluesleep-instead-of-Nitrous-for-BT-power-manage.patch │ │ ├── 0008-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0009-it7260-Add-delay-for-wakeup-report.patch │ │ ├── 0010-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0011-random-introduce-getrandom-2-system-call.patch │ │ ├── 0012-ARM-wire-up-getrandom-syscall.patch │ │ ├── 0013-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0014-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-anthias_mm-dr1.bb ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ └── ngfd │ │ └── ngfd_git.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-bass ├── LICENSE ├── README-system-dir ├── conf │ ├── layer.conf │ └── machine │ │ └── bass.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_bass-mm.bb │ └── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-bass │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-static-inline-in-ARM-ftrace.h.patch │ │ ├── 0003-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0004-bluesleep-Use-kernel-s-HCI-events-instead-of-proc-bl.patch │ │ ├── 0005-msm_pwm_vibrator-Convert-timed_output-APIs-to-ff_mem.patch │ │ ├── 0006-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0007-random-introduce-getrandom-2-system-call.patch │ │ ├── 0008-ARM-wire-up-getrandom-syscall.patch │ │ ├── 0009-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0010-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-bass_lp-mr1.bb ├── recipes-nemomobile │ └── lipstick │ │ └── lipstick_git.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-beluga ├── LICENSE ├── README-system-dir.md ├── conf │ ├── layer.conf │ └── machine │ │ └── beluga.conf ├── images │ ├── fastboot.jpg │ └── recovery.jpg ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ ├── init.rc │ │ │ ├── nonplat_property_contexts │ │ │ └── plat_property_contexts │ │ └── android-init_1.0.bbappend │ └── udev-droid-system │ │ ├── udev-droid-system │ │ └── 998-droid-system.rules │ │ └── udev-droid-system_1.0.bb ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-connectivity │ └── bluez5 │ │ ├── bluez5 │ │ └── main.conf │ │ └── bluez5_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ ├── init.machine.sh │ │ │ ├── ld.config.28.txt │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ ├── linux │ │ ├── files │ │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ │ ├── 0002-ARM-uaccess-remove-put_user-code-duplication.patch │ │ │ ├── 0002-dts-Add-oppo-device-trees.patch │ │ │ ├── 0003-cyttsp5-Fix-compilation.patch │ │ │ ├── 0003-touchscreen-belugadium-Add-delay-for-wakeup-report.patch │ │ │ ├── 0004-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ │ ├── 0004-oppo-Fix-compilation.patch │ │ │ ├── 0005-pinctrl-Fix-compilation.patch │ │ │ ├── 0006-btfm_slim-Fix-compilation.patch │ │ │ ├── 0007-cpuidle-Fix-compilation.patch │ │ │ ├── 0008-gpu-Compilation-fix.patch │ │ │ ├── 0009-vl53l0x-Fix-compilation.patch │ │ │ ├── 0010-camera_v2-Fix-compilation.patch │ │ │ ├── 0011-ipa_v2-Fix-compilation.patch │ │ │ ├── 0012-usb-gadget-Fix-compilation.patch │ │ │ ├── 0013-soc-qcom-Fix-compilation.patch │ │ │ ├── 0014-initramfs-Don-t-skip-initramfs.patch │ │ │ ├── 0015-touchscreen-cyttsp5-Add-delay-for-wakeup-report.patch │ │ │ ├── 0016-dts-msm8909w-Enable-more-GPU-clock-frequencies.patch │ │ │ └── 0017-linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── linux-beluga │ │ │ ├── defconfig │ │ │ └── img_info │ │ └── linux-beluga_p.bb │ ├── make-mod-scripts │ │ └── make-mod-scripts_%.bbappend │ └── modules │ │ ├── linux-audio-modules-beluga │ │ ├── 0001-Make-warnings-non-fatal.patch │ │ ├── 0002-Avoid-shell-expansion-in-recursively-expanded-variab.patch │ │ └── 0003-Remove-export-from-Kbuild-files.patch │ │ ├── linux-audio-modules-beluga_p.bb │ │ ├── linux-wlan-modules-beluga │ │ └── wlan-module-load.service │ │ └── linux-wlan-modules-beluga_p.bb ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ ├── nfcd │ │ └── nfcd_git.bbappend │ └── ngfd │ │ └── ngfd_git.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-catfish ├── LICENSE ├── conf │ ├── layer.conf │ └── machine │ │ └── catfish.conf ├── images │ ├── fastboot.jpg │ └── recovery.jpg ├── recipes-android │ ├── android-extras │ │ └── android-extras_catfish-p.bb │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ ├── default.prop │ │ │ ├── init.rc │ │ │ ├── nonplat_property_contexts │ │ │ └── plat_property_contexts │ │ └── android-init_1.0.bbappend │ └── udev-droid-system │ │ ├── udev-droid-system │ │ └── 998-droid-system.rules │ │ └── udev-droid-system_1.0.bb ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-catfish │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-usb-gadget-include-gadget-folder-to-fix-compilation.patch │ │ ├── 0003-char-bbd2.0-Fix-include-error.patch │ │ ├── 0004-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0005-Focaltech-Delay-when-sending-wakeup-event.patch │ │ ├── 0006-dts-msm8909w-Enable-more-GPU-clock-frequencies.patch │ │ ├── 0007-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-catfish_p.bb ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend └── recipes-nemomobile │ ├── lipstick │ └── lipstick_git.bbappend │ ├── mce │ ├── mce │ │ ├── 10mce.ini │ │ └── builtin-gconf.values │ └── mce_%.bbappend │ ├── ngfd │ └── ngfd_git.bbappend │ └── sensorfw │ ├── sensorfw-hybris-hal-plugins_%.bbappend │ └── sensorfw │ └── sensorfwd.service ├── meta-dory ├── LICENSE ├── README-system-dir ├── conf │ ├── layer.conf │ └── machine │ │ └── dory.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_dory-mm.bb │ └── brcm-patchram-plus │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── bluetooth-rfkill-event │ │ ├── bluetooth-rfkill-event-configs │ │ │ ├── bcm4343.conf │ │ │ └── bluetooth-rfkill-event │ │ └── bluetooth-rfkill-event-configs_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-dory │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-Revert-Enable-Nitrous-BT-power-management-driver-for.patch │ │ ├── 0003-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0004-bluesleep-Use-kernel-s-HCI-events-instead-of-proc-bl.patch │ │ ├── 0005-msm_pwm_vibrator-Convert-timed_output-APIs-to-ff_mem.patch │ │ ├── 0006-synaptics_i2c_rmi4-Adds-a-wakelock-when-the-screen-i.patch │ │ ├── 0007-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0008-random-introduce-getrandom-2-system-call.patch │ │ ├── 0009-ARM-wire-up-getrandom-syscall.patch │ │ ├── 0010-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0011-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-dory_mm.bb ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ └── mce │ │ ├── mce │ │ └── 20als-defaults.ini │ │ └── mce_git.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-emulator ├── conf │ ├── layer.conf │ └── machine │ │ └── emulator.conf ├── recipes-asteroid │ ├── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ │ ├── default.conf │ │ │ └── kms.json │ │ └── asteroid-launcher-configs_%.bbappend │ └── qml-asteroid │ │ ├── qml-asteroid │ │ └── 0001-Spinners-Disable-shaders-which-cause-all-sorts-of-pr.patch │ │ └── qml-asteroid_%.bbappend ├── recipes-graphics │ └── mesa │ │ └── mesa.bbappend ├── recipes-kernel │ └── linux │ │ ├── linux-yocto │ │ └── drm-virtio-gpu.cfg │ │ └── linux-yocto_%.bbappend └── recipes-nemomobile │ └── mce │ ├── mce │ └── 0001-Keep-screen-on-by-default-on-emulator.patch │ └── mce_%.bbappend ├── meta-hoki ├── LICENSE ├── conf │ ├── layer.conf │ └── machine │ │ └── hoki.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ ├── init.rc │ │ │ ├── nonplat_property_contexts │ │ │ └── plat_property_contexts │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android-system-data_hoki-p.bb │ └── udev-droid-system │ │ ├── udev-droid-system │ │ └── 998-droid-system.rules │ │ └── udev-droid-system_1.0.bb ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-connectivity │ └── bluez5 │ │ ├── bluez5 │ │ └── main.conf │ │ └── bluez5_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ ├── init.machine.sh │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ ├── linux │ │ ├── files │ │ │ ├── 0001-dts-Add-hoki-device-trees.patch │ │ │ ├── 0002-mmc-Fix-embedded_sdio_data-duplicate-definition.patch │ │ │ ├── 0003-video-fbdev-msm-Provide-mdss_dsi_switch_page.patch │ │ │ ├── 0004-usb-hcd-Handle-when-host-mode-isn-t-available.patch │ │ │ ├── 0005-initramfs-Don-t-skip-initramfs.patch │ │ │ └── 0006-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── linux-hoki │ │ │ ├── defconfig │ │ │ └── img_info │ │ └── linux-hoki_p.bb │ ├── make-mod-scripts │ │ └── make-mod-scripts_%.bbappend │ └── modules │ │ ├── linux-audio-modules-hoki │ │ ├── 0001-Remove-export-from-Kbuild-files.patch │ │ ├── 0002-Avoid-shell-expansion-in-recursively-expanded-variab.patch │ │ ├── 0003-Import-beluga-makefile.patch │ │ ├── 0003-Remove-export-from-Kbuild-files.patch │ │ ├── 0004-Ignore-compilation-warnings.patch │ │ └── 0005-dsp-Compile-codecs-for-out-of-tree-builds.patch │ │ └── linux-audio-modules-hoki_p.bb ├── recipes-multimedia │ └── pulseaudio │ │ └── pulseaudio_%.bbappend ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend └── recipes-nemomobile │ ├── libnci │ ├── libncicore │ │ └── libncicore.conf │ └── libncicore_git.bbappend │ ├── lipstick │ └── lipstick_git.bbappend │ ├── nfcd │ └── nfcd_git.bbappend │ └── ngfd │ ├── ngfd │ └── 51-ffmemless.ini │ └── ngfd_git.bbappend ├── meta-koi ├── LICENSE ├── conf │ ├── layer.conf │ └── machine │ │ └── koi.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ ├── init.rc │ │ │ ├── nonplat_property_contexts │ │ │ └── plat_property_contexts │ │ └── android-init_1.0.bbappend │ └── android │ │ └── android_%.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-koi │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0003-Fix-compilations-warnings.patch │ │ ├── 0004-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0005-Backport-mainline-4.1-Bluetooth-drivers.patch │ │ ├── 0006-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-koi_o.bb ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend └── recipes-nemomobile │ ├── lipstick │ └── lipstick_git.bbappend │ ├── mce │ ├── mce │ │ └── builtin-gconf.values │ └── mce_%.bbappend │ └── ngfd │ └── ngfd_git.bbappend ├── meta-lenok ├── LICENSE ├── README-system-dir ├── conf │ ├── layer.conf │ └── machine │ │ └── lenok.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_lenok-mm.bb │ └── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ ├── asteroid-launcher-configs_%.bbappend │ │ └── asteroid-launcher_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ ├── init.machine.sh │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-lenok │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-arm-LLVMLinux-use-static-inline-in-ARM-ftrace.h.patch │ │ ├── 0003-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0004-Revert-nitrous-commits.patch │ │ ├── 0005-bluesleep-Use-kernel-s-HCI-events-instead-of-proc-bl.patch │ │ ├── 0006-include-update-log2-header-from-the-Linux-kernel.patch │ │ ├── 0007-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0008-random-introduce-getrandom-2-system-call.patch │ │ ├── 0009-ARM-wire-up-getrandom-syscall.patch │ │ ├── 0010-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0011-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ ├── defconfig.original │ │ └── img_info │ │ └── linux-lenok_mm-mr1.bb ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ └── ngfd │ │ └── ngfd_git.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin │ ├── 0002-Add-QCOM_BSP-define-switch.patch │ └── 004-Includes-sync.h-which-provides-sync_wait.patch ├── meta-minnow ├── LICENSE ├── conf │ ├── layer.conf │ └── machine │ │ └── minnow.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_minnow-mm.bb │ └── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-minnow │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-dtcat-Port-to-Python-3.patch │ │ ├── 0003-ARM-dma-mapping-fix-out-of-bounds-access-in-CMA.patch │ │ ├── 0004-Fix-compilation-warnings.patch │ │ ├── 0005-include-update-log2-header-from-the-Linux-kernel.patch │ │ ├── 0006-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0007-random-introduce-getrandom-2-system-call.patch │ │ ├── 0008-ARM-wire-up-getrandom-syscall.patch │ │ ├── 0009-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0010-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-minnow_mm-mr1.bb └── recipes-nemomobile │ ├── lipstick │ └── lipstick_git.bbappend │ └── ngfd │ └── ngfd_git.bbappend ├── meta-mooneye ├── LICENSE ├── README-system-dir ├── conf │ ├── layer.conf │ └── machine │ │ └── mooneye.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── init.rc │ │ │ ├── nonplat_property_contexts │ │ │ └── plat_property_contexts │ │ └── android-init_1.0.bbappend │ └── android │ │ └── android_mooneye-o.bb ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-mooneye │ │ ├── 0001-Fix-various-drivers-compilation-with-a-recent-GCC.patch │ │ ├── 0003-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0004-Backport-HCI_STP-from-Mediatek.patch │ │ ├── 0005-hci-don-t-set-MWS-command.patch │ │ ├── 0006-hci_core-handle-incorrect-specified-max-page-number.patch │ │ ├── 0007-platform_uart-Avoid-a-kernel-panic-when-restoring-an.patch │ │ ├── 0008-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-mooneye_o.bb └── recipes-nemomobile │ ├── lipstick │ └── lipstick_git.bbappend │ ├── ngfd │ └── ngfd_git.bbappend │ └── usb-moded │ ├── usb-moded │ └── usb-moded.service │ └── usb-moded_git.bbappend ├── meta-mtk6580 ├── LICENSE ├── README-system-dir ├── conf │ ├── layer.conf │ └── machine │ │ ├── harmony.conf │ │ └── inharmony.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ └── android │ │ └── android_harmony-lp.bb ├── recipes-asteroid │ ├── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ │ └── default.conf │ │ ├── asteroid-launcher-configs_%.bbappend │ │ ├── asteroid-launcher │ │ │ └── 0001-compositor-Fix-new-window-animation-on-screen-rotate.patch │ │ └── asteroid-launcher_%.bbappend │ └── qml-asteroid │ │ ├── qml-asteroid │ │ ├── 0001-Application-Rotate-screen-for-harmony.patch │ │ └── 0001-Spinners-Disable-shaders-which-cause-all-sorts-of-pr.patch │ │ └── qml-asteroid_%.bbappend ├── recipes-connectivity │ └── ofono │ │ ├── ofono │ │ └── mtk-rild.conf │ │ └── ofono_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── mtk6580-asteroid-logo │ │ └── mtk6580-asteroid-logo_1.0.bb │ ├── mtk6580-scatter │ │ ├── mtk6580-scatter │ │ │ └── MT6580_AsteroidOS_scatter.txt │ │ └── mtk6580-scatter_1.0.bb │ ├── psplash │ │ ├── psplash │ │ │ └── rotation │ │ └── psplash_%.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-harmony │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-printk-Expose-mt_enable_uart-and-mt_disable_uart-for.patch │ │ ├── 0003-focaltech-Don-t-include-a-missing-firmware.patch │ │ ├── 0004-Removes-some-references-to-the-low-memory-killer.patch │ │ ├── 0005-Reduce-kernel-verbosity.patch │ │ ├── 0006-Removes-some-Android-build-process-files-that-should.patch │ │ ├── 0007-mtk_vibrator-Convert-timed_output-APIs-to-ff_memless.patch │ │ ├── 0008-Backport-Bluetooth-subsytem-from-a-mailine-4.1-kerne.patch │ │ ├── 0009-Backport-HCI_STP-from-Mediatek-with-some-patches-fro.patch │ │ ├── 0010-IT7260-Don-t-suspend-the-controller-while-the-watch-.patch │ │ ├── 0011-sec_dev-Fix-firmware-loading.patch │ │ ├── 0012-Disable-new-gcc-7.1.1-warnings.patch │ │ ├── 0013-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0014-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0015-Don-t-make-int-to-pointer-cast-warning-fail-compilat.patch │ │ ├── 0016-make-Don-t-fail-on-pointer-int-return-issues.patch │ │ ├── defconfig │ │ ├── img_info │ │ └── inharmonyconfig │ │ └── linux-harmony_lp-mr1.bb ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend ├── recipes-nemomobile │ ├── geoclue-providers │ │ └── geoclue-provider-hybris-hal_git.bbappend │ ├── lipstick │ │ ├── lipstick │ │ │ └── 0001-Rotate-screen-for-harmony.patch │ │ └── lipstick_%.bbappend │ ├── mce │ │ ├── mce │ │ │ └── 10mce.ini │ │ └── mce_%.bbappend │ └── sensorfw │ │ ├── sensorfw-hybris-hal-plugins_%.bbappend │ │ └── sensorfw │ │ └── 0001-HybrisWristGestureAdaptor-Use-tilt-sensor-as-tilt-to.patch └── recipes-qt │ └── qt5 │ ├── qtbase_%.bbappend │ └── qtmultimedia_%.bbappend ├── meta-narwhal ├── LICENSE ├── README-system-dir.md ├── conf │ ├── layer.conf │ └── machine │ │ └── narwhal.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ ├── init.rc │ │ │ ├── nonplat_property_contexts │ │ │ └── plat_property_contexts │ │ └── android-init_1.0.bbappend │ ├── android │ │ ├── android-audio-policy_narwhal.bb │ │ └── files │ │ │ └── audio_policy.conf │ └── udev-droid-system │ │ ├── udev-droid-system │ │ └── 998-droid-system.rules │ │ └── udev-droid-system_1.0.bb ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── hands-timesync │ │ └── hands-timesync.bb │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── files │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0003-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0004-Backport-mainline-4.1-Bluetooth-drivers.patch │ │ ├── 0005-video-mdp3-Continue-when-the-overlay-wasn-t-released.patch │ │ └── 0006-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── linux-narwhal │ │ ├── defconfig │ │ └── img_info │ │ └── linux-narwhal_n.bb ├── recipes-multimedia │ └── pulseaudio │ │ ├── pulseaudio │ │ └── default.pa │ │ └── pulseaudio_%.bbappend ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ ├── mce │ │ ├── mce │ │ │ └── builtin-gconf.values │ │ └── mce_%.bbappend │ ├── ngfd │ │ └── ngfd_git.bbappend │ └── sensorfw │ │ ├── sensorfw-hybris-hal-plugins_%.bbappend │ │ └── sensorfw │ │ └── sensorfwd.service └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-nemo ├── LICENSE ├── README-system-dir ├── conf │ ├── layer.conf │ └── machine │ │ └── nemo.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_nemo-mm.bb │ └── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-nemo │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-static-inline-in-ARM-ftrace.h.patch │ │ ├── 0003-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0004-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0005-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-nemo_lp-mr1.bb ├── recipes-multimedia │ └── pulseaudio │ │ └── pulseaudio_%.bbappend ├── recipes-nemomobile │ └── lipstick │ │ └── lipstick_git.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-pike ├── LICENSE ├── README-system-dir ├── conf │ ├── layer.conf │ └── machine │ │ └── pike.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ ├── init.rc │ │ │ ├── nonplat_property_contexts │ │ │ └── plat_property_contexts │ │ └── android-init_1.0.bbappend │ └── android │ │ └── android_%.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-pike │ │ ├── 0001-mediatek-ipanic-Remove-inline-to-fix-a-compilation-w.patch │ │ ├── 0002-Fix-compilations-warnings.patch │ │ ├── 0003-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0004-random-introduce-getrandom-2-system-call.patch │ │ ├── 0005-ARM-wire-up-getrandom-syscall.patch │ │ ├── 0006-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0007-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-pike_o.bb ├── recipes-multimedia │ └── pulseaudio │ │ └── pulseaudio_%.bbappend ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend └── recipes-nemomobile │ ├── lipstick │ └── lipstick_git.bbappend │ └── ngfd │ └── ngfd_git.bbappend ├── meta-ray ├── LICENSE ├── README-system-dir.md ├── conf │ ├── layer.conf │ └── machine │ │ ├── firefish.conf │ │ └── ray.conf ├── images │ ├── fastboot.jpg │ └── recovery.jpg ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ ├── init.rc │ │ │ ├── nonplat_property_contexts │ │ │ └── plat_property_contexts │ │ └── android-init_1.0.bbappend │ ├── android │ │ ├── android-system-data_ray.bb │ │ └── files │ │ │ └── 60-i2c.rules │ └── udev-droid-system │ │ ├── udev-droid-system │ │ └── 998-droid-system.rules │ │ └── udev-droid-system_1.0.bb ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── files │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0003-touchscreen-raydium-Add-delay-for-wakeup-report.patch │ │ ├── 0004-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0005-video-mdp3-Continue-when-the-overlay-wasn-t-released.patch │ │ └── 0006-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── linux-firefish │ │ ├── defconfig │ │ └── img_info │ │ ├── linux-firefish_o.bb │ │ ├── linux-ray │ │ ├── defconfig │ │ └── img_info │ │ └── linux-ray_n.bb ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ ├── ngfd │ │ └── ngfd_git.bbappend │ └── sensorfw │ │ ├── sensorfw-hybris-hal-plugins_%.bbappend │ │ └── sensorfw │ │ └── sensorfwd.service └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-rinato ├── conf │ ├── layer.conf │ └── machine │ │ └── rinato.conf ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ ├── default.conf │ │ └── kms-rinato.json │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── psplash │ │ └── psplash_git.bbappend │ └── systemd │ │ └── systemd_%.bbappend ├── recipes-graphics │ └── mesa │ │ └── mesa.bbappend ├── recipes-kernel │ ├── linux │ │ └── linux-rinato │ │ │ └── linux-rinato_next.bb │ └── samsung-smartwatch-firmware │ │ └── samsung-smartwatch-firmware_git.bb └── recipes-nemomobile │ ├── mce │ ├── mce │ │ └── 0001-Display-Hack-to-put-screen-to-sleep-on-Rinato.patch │ └── mce_%.bbappend │ ├── sensorfw │ ├── files │ │ └── primaryuse.conf │ └── sensorfw_%.bbappend │ └── usb-moded │ ├── usb-moded │ ├── init_gfs │ ├── usb-moded.ini │ └── usb-moded.service │ └── usb-moded_git.bbappend ├── meta-sawfish ├── LICENSE ├── README-system-dir.md ├── conf │ ├── layer.conf │ └── machine │ │ └── sawfish.conf ├── images │ ├── fastboot.jpg │ └── recovery.jpg ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ ├── android │ │ │ └── 60-i2c.rules │ │ └── android_sawfish-n.bb │ └── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── firmwared │ │ └── firmwared │ │ │ └── firmwared.service │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ ├── init.machine.sh │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-sawfish │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 00011-dts-sawshark-Remove-USB-gadget-function-list.patch │ │ ├── 0003-mdss-Import-video-driver-from-Marshmallow.patch │ │ ├── 0004-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0005-Revert-BT-Delete-the-file-board-8909-rfkill.c.patch │ │ ├── 0006-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0006-bluetooth-Import-Bluesleep-driver.patch │ │ ├── 0007-bluesleep-Use-kernel-s-HCI-events-instead-of-proc-bl.patch │ │ ├── 0008-Bluetooth-Fix-incorrect-gpio-definition-in-device-tr.patch │ │ ├── 0009-cyttp5-Add-delay-for-wakeup-report.patch │ │ ├── 0010-video-mdp3-Continue-when-the-overlay-wasn-t-released.patch │ │ ├── 0011-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-sawfish_n.bb ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ ├── ngfd │ │ └── ngfd_git.bbappend │ └── sensorfw │ │ ├── sensorfw-hybris-hal-plugins_%.bbappend │ │ └── sensorfw │ │ └── sensorfwd.service └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-skipjack ├── LICENSE ├── README-system-dir ├── README.md ├── conf │ ├── layer.conf │ └── machine │ │ └── skipjack.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ ├── init.rc │ │ │ ├── nonplat_property_contexts │ │ │ └── plat_property_contexts │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android-system-data_skipjack-p.bb │ └── udev-droid-system │ │ ├── udev-droid-system │ │ └── 998-droid-system.rules │ │ └── udev-droid-system_1.0.bb ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-skipjack │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-ARM-fix-put_user-for-gcc-8.patch │ │ ├── 0003-touchscreen-Disable-extlibs.patch │ │ ├── 0004-skipjack-ddr-add-dts-support-for-1GB-DDR.patch │ │ ├── 0005-cgroups-Fix-compile-time-error.patch │ │ ├── 0006-touchscreen-focaltech-Add-delay-for-wakeup-report.patch │ │ ├── 0007-Backport-Bluetooth-4.1-subsystem.patch │ │ ├── 0008-video-mdp3-Continue-when-the-overlay-wasn-t-released.patch │ │ ├── 0009-touch-update-touch-firmware.patch │ │ ├── 0010-touch-new-TP-ID-for-support-different-design.patch │ │ ├── 0011-touch-new-TP-ID-for-support-different-design.patch │ │ ├── 0012-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-skipjack_o.bb └── recipes-nemomobile │ ├── lipstick │ └── lipstick_git.bbappend │ └── ngfd │ └── ngfd_git.bbappend ├── meta-smelt ├── LICENSE ├── README-system-dir.md ├── conf │ ├── layer.conf │ └── machine │ │ └── smelt.conf ├── images │ ├── moto_back.jpg │ └── moto_pins.jpg ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_smelt-mm.bb │ ├── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend │ └── initramfs-android-image │ │ └── initramfs-android-image.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-smelt │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-Revert-Enable-Nitrous-BT-power-management-driver.patch │ │ ├── 0003-Revert-Add-Nitrous-driver-for-BT-power-management.patch │ │ ├── 0004-fix-input-undefined.patch │ │ ├── 0005-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0006-fix-gcc5-build.patch │ │ ├── 0007-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0008-bluesleep-Use-kernel-s-HCI-events-instead-of-proc-bl.patch │ │ ├── 0009-mdss_mdp_pipe-Don-t-allocate-first-RGB-pipe.patch │ │ ├── 0010-random-introduce-getrandom-2-system-call.patch │ │ ├── 0011-ARM-wire-up-getrandom-syscall.patch │ │ ├── 0012-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0013-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-smelt_mm-mr1.bb ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ ├── mce │ │ ├── mce │ │ │ └── 20als-defaults.ini │ │ └── mce_git.bbappend │ ├── ngfd │ │ └── ngfd_git.bbappend │ └── sensorfw │ │ ├── sensorfw │ │ └── sensord-hybris.conf │ │ └── sensorfw_%.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-sparrow ├── LICENSE ├── README-system-dir ├── conf │ ├── layer.conf │ └── machine │ │ ├── sparrow-mainline.conf │ │ └── sparrow.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_sparrow-lp.bb │ └── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android-mainline │ │ │ ├── init.sh │ │ │ └── machine.conf │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-sparrow-mainline │ │ ├── 0001-ata-ahci-fix-enum-constants-for-gcc-13.patch │ │ ├── defconfig │ │ └── img_info │ │ ├── linux-sparrow-mainline_6.0.bb │ │ ├── linux-sparrow │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-patch-psmouse-base-disable.patch │ │ ├── 0003-static-inline-in-ARM-ftrace.h.patch │ │ ├── 0004-Add-files-needed-for-device_trace.h.patch │ │ ├── 0005-Create-copy-of-devfreq_trace.h.patch │ │ ├── 0006-Patch-battery-values.patch │ │ ├── 0007-it7260-Add-delay-for-wakeup-report.patch │ │ ├── 0008-Remove-unecessary-include-to-axc_PM8226Charger.h.patch │ │ ├── 0009-msm-mdss-mdp-Don-t-use-tracing-features.patch │ │ ├── 0010-Makefile-patch-fixes-ASUS_SW_VER-error.patch │ │ ├── 0011-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0012-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0013-bluesleep-Use-kernel-s-HCI-events-instead-of-proc-bl.patch │ │ ├── 0014-Revert-Anthias-GPU-restrict-the-max-clock-rate-of-gp.patch │ │ ├── 0015-random-introduce-getrandom-2-system-call.patch │ │ ├── 0016-ARM-wire-up-getrandom-syscall.patch │ │ ├── 0017-linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0018-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-sparrow_mm-mr1.bb ├── recipes-multimedia │ └── pulseaudio │ │ └── pulseaudio_%.bbappend ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ ├── ngfd │ │ └── ngfd_git.bbappend │ └── usb-moded │ │ ├── usb-moded │ │ ├── init_gfs │ │ └── usb-moded.service │ │ └── usb-moded_git.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-sprat ├── LICENSE ├── conf │ ├── layer.conf │ └── machine │ │ └── sprat.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_sprat-lp.bb │ └── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ ├── files │ │ │ └── psplash-poky-img.png │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-sprat │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0003-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0004-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0005-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-sprat_mm-dr1.bb ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ └── ngfd │ │ └── ngfd_git.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-sturgeon ├── LICENSE ├── README-system-dir.md ├── conf │ ├── layer.conf │ └── machine │ │ └── sturgeon.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ ├── android │ │ │ └── 60-i2c.rules │ │ └── android_sturgeon-mm.bb │ └── brcm-patchram-plus │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── bluetooth-rfkill-event │ │ ├── bluetooth-rfkill-event-configs │ │ │ ├── bcm4343.conf │ │ │ └── bluetooth-rfkill-event │ │ └── bluetooth-rfkill-event-configs_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ ├── init.machine.sh │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-sturgeon │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-Revert-Enable-Nitrous-BT-power-management-driver.patch │ │ ├── 0003-Revert-Add-Nitrous-driver-for-BT-power-management.patch │ │ ├── 0004-Revert-net-bluetooth-fix-CVE-2015-8956.patch │ │ ├── 0005-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0006-fix-gcc5-build.patch │ │ ├── 0007-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0008-tap-to-wake-fix.patch │ │ ├── 0009-bluesleep-Use-kernel-s-HCI-events-instead-of-proc-bl.patch │ │ ├── 0010-synaptics_i2c_rmi4-Adds-a-wakelock-when-the-screen-i.patch │ │ ├── 0011-random-introduce-getrandom-2-system-call.patch │ │ ├── 0012-ARM-wire-up-getrandom-syscall.patch │ │ ├── 0013-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0014-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-sturgeon_mm-mr1.bb ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ ├── mce │ │ ├── mce │ │ │ └── 20als-defaults.ini │ │ └── mce_git.bbappend │ ├── ngfd │ │ └── ngfd_git.bbappend │ └── sensorfw │ │ ├── sensorfw-hybris-hal-plugins_%.bbappend │ │ └── sensorfw │ │ ├── 0001-HybrisStepCounterAdapter-Set-delay-to-normal-speed.patch │ │ ├── 0002-HybrisHrmAdaptor-Set-default-delay-to-200-ms.patch │ │ └── sensorfwd.service └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-swift ├── LICENSE ├── README-system-dir ├── conf │ ├── layer.conf │ └── machine │ │ └── swift.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_swift-mm.bb │ ├── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend │ └── udev-droid-system │ │ ├── udev-droid-system │ │ └── 998-droid-system.rules │ │ └── udev-droid-system_1.0.bb ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ ├── systemd │ │ ├── systemd │ │ │ └── 70-input.rules │ │ └── systemd_%.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-swift │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0003-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0004-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-swift_mm-mr1.bb ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ ├── mce │ │ ├── mce │ │ │ └── 20als-defaults.ini │ │ └── mce_git.bbappend │ └── ngfd │ │ └── ngfd_git.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-tetra ├── LICENSE ├── conf │ ├── layer.conf │ └── machine │ │ └── tetra.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ ├── android-init.service │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_tetra-mm.bb │ └── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ ├── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend │ └── qml-asteroid │ │ ├── qml-asteroid │ │ └── 0001-Spinners-Disable-shaders-which-cause-all-sorts-of-pr.patch │ │ └── qml-asteroid_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ └── linux │ │ ├── linux-tetra │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-Fix-build-with-OE.patch │ │ ├── 0003-Bluetooth-fixes-a-poorly-done-patch.patch │ │ ├── 0004-ion-don-t-use-lmk.patch │ │ ├── 0005-bcm_bzhw-Use-inverted-IRQ-lines-polarity.patch │ │ ├── 0006-java_sony_brooks_020-Use-the-bcm-bzhw-driver-instead.patch │ │ ├── 0007-Backport-v4.1-drivers-using-.-gentree.py-integrate-c.patch │ │ ├── 0008-Integrate-hci_brcm-and-bcm_bzhw-to-the-backported-BT.patch │ │ ├── 0009-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0010-give-up-on-gcc-ilog2-constant-optimizations.patch │ │ ├── 0011-broadcom-modem-rpc-Disable-logs-which-cause-a-compil.patch │ │ ├── 0012-random-introduce-getrandom-2-system-call.patch │ │ ├── 0013-ARM-wire-up-getrandom-syscall.patch │ │ ├── 0014-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0015-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-tetra_mm-dr1.bb ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ ├── mce │ │ ├── mce │ │ │ ├── 0001-fbdev-Don-t-use-ioctl-for-FBIOBLANK.patch │ │ │ └── 20als-defaults.ini │ │ └── mce_git.bbappend │ ├── ngfd │ │ └── ngfd_git.bbappend │ └── sensorfw │ │ ├── sensorfw-hybris-hal-plugins_%.bbappend │ │ └── sensorfw │ │ └── 0001-HybrisAlsAdaptor-Set-default-delay.patch └── recipes-qt │ └── qt5 │ ├── qt5-qpa-hwcomposer-plugin │ └── 0001-Adapt-to-what-tetra-s-hwcomposer-expects.patch │ └── qt5-qpa-hwcomposer-plugin_git.bbappend ├── meta-triggerfish ├── LICENSE ├── conf │ ├── layer.conf │ └── machine │ │ └── triggerfish.conf ├── recipes-android │ └── android-init │ │ ├── android-init │ │ ├── android-init.service │ │ ├── default.prop │ │ ├── init.rc │ │ ├── nonplat_property_contexts │ │ └── plat_property_contexts │ │ └── android-init_1.0.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── base-files │ │ ├── base-files │ │ │ └── fstab │ │ └── base-files_%.bbappend │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ ├── init.machine.sh │ │ │ ├── ld.config.28.txt │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── psplash │ │ └── psplash_git.bbappend │ └── underclock │ │ ├── underclock │ │ ├── COPYING │ │ ├── underclock │ │ └── underclock.service │ │ └── underclock_1.0.bb ├── recipes-kernel │ ├── linux │ │ ├── linux-triggerfish │ │ │ ├── 0001-Add-Fossil-device-tree-files.patch │ │ │ ├── 0002-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ │ ├── 0003-Force-triggerfish-DTB-to-build.patch │ │ │ ├── 0004-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ │ ├── 0005-initramfs-Don-t-skip-initramfs.patch │ │ │ ├── defconfig │ │ │ └── img_info │ │ └── linux-triggerfish_p.bb │ ├── make-mod-scripts │ │ └── make-mod-scripts_%.bbappend │ └── modules │ │ ├── linux-wlan-modules-triggerfish │ │ └── wlan-module-load.service │ │ └── linux-wlan-modules-triggerfish_p.bb ├── recipes-navigation │ └── geoclue │ │ └── geoclue_%.bbappend └── recipes-nemomobile │ ├── lipstick │ └── lipstick_git.bbappend │ └── ngfd │ └── ngfd_git.bbappend ├── meta-wren ├── LICENSE ├── README-system-dir ├── conf │ ├── layer.conf │ └── machine │ │ └── wren.conf ├── recipes-android │ ├── android-init │ │ ├── android-init │ │ │ └── init.rc │ │ └── android-init_1.0.bbappend │ ├── android │ │ └── android_wren-lp.bb │ └── brcm-patchram-plus │ │ ├── brcm-patchram-plus │ │ └── patchram.service │ │ └── brcm-patchram-plus_git.bbappend ├── recipes-asteroid │ └── asteroid-launcher │ │ ├── asteroid-launcher-configs │ │ └── default.conf │ │ └── asteroid-launcher-configs_%.bbappend ├── recipes-core │ ├── initrdscripts │ │ ├── initramfs-scripts-android │ │ │ └── machine.conf │ │ └── initramfs-scripts-android_1.0.bbappend │ ├── libhybris │ │ └── libhybris_git.bbappend │ └── psplash │ │ └── psplash_git.bbappend ├── recipes-kernel │ └── linux │ │ ├── linux-wren │ │ ├── 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch │ │ ├── 0002-patch-psmouse-base-disable.patch │ │ ├── 0003-static-inline-in-ARM-ftrace.h.patch │ │ ├── 0004-Add-files-needed-for-device_trace.h.patch │ │ ├── 0005-Create-copy-of-devfreq_trace.h.patch │ │ ├── 0006-Patch-battery-values.patch │ │ ├── 0007-Remove-unecessary-include-to-axc_PM8226Charger.h.patch │ │ ├── 0008-msm-mdss-mdp-Don-t-use-tracing-features.patch │ │ ├── 0009-Makefile-patch-fixes-ASUS_SW_VER-error.patch │ │ ├── 0010-Revert-sparrow-wren-bt-Remove-redundancy-code.patch │ │ ├── 0011-Revert-Enable-Nitrous-BT-power-management-driver-for.patch │ │ ├── 0012-Revert-Add-Nitrous-driver-for-BT-power-management.patch │ │ ├── 0013-Patch-bluesleep.c.patch │ │ ├── 0014-Backport-mainline-4.1-Bluetooth-subsystem.patch │ │ ├── 0015-bluesleep-Use-kernel-s-HCI-events-instead-of-proc-bl.patch │ │ ├── 0016-Revert-Sparrow-audio-security-patch-for-CVE-2016-206.patch │ │ ├── 0017-Revert-Add-wake_peer-hook-to-MSM-HS-UART-driver.patch │ │ ├── 0018-Use-generic-dump-function.patch │ │ ├── 0019-Use-normal-touch-handling-all-the-time.patch │ │ ├── 0020-Disable-isTouchLocked.patch │ │ ├── 0021-ARM-uaccess-remove-put_user-code-duplication.patch │ │ ├── 0022-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch │ │ ├── 0023-vfs-allow-umount-to-handle-mountpoints-without-reval.patch │ │ ├── defconfig │ │ └── img_info │ │ └── linux-wren_mm-mr1.bb ├── recipes-nemomobile │ ├── lipstick │ │ └── lipstick_git.bbappend │ └── ngfd │ │ └── ngfd_git.bbappend └── recipes-qt │ └── qt5 │ └── qt5-qpa-hwcomposer-plugin_git.bbappend └── scripts └── new-watch.sh /meta-anthias/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/LICENSE -------------------------------------------------------------------------------- /meta-anthias/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/conf/layer.conf -------------------------------------------------------------------------------- /meta-anthias/conf/machine/anthias.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/conf/machine/anthias.conf -------------------------------------------------------------------------------- /meta-anthias/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-anthias/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:anthias := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-anthias/recipes-android/android/android_athias-lp.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-android/android/android_athias-lp.bb -------------------------------------------------------------------------------- /meta-anthias/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend -------------------------------------------------------------------------------- /meta-anthias/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:anthias := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-anthias/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p33 2 | -------------------------------------------------------------------------------- /meta-anthias/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-anthias/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-anthias/recipes-core/psplash/files/psplash-poky-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-core/psplash/files/psplash-poky-img.png -------------------------------------------------------------------------------- /meta-anthias/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-320.png;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-anthias/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-anthias/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-anthias/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-anthias/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-anthias/recipes-kernel/linux/linux-anthias/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-kernel/linux/linux-anthias/defconfig -------------------------------------------------------------------------------- /meta-anthias/recipes-kernel/linux/linux-anthias/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-kernel/linux/linux-anthias/img_info -------------------------------------------------------------------------------- /meta-anthias/recipes-kernel/linux/linux-anthias_mm-dr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-kernel/linux/linux-anthias_mm-dr1.bb -------------------------------------------------------------------------------- /meta-anthias/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:anthias = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-anthias/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:anthias = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-anthias/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-anthias/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-bass/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/LICENSE -------------------------------------------------------------------------------- /meta-bass/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/README-system-dir -------------------------------------------------------------------------------- /meta-bass/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/conf/layer.conf -------------------------------------------------------------------------------- /meta-bass/conf/machine/bass.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/conf/machine/bass.conf -------------------------------------------------------------------------------- /meta-bass/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-bass/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:bass := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-bass/recipes-android/android/android_bass-mm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-android/android/android_bass-mm.bb -------------------------------------------------------------------------------- /meta-bass/recipes-android/brcm-patchram-plus/brcm-patchram-plus/patchram.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-android/brcm-patchram-plus/brcm-patchram-plus/patchram.service -------------------------------------------------------------------------------- /meta-bass/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend -------------------------------------------------------------------------------- /meta-bass/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:bass := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-bass/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-bass/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-bass/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p21 2 | -------------------------------------------------------------------------------- /meta-bass/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-bass/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-bass/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-320.png;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-bass/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-bass/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-bass/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-bass/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-bass/recipes-kernel/linux/linux-bass/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-kernel/linux/linux-bass/defconfig -------------------------------------------------------------------------------- /meta-bass/recipes-kernel/linux/linux-bass/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-kernel/linux/linux-bass/img_info -------------------------------------------------------------------------------- /meta-bass/recipes-kernel/linux/linux-bass_lp-mr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-kernel/linux/linux-bass_lp-mr1.bb -------------------------------------------------------------------------------- /meta-bass/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:bass = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-bass/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-bass/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-beluga/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/LICENSE -------------------------------------------------------------------------------- /meta-beluga/README-system-dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/README-system-dir.md -------------------------------------------------------------------------------- /meta-beluga/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/conf/layer.conf -------------------------------------------------------------------------------- /meta-beluga/conf/machine/beluga.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/conf/machine/beluga.conf -------------------------------------------------------------------------------- /meta-beluga/images/fastboot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/images/fastboot.jpg -------------------------------------------------------------------------------- /meta-beluga/images/recovery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/images/recovery.jpg -------------------------------------------------------------------------------- /meta-beluga/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-beluga/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-beluga/recipes-android/android-init/android-init/nonplat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-android/android-init/android-init/nonplat_property_contexts -------------------------------------------------------------------------------- /meta-beluga/recipes-android/android-init/android-init/plat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-android/android-init/android-init/plat_property_contexts -------------------------------------------------------------------------------- /meta-beluga/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-beluga/recipes-android/udev-droid-system/udev-droid-system_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-android/udev-droid-system/udev-droid-system_1.0.bb -------------------------------------------------------------------------------- /meta-beluga/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:beluga := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-beluga/recipes-connectivity/bluez5/bluez5/main.conf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /meta-beluga/recipes-connectivity/bluez5/bluez5_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:beluga := "${THISDIR}/bluez5:" 2 | -------------------------------------------------------------------------------- /meta-beluga/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-beluga/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-beluga/recipes-core/initrdscripts/initramfs-scripts-android/init.machine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-core/initrdscripts/initramfs-scripts-android/init.machine.sh -------------------------------------------------------------------------------- /meta-beluga/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf -------------------------------------------------------------------------------- /meta-beluga/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-beluga/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-beluga/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-beluga/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-beluga/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-beluga/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0002-dts-Add-oppo-device-trees.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0002-dts-Add-oppo-device-trees.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0003-cyttsp5-Fix-compilation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0003-cyttsp5-Fix-compilation.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0004-oppo-Fix-compilation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0004-oppo-Fix-compilation.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0005-pinctrl-Fix-compilation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0005-pinctrl-Fix-compilation.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0006-btfm_slim-Fix-compilation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0006-btfm_slim-Fix-compilation.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0007-cpuidle-Fix-compilation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0007-cpuidle-Fix-compilation.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0008-gpu-Compilation-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0008-gpu-Compilation-fix.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0009-vl53l0x-Fix-compilation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0009-vl53l0x-Fix-compilation.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0010-camera_v2-Fix-compilation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0010-camera_v2-Fix-compilation.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0011-ipa_v2-Fix-compilation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0011-ipa_v2-Fix-compilation.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0012-usb-gadget-Fix-compilation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0012-usb-gadget-Fix-compilation.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0013-soc-qcom-Fix-compilation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0013-soc-qcom-Fix-compilation.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/files/0014-initramfs-Don-t-skip-initramfs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/files/0014-initramfs-Don-t-skip-initramfs.patch -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/linux-beluga/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/linux-beluga/defconfig -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/linux-beluga/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/linux-beluga/img_info -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/linux/linux-beluga_p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/linux/linux-beluga_p.bb -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/modules/linux-audio-modules-beluga_p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/modules/linux-audio-modules-beluga_p.bb -------------------------------------------------------------------------------- /meta-beluga/recipes-kernel/modules/linux-wlan-modules-beluga_p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-kernel/modules/linux-wlan-modules-beluga_p.bb -------------------------------------------------------------------------------- /meta-beluga/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:beluga = " geoclue-provider-hybris-binder " 2 | -------------------------------------------------------------------------------- /meta-beluga/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:beluga = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-beluga/recipes-nemomobile/nfcd/nfcd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:beluga = " nfcd-binder-plugin " 2 | -------------------------------------------------------------------------------- /meta-beluga/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:beluga = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-beluga/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-beluga/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-catfish/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/LICENSE -------------------------------------------------------------------------------- /meta-catfish/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/conf/layer.conf -------------------------------------------------------------------------------- /meta-catfish/conf/machine/catfish.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/conf/machine/catfish.conf -------------------------------------------------------------------------------- /meta-catfish/images/fastboot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/images/fastboot.jpg -------------------------------------------------------------------------------- /meta-catfish/images/recovery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/images/recovery.jpg -------------------------------------------------------------------------------- /meta-catfish/recipes-android/android-extras/android-extras_catfish-p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-android/android-extras/android-extras_catfish-p.bb -------------------------------------------------------------------------------- /meta-catfish/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-catfish/recipes-android/android-init/android-init/default.prop: -------------------------------------------------------------------------------- 1 | ro.bt.bdaddr_path=/persist/bt_nv.bin 2 | -------------------------------------------------------------------------------- /meta-catfish/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-catfish/recipes-android/android-init/android-init/plat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-android/android-init/android-init/plat_property_contexts -------------------------------------------------------------------------------- /meta-catfish/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-catfish/recipes-android/udev-droid-system/udev-droid-system_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-android/udev-droid-system/udev-droid-system_1.0.bb -------------------------------------------------------------------------------- /meta-catfish/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:catfish := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-catfish/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-catfish/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-catfish/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf -------------------------------------------------------------------------------- /meta-catfish/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-catfish/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-catfish/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-catfish/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-catfish/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-catfish/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-catfish/recipes-kernel/linux/linux-catfish/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-kernel/linux/linux-catfish/defconfig -------------------------------------------------------------------------------- /meta-catfish/recipes-kernel/linux/linux-catfish/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-kernel/linux/linux-catfish/img_info -------------------------------------------------------------------------------- /meta-catfish/recipes-kernel/linux/linux-catfish_p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-kernel/linux/linux-catfish_p.bb -------------------------------------------------------------------------------- /meta-catfish/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:catfish = " geoclue-provider-hybris-binder " 2 | -------------------------------------------------------------------------------- /meta-catfish/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:catfish = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-catfish/recipes-nemomobile/mce/mce/10mce.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-nemomobile/mce/mce/10mce.ini -------------------------------------------------------------------------------- /meta-catfish/recipes-nemomobile/mce/mce/builtin-gconf.values: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-nemomobile/mce/mce/builtin-gconf.values -------------------------------------------------------------------------------- /meta-catfish/recipes-nemomobile/mce/mce_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-nemomobile/mce/mce_%.bbappend -------------------------------------------------------------------------------- /meta-catfish/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:catfish = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-catfish/recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-catfish/recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service -------------------------------------------------------------------------------- /meta-dory/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/LICENSE -------------------------------------------------------------------------------- /meta-dory/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/README-system-dir -------------------------------------------------------------------------------- /meta-dory/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/conf/layer.conf -------------------------------------------------------------------------------- /meta-dory/conf/machine/dory.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/conf/machine/dory.conf -------------------------------------------------------------------------------- /meta-dory/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-dory/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-dory/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:dory := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-dory/recipes-android/android/android_dory-mm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-android/android/android_dory-mm.bb -------------------------------------------------------------------------------- /meta-dory/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- 1 | CFLAGS:append:dory = " -DLPM_DORY" 2 | -------------------------------------------------------------------------------- /meta-dory/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:dory := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-dory/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p21 2 | -------------------------------------------------------------------------------- /meta-dory/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-dory/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-dory/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-280.png;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-dory/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-dory/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-dory/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-dory/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-dory/recipes-kernel/linux/linux-dory/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-kernel/linux/linux-dory/defconfig -------------------------------------------------------------------------------- /meta-dory/recipes-kernel/linux/linux-dory/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-kernel/linux/linux-dory/img_info -------------------------------------------------------------------------------- /meta-dory/recipes-kernel/linux/linux-dory_mm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-kernel/linux/linux-dory_mm.bb -------------------------------------------------------------------------------- /meta-dory/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:dory = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-dory/recipes-nemomobile/mce/mce/20als-defaults.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-nemomobile/mce/mce/20als-defaults.ini -------------------------------------------------------------------------------- /meta-dory/recipes-nemomobile/mce/mce_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-nemomobile/mce/mce_git.bbappend -------------------------------------------------------------------------------- /meta-dory/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-dory/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-emulator/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-emulator/conf/layer.conf -------------------------------------------------------------------------------- /meta-emulator/conf/machine/emulator.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-emulator/conf/machine/emulator.conf -------------------------------------------------------------------------------- /meta-emulator/recipes-asteroid/qml-asteroid/qml-asteroid_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-emulator/recipes-asteroid/qml-asteroid/qml-asteroid_%.bbappend -------------------------------------------------------------------------------- /meta-emulator/recipes-graphics/mesa/mesa.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-emulator/recipes-graphics/mesa/mesa.bbappend -------------------------------------------------------------------------------- /meta-emulator/recipes-kernel/linux/linux-yocto/drm-virtio-gpu.cfg: -------------------------------------------------------------------------------- 1 | CONFIG_DRM_VIRTIO_GPU=y 2 | -------------------------------------------------------------------------------- /meta-emulator/recipes-kernel/linux/linux-yocto_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-emulator/recipes-kernel/linux/linux-yocto_%.bbappend -------------------------------------------------------------------------------- /meta-emulator/recipes-nemomobile/mce/mce_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-emulator/recipes-nemomobile/mce/mce_%.bbappend -------------------------------------------------------------------------------- /meta-hoki/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/LICENSE -------------------------------------------------------------------------------- /meta-hoki/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/conf/layer.conf -------------------------------------------------------------------------------- /meta-hoki/conf/machine/hoki.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/conf/machine/hoki.conf -------------------------------------------------------------------------------- /meta-hoki/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-hoki/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-hoki/recipes-android/android-init/android-init/nonplat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-android/android-init/android-init/nonplat_property_contexts -------------------------------------------------------------------------------- /meta-hoki/recipes-android/android-init/android-init/plat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-android/android-init/android-init/plat_property_contexts -------------------------------------------------------------------------------- /meta-hoki/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-hoki/recipes-android/android/android-system-data_hoki-p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-android/android/android-system-data_hoki-p.bb -------------------------------------------------------------------------------- /meta-hoki/recipes-android/udev-droid-system/udev-droid-system_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-android/udev-droid-system/udev-droid-system_1.0.bb -------------------------------------------------------------------------------- /meta-hoki/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:hoki := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-hoki/recipes-connectivity/bluez5/bluez5/main.conf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /meta-hoki/recipes-connectivity/bluez5/bluez5_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:hoki := "${THISDIR}/bluez5:" 2 | -------------------------------------------------------------------------------- /meta-hoki/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-hoki/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-hoki/recipes-core/initrdscripts/initramfs-scripts-android/init.machine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-core/initrdscripts/initramfs-scripts-android/init.machine.sh -------------------------------------------------------------------------------- /meta-hoki/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf -------------------------------------------------------------------------------- /meta-hoki/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-hoki/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-hoki/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-hoki/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-hoki/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-hoki/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-hoki/recipes-kernel/linux/files/0001-dts-Add-hoki-device-trees.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-kernel/linux/files/0001-dts-Add-hoki-device-trees.patch -------------------------------------------------------------------------------- /meta-hoki/recipes-kernel/linux/files/0005-initramfs-Don-t-skip-initramfs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-kernel/linux/files/0005-initramfs-Don-t-skip-initramfs.patch -------------------------------------------------------------------------------- /meta-hoki/recipes-kernel/linux/linux-hoki/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-kernel/linux/linux-hoki/defconfig -------------------------------------------------------------------------------- /meta-hoki/recipes-kernel/linux/linux-hoki/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-kernel/linux/linux-hoki/img_info -------------------------------------------------------------------------------- /meta-hoki/recipes-kernel/linux/linux-hoki_p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-kernel/linux/linux-hoki_p.bb -------------------------------------------------------------------------------- /meta-hoki/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend -------------------------------------------------------------------------------- /meta-hoki/recipes-kernel/modules/linux-audio-modules-hoki_p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-kernel/modules/linux-audio-modules-hoki_p.bb -------------------------------------------------------------------------------- /meta-hoki/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend -------------------------------------------------------------------------------- /meta-hoki/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:hoki = " geoclue-provider-hybris-binder " 2 | -------------------------------------------------------------------------------- /meta-hoki/recipes-nemomobile/libnci/libncicore/libncicore.conf: -------------------------------------------------------------------------------- 1 | [Configuration] 2 | Technologies = A,B 3 | -------------------------------------------------------------------------------- /meta-hoki/recipes-nemomobile/libnci/libncicore_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-nemomobile/libnci/libncicore_git.bbappend -------------------------------------------------------------------------------- /meta-hoki/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:hoki = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-hoki/recipes-nemomobile/nfcd/nfcd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:hoki = " nfcd-binder-plugin " 2 | -------------------------------------------------------------------------------- /meta-hoki/recipes-nemomobile/ngfd/ngfd/51-ffmemless.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-nemomobile/ngfd/ngfd/51-ffmemless.ini -------------------------------------------------------------------------------- /meta-hoki/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-hoki/recipes-nemomobile/ngfd/ngfd_git.bbappend -------------------------------------------------------------------------------- /meta-koi/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/LICENSE -------------------------------------------------------------------------------- /meta-koi/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/conf/layer.conf -------------------------------------------------------------------------------- /meta-koi/conf/machine/koi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/conf/machine/koi.conf -------------------------------------------------------------------------------- /meta-koi/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-koi/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-koi/recipes-android/android-init/android-init/nonplat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-android/android-init/android-init/nonplat_property_contexts -------------------------------------------------------------------------------- /meta-koi/recipes-android/android-init/android-init/plat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-android/android-init/android-init/plat_property_contexts -------------------------------------------------------------------------------- /meta-koi/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-koi/recipes-android/android/android_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-android/android/android_%.bbappend -------------------------------------------------------------------------------- /meta-koi/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:koi := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-koi/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf -------------------------------------------------------------------------------- /meta-koi/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-koi/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-koi/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-koi/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-koi/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-koi/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-koi/recipes-kernel/linux/linux-koi/0003-Fix-compilations-warnings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-kernel/linux/linux-koi/0003-Fix-compilations-warnings.patch -------------------------------------------------------------------------------- /meta-koi/recipes-kernel/linux/linux-koi/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-kernel/linux/linux-koi/defconfig -------------------------------------------------------------------------------- /meta-koi/recipes-kernel/linux/linux-koi/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-kernel/linux/linux-koi/img_info -------------------------------------------------------------------------------- /meta-koi/recipes-kernel/linux/linux-koi_o.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-kernel/linux/linux-koi_o.bb -------------------------------------------------------------------------------- /meta-koi/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:koi = " geoclue-provider-hybris-hal " 2 | -------------------------------------------------------------------------------- /meta-koi/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:koi = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-koi/recipes-nemomobile/mce/mce/builtin-gconf.values: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-koi/recipes-nemomobile/mce/mce/builtin-gconf.values -------------------------------------------------------------------------------- /meta-koi/recipes-nemomobile/mce/mce_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:koi := "${THISDIR}/mce:" 2 | -------------------------------------------------------------------------------- /meta-koi/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:koi = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-lenok/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/LICENSE -------------------------------------------------------------------------------- /meta-lenok/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/README-system-dir -------------------------------------------------------------------------------- /meta-lenok/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/conf/layer.conf -------------------------------------------------------------------------------- /meta-lenok/conf/machine/lenok.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/conf/machine/lenok.conf -------------------------------------------------------------------------------- /meta-lenok/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-lenok/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-lenok/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:lenok := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-lenok/recipes-android/android/android_lenok-mm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-android/android/android_lenok-mm.bb -------------------------------------------------------------------------------- /meta-lenok/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend -------------------------------------------------------------------------------- /meta-lenok/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:lenok := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-lenok/recipes-asteroid/asteroid-launcher/asteroid-launcher_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-asteroid/asteroid-launcher/asteroid-launcher_%.bbappend -------------------------------------------------------------------------------- /meta-lenok/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p21 2 | -------------------------------------------------------------------------------- /meta-lenok/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-lenok/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-lenok/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-280.png;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-lenok/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-lenok/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-lenok/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-lenok/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-lenok/recipes-kernel/linux/linux-lenok/0004-Revert-nitrous-commits.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-kernel/linux/linux-lenok/0004-Revert-nitrous-commits.patch -------------------------------------------------------------------------------- /meta-lenok/recipes-kernel/linux/linux-lenok/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-kernel/linux/linux-lenok/defconfig -------------------------------------------------------------------------------- /meta-lenok/recipes-kernel/linux/linux-lenok/defconfig.original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-kernel/linux/linux-lenok/defconfig.original -------------------------------------------------------------------------------- /meta-lenok/recipes-kernel/linux/linux-lenok/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-kernel/linux/linux-lenok/img_info -------------------------------------------------------------------------------- /meta-lenok/recipes-kernel/linux/linux-lenok_mm-mr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-lenok/recipes-kernel/linux/linux-lenok_mm-mr1.bb -------------------------------------------------------------------------------- /meta-lenok/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:lenok = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-lenok/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:lenok = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-minnow/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/LICENSE -------------------------------------------------------------------------------- /meta-minnow/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/conf/layer.conf -------------------------------------------------------------------------------- /meta-minnow/conf/machine/minnow.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/conf/machine/minnow.conf -------------------------------------------------------------------------------- /meta-minnow/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-minnow/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-minnow/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:minnow := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-minnow/recipes-android/android/android_minnow-mm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-android/android/android_minnow-mm.bb -------------------------------------------------------------------------------- /meta-minnow/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend -------------------------------------------------------------------------------- /meta-minnow/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:minnow := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-minnow/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf -------------------------------------------------------------------------------- /meta-minnow/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-minnow/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-minnow/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-minnow/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-minnow/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-minnow/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-minnow/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-minnow/recipes-kernel/linux/linux-minnow/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-kernel/linux/linux-minnow/defconfig -------------------------------------------------------------------------------- /meta-minnow/recipes-kernel/linux/linux-minnow/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-kernel/linux/linux-minnow/img_info -------------------------------------------------------------------------------- /meta-minnow/recipes-kernel/linux/linux-minnow_mm-mr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-minnow/recipes-kernel/linux/linux-minnow_mm-mr1.bb -------------------------------------------------------------------------------- /meta-minnow/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:minnow = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-minnow/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:minnow = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-mooneye/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/LICENSE -------------------------------------------------------------------------------- /meta-mooneye/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/README-system-dir -------------------------------------------------------------------------------- /meta-mooneye/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/conf/layer.conf -------------------------------------------------------------------------------- /meta-mooneye/conf/machine/mooneye.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/conf/machine/mooneye.conf -------------------------------------------------------------------------------- /meta-mooneye/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-mooneye/recipes-android/android-init/android-init/plat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-android/android-init/android-init/plat_property_contexts -------------------------------------------------------------------------------- /meta-mooneye/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-mooneye/recipes-android/android/android_mooneye-o.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-android/android/android_mooneye-o.bb -------------------------------------------------------------------------------- /meta-mooneye/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:mooneye := "${THISDIR}/asteroid-launcher-configs:" 2 | 3 | -------------------------------------------------------------------------------- /meta-mooneye/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p17 2 | -------------------------------------------------------------------------------- /meta-mooneye/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-mooneye/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-280.png;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-mooneye/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-mooneye/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-mooneye/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-mooneye/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-mooneye/recipes-kernel/linux/linux-mooneye/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-kernel/linux/linux-mooneye/defconfig -------------------------------------------------------------------------------- /meta-mooneye/recipes-kernel/linux/linux-mooneye/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-kernel/linux/linux-mooneye/img_info -------------------------------------------------------------------------------- /meta-mooneye/recipes-kernel/linux/linux-mooneye_o.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-kernel/linux/linux-mooneye_o.bb -------------------------------------------------------------------------------- /meta-mooneye/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:mooneye = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-mooneye/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:mooneye = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-mooneye/recipes-nemomobile/usb-moded/usb-moded/usb-moded.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mooneye/recipes-nemomobile/usb-moded/usb-moded/usb-moded.service -------------------------------------------------------------------------------- /meta-mooneye/recipes-nemomobile/usb-moded/usb-moded_git.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:mooneye := "${THISDIR}/usb-moded:" 2 | -------------------------------------------------------------------------------- /meta-mtk6580/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/LICENSE -------------------------------------------------------------------------------- /meta-mtk6580/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/README-system-dir -------------------------------------------------------------------------------- /meta-mtk6580/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/conf/layer.conf -------------------------------------------------------------------------------- /meta-mtk6580/conf/machine/harmony.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/conf/machine/harmony.conf -------------------------------------------------------------------------------- /meta-mtk6580/conf/machine/inharmony.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/conf/machine/inharmony.conf -------------------------------------------------------------------------------- /meta-mtk6580/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-mtk6580/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-android/android/android_harmony-lp.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-android/android/android_harmony-lp.bb -------------------------------------------------------------------------------- /meta-mtk6580/recipes-asteroid/asteroid-launcher/asteroid-launcher_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-asteroid/asteroid-launcher/asteroid-launcher_%.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-asteroid/qml-asteroid/qml-asteroid_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-asteroid/qml-asteroid/qml-asteroid_%.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-connectivity/ofono/ofono/mtk-rild.conf: -------------------------------------------------------------------------------- 1 | OFONO_RIL_DEVICE=mtk 2 | -------------------------------------------------------------------------------- /meta-mtk6580/recipes-connectivity/ofono/ofono_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-connectivity/ofono/ofono_%.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p20 2 | -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/mtk6580-asteroid-logo/mtk6580-asteroid-logo_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/mtk6580-asteroid-logo/mtk6580-asteroid-logo_1.0.bb -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/mtk6580-scatter/mtk6580-scatter_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/mtk6580-scatter/mtk6580-scatter_1.0.bb -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/psplash/psplash/rotation: -------------------------------------------------------------------------------- 1 | 180 2 | -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/psplash/psplash_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/psplash/psplash_%.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-mtk6580/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-mtk6580/recipes-kernel/linux/linux-harmony/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-kernel/linux/linux-harmony/defconfig -------------------------------------------------------------------------------- /meta-mtk6580/recipes-kernel/linux/linux-harmony/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-kernel/linux/linux-harmony/img_info -------------------------------------------------------------------------------- /meta-mtk6580/recipes-kernel/linux/linux-harmony/inharmonyconfig: -------------------------------------------------------------------------------- 1 | CONFIG_MTK_TOUCHPANEL_PHYSICAL_ROTATION="180" 2 | -------------------------------------------------------------------------------- /meta-mtk6580/recipes-kernel/linux/linux-harmony_lp-mr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-kernel/linux/linux-harmony_lp-mr1.bb -------------------------------------------------------------------------------- /meta-mtk6580/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-navigation/geoclue/geoclue_%.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-nemomobile/lipstick/lipstick_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-nemomobile/lipstick/lipstick_%.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-nemomobile/mce/mce/10mce.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-nemomobile/mce/mce/10mce.ini -------------------------------------------------------------------------------- /meta-mtk6580/recipes-nemomobile/mce/mce_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-nemomobile/mce/mce_%.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-qt/qt5/qtbase_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-mtk6580/recipes-qt/qt5/qtbase_%.bbappend -------------------------------------------------------------------------------- /meta-mtk6580/recipes-qt/qt5/qtmultimedia_%.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN} += "nemo-qtmultimedia-plugins" 2 | -------------------------------------------------------------------------------- /meta-narwhal/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/LICENSE -------------------------------------------------------------------------------- /meta-narwhal/README-system-dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/README-system-dir.md -------------------------------------------------------------------------------- /meta-narwhal/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/conf/layer.conf -------------------------------------------------------------------------------- /meta-narwhal/conf/machine/narwhal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/conf/machine/narwhal.conf -------------------------------------------------------------------------------- /meta-narwhal/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-narwhal/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-narwhal/recipes-android/android-init/android-init/plat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-android/android-init/android-init/plat_property_contexts -------------------------------------------------------------------------------- /meta-narwhal/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-narwhal/recipes-android/android/android-audio-policy_narwhal.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-android/android/android-audio-policy_narwhal.bb -------------------------------------------------------------------------------- /meta-narwhal/recipes-android/android/files/audio_policy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-android/android/files/audio_policy.conf -------------------------------------------------------------------------------- /meta-narwhal/recipes-android/udev-droid-system/udev-droid-system_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-android/udev-droid-system/udev-droid-system_1.0.bb -------------------------------------------------------------------------------- /meta-narwhal/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:narwhal := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-narwhal/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-narwhal/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-narwhal/recipes-core/hands-timesync/hands-timesync.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-core/hands-timesync/hands-timesync.bb -------------------------------------------------------------------------------- /meta-narwhal/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf -------------------------------------------------------------------------------- /meta-narwhal/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-narwhal/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-narwhal/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-narwhal/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-narwhal/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-narwhal/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-narwhal/recipes-kernel/linux/linux-narwhal/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-kernel/linux/linux-narwhal/defconfig -------------------------------------------------------------------------------- /meta-narwhal/recipes-kernel/linux/linux-narwhal/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-kernel/linux/linux-narwhal/img_info -------------------------------------------------------------------------------- /meta-narwhal/recipes-kernel/linux/linux-narwhal_n.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-kernel/linux/linux-narwhal_n.bb -------------------------------------------------------------------------------- /meta-narwhal/recipes-multimedia/pulseaudio/pulseaudio/default.pa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-multimedia/pulseaudio/pulseaudio/default.pa -------------------------------------------------------------------------------- /meta-narwhal/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:narwhal := "${THISDIR}/pulseaudio:" 2 | -------------------------------------------------------------------------------- /meta-narwhal/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:narwhal = " geoclue-provider-hybris-hal " 2 | -------------------------------------------------------------------------------- /meta-narwhal/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:narwhal = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-narwhal/recipes-nemomobile/mce/mce/builtin-gconf.values: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-nemomobile/mce/mce/builtin-gconf.values -------------------------------------------------------------------------------- /meta-narwhal/recipes-nemomobile/mce/mce_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:narwhal := "${THISDIR}/mce:" 2 | -------------------------------------------------------------------------------- /meta-narwhal/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:narwhal = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-narwhal/recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service -------------------------------------------------------------------------------- /meta-narwhal/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-narwhal/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-nemo/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/LICENSE -------------------------------------------------------------------------------- /meta-nemo/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/README-system-dir -------------------------------------------------------------------------------- /meta-nemo/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/conf/layer.conf -------------------------------------------------------------------------------- /meta-nemo/conf/machine/nemo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/conf/machine/nemo.conf -------------------------------------------------------------------------------- /meta-nemo/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-nemo/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:nemo := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-nemo/recipes-android/android/android_nemo-mm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-android/android/android_nemo-mm.bb -------------------------------------------------------------------------------- /meta-nemo/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend -------------------------------------------------------------------------------- /meta-nemo/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:nemo := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-nemo/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-nemo/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-nemo/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf -------------------------------------------------------------------------------- /meta-nemo/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-nemo/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-nemo/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-400-220.gif;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-nemo/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-nemo/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-nemo/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-nemo/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-nemo/recipes-kernel/linux/linux-nemo/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-kernel/linux/linux-nemo/defconfig -------------------------------------------------------------------------------- /meta-nemo/recipes-kernel/linux/linux-nemo/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-kernel/linux/linux-nemo/img_info -------------------------------------------------------------------------------- /meta-nemo/recipes-kernel/linux/linux-nemo_lp-mr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-kernel/linux/linux-nemo_lp-mr1.bb -------------------------------------------------------------------------------- /meta-nemo/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend -------------------------------------------------------------------------------- /meta-nemo/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:nemo = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-nemo/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-nemo/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-pike/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/LICENSE -------------------------------------------------------------------------------- /meta-pike/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/README-system-dir -------------------------------------------------------------------------------- /meta-pike/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/conf/layer.conf -------------------------------------------------------------------------------- /meta-pike/conf/machine/pike.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/conf/machine/pike.conf -------------------------------------------------------------------------------- /meta-pike/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-pike/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-pike/recipes-android/android-init/android-init/nonplat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-android/android-init/android-init/nonplat_property_contexts -------------------------------------------------------------------------------- /meta-pike/recipes-android/android-init/android-init/plat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-android/android-init/android-init/plat_property_contexts -------------------------------------------------------------------------------- /meta-pike/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-pike/recipes-android/android/android_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-android/android/android_%.bbappend -------------------------------------------------------------------------------- /meta-pike/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:pike := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-pike/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf -------------------------------------------------------------------------------- /meta-pike/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-pike/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-280.png;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-pike/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-pike/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-pike/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-pike/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-pike/recipes-kernel/linux/linux-pike/0002-Fix-compilations-warnings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-kernel/linux/linux-pike/0002-Fix-compilations-warnings.patch -------------------------------------------------------------------------------- /meta-pike/recipes-kernel/linux/linux-pike/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-kernel/linux/linux-pike/defconfig -------------------------------------------------------------------------------- /meta-pike/recipes-kernel/linux/linux-pike/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-kernel/linux/linux-pike/img_info -------------------------------------------------------------------------------- /meta-pike/recipes-kernel/linux/linux-pike_o.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-kernel/linux/linux-pike_o.bb -------------------------------------------------------------------------------- /meta-pike/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-pike/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend -------------------------------------------------------------------------------- /meta-pike/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:pike = " geoclue-provider-hybris-hal " 2 | -------------------------------------------------------------------------------- /meta-pike/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:pike = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-pike/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:pike = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-ray/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/LICENSE -------------------------------------------------------------------------------- /meta-ray/README-system-dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/README-system-dir.md -------------------------------------------------------------------------------- /meta-ray/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/conf/layer.conf -------------------------------------------------------------------------------- /meta-ray/conf/machine/firefish.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/conf/machine/firefish.conf -------------------------------------------------------------------------------- /meta-ray/conf/machine/ray.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/conf/machine/ray.conf -------------------------------------------------------------------------------- /meta-ray/images/fastboot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/images/fastboot.jpg -------------------------------------------------------------------------------- /meta-ray/images/recovery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/images/recovery.jpg -------------------------------------------------------------------------------- /meta-ray/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-ray/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-ray/recipes-android/android-init/android-init/nonplat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-android/android-init/android-init/nonplat_property_contexts -------------------------------------------------------------------------------- /meta-ray/recipes-android/android-init/android-init/plat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-android/android-init/android-init/plat_property_contexts -------------------------------------------------------------------------------- /meta-ray/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-ray/recipes-android/android/android-system-data_ray.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-android/android/android-system-data_ray.bb -------------------------------------------------------------------------------- /meta-ray/recipes-android/android/files/60-i2c.rules: -------------------------------------------------------------------------------- 1 | KERNEL=="i2c-5", MODE="0666" 2 | -------------------------------------------------------------------------------- /meta-ray/recipes-android/udev-droid-system/udev-droid-system_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-android/udev-droid-system/udev-droid-system_1.0.bb -------------------------------------------------------------------------------- /meta-ray/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-ray/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-ray/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf -------------------------------------------------------------------------------- /meta-ray/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-ray/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-ray/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-ray/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-ray/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-ray/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-ray/recipes-kernel/linux/linux-firefish/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-kernel/linux/linux-firefish/defconfig -------------------------------------------------------------------------------- /meta-ray/recipes-kernel/linux/linux-firefish/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-kernel/linux/linux-firefish/img_info -------------------------------------------------------------------------------- /meta-ray/recipes-kernel/linux/linux-firefish_o.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-kernel/linux/linux-firefish_o.bb -------------------------------------------------------------------------------- /meta-ray/recipes-kernel/linux/linux-ray/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-kernel/linux/linux-ray/defconfig -------------------------------------------------------------------------------- /meta-ray/recipes-kernel/linux/linux-ray/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-kernel/linux/linux-ray/img_info -------------------------------------------------------------------------------- /meta-ray/recipes-kernel/linux/linux-ray_n.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-kernel/linux/linux-ray_n.bb -------------------------------------------------------------------------------- /meta-ray/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-navigation/geoclue/geoclue_%.bbappend -------------------------------------------------------------------------------- /meta-ray/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-nemomobile/lipstick/lipstick_git.bbappend -------------------------------------------------------------------------------- /meta-ray/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-nemomobile/ngfd/ngfd_git.bbappend -------------------------------------------------------------------------------- /meta-ray/recipes-nemomobile/sensorfw/sensorfw-hybris-hal-plugins_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-nemomobile/sensorfw/sensorfw-hybris-hal-plugins_%.bbappend -------------------------------------------------------------------------------- /meta-ray/recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service -------------------------------------------------------------------------------- /meta-ray/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-ray/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-rinato/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/conf/layer.conf -------------------------------------------------------------------------------- /meta-rinato/conf/machine/rinato.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/conf/machine/rinato.conf -------------------------------------------------------------------------------- /meta-rinato/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-rinato/recipes-core/systemd/systemd_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/recipes-core/systemd/systemd_%.bbappend -------------------------------------------------------------------------------- /meta-rinato/recipes-graphics/mesa/mesa.bbappend: -------------------------------------------------------------------------------- 1 | PACKAGECONFIG:append:rinato = " kmsro lima" 2 | -------------------------------------------------------------------------------- /meta-rinato/recipes-kernel/linux/linux-rinato/linux-rinato_next.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/recipes-kernel/linux/linux-rinato/linux-rinato_next.bb -------------------------------------------------------------------------------- /meta-rinato/recipes-nemomobile/mce/mce_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/recipes-nemomobile/mce/mce_%.bbappend -------------------------------------------------------------------------------- /meta-rinato/recipes-nemomobile/sensorfw/files/primaryuse.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/recipes-nemomobile/sensorfw/files/primaryuse.conf -------------------------------------------------------------------------------- /meta-rinato/recipes-nemomobile/sensorfw/sensorfw_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/recipes-nemomobile/sensorfw/sensorfw_%.bbappend -------------------------------------------------------------------------------- /meta-rinato/recipes-nemomobile/usb-moded/usb-moded/init_gfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/recipes-nemomobile/usb-moded/usb-moded/init_gfs -------------------------------------------------------------------------------- /meta-rinato/recipes-nemomobile/usb-moded/usb-moded/usb-moded.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/recipes-nemomobile/usb-moded/usb-moded/usb-moded.ini -------------------------------------------------------------------------------- /meta-rinato/recipes-nemomobile/usb-moded/usb-moded/usb-moded.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/recipes-nemomobile/usb-moded/usb-moded/usb-moded.service -------------------------------------------------------------------------------- /meta-rinato/recipes-nemomobile/usb-moded/usb-moded_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-rinato/recipes-nemomobile/usb-moded/usb-moded_git.bbappend -------------------------------------------------------------------------------- /meta-sawfish/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/LICENSE -------------------------------------------------------------------------------- /meta-sawfish/README-system-dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/README-system-dir.md -------------------------------------------------------------------------------- /meta-sawfish/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/conf/layer.conf -------------------------------------------------------------------------------- /meta-sawfish/conf/machine/sawfish.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/conf/machine/sawfish.conf -------------------------------------------------------------------------------- /meta-sawfish/images/fastboot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/images/fastboot.jpg -------------------------------------------------------------------------------- /meta-sawfish/images/recovery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/images/recovery.jpg -------------------------------------------------------------------------------- /meta-sawfish/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-sawfish/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:sawfish := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-sawfish/recipes-android/android/android/60-i2c.rules: -------------------------------------------------------------------------------- 1 | KERNEL=="i2c-2", MODE="0666" 2 | -------------------------------------------------------------------------------- /meta-sawfish/recipes-android/android/android_sawfish-n.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-android/android/android_sawfish-n.bb -------------------------------------------------------------------------------- /meta-sawfish/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:sawfish := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-sawfish/recipes-core/firmwared/firmwared/firmwared.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-core/firmwared/firmwared/firmwared.service -------------------------------------------------------------------------------- /meta-sawfish/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p35 2 | -------------------------------------------------------------------------------- /meta-sawfish/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-sawfish/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-sawfish/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-280.png;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-sawfish/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-sawfish/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-sawfish/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-sawfish/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-sawfish/recipes-kernel/linux/linux-sawfish/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-kernel/linux/linux-sawfish/defconfig -------------------------------------------------------------------------------- /meta-sawfish/recipes-kernel/linux/linux-sawfish/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-kernel/linux/linux-sawfish/img_info -------------------------------------------------------------------------------- /meta-sawfish/recipes-kernel/linux/linux-sawfish_n.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-kernel/linux/linux-sawfish_n.bb -------------------------------------------------------------------------------- /meta-sawfish/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:sawfish = " geoclue-provider-hybris-hal " 2 | -------------------------------------------------------------------------------- /meta-sawfish/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:sawfish = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-sawfish/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:sawfish = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-sawfish/recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service -------------------------------------------------------------------------------- /meta-sawfish/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sawfish/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-skipjack/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/LICENSE -------------------------------------------------------------------------------- /meta-skipjack/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/README-system-dir -------------------------------------------------------------------------------- /meta-skipjack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/README.md -------------------------------------------------------------------------------- /meta-skipjack/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/conf/layer.conf -------------------------------------------------------------------------------- /meta-skipjack/conf/machine/skipjack.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/conf/machine/skipjack.conf -------------------------------------------------------------------------------- /meta-skipjack/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-skipjack/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-skipjack/recipes-android/android-init/android-init/plat_property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-android/android-init/android-init/plat_property_contexts -------------------------------------------------------------------------------- /meta-skipjack/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-skipjack/recipes-android/android/android-system-data_skipjack-p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-android/android/android-system-data_skipjack-p.bb -------------------------------------------------------------------------------- /meta-skipjack/recipes-android/udev-droid-system/udev-droid-system_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-android/udev-droid-system/udev-droid-system_1.0.bb -------------------------------------------------------------------------------- /meta-skipjack/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:skipjack := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-skipjack/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-skipjack/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-skipjack/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-skipjack/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-skipjack/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-skipjack/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-skipjack/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-skipjack/recipes-kernel/linux/linux-skipjack/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-kernel/linux/linux-skipjack/defconfig -------------------------------------------------------------------------------- /meta-skipjack/recipes-kernel/linux/linux-skipjack/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-kernel/linux/linux-skipjack/img_info -------------------------------------------------------------------------------- /meta-skipjack/recipes-kernel/linux/linux-skipjack_o.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-skipjack/recipes-kernel/linux/linux-skipjack_o.bb -------------------------------------------------------------------------------- /meta-skipjack/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:skipjack = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-skipjack/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:skipjack = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-smelt/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/LICENSE -------------------------------------------------------------------------------- /meta-smelt/README-system-dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/README-system-dir.md -------------------------------------------------------------------------------- /meta-smelt/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/conf/layer.conf -------------------------------------------------------------------------------- /meta-smelt/conf/machine/smelt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/conf/machine/smelt.conf -------------------------------------------------------------------------------- /meta-smelt/images/moto_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/images/moto_back.jpg -------------------------------------------------------------------------------- /meta-smelt/images/moto_pins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/images/moto_pins.jpg -------------------------------------------------------------------------------- /meta-smelt/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-smelt/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-smelt/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:smelt := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-smelt/recipes-android/android/android_smelt-mm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-android/android/android_smelt-mm.bb -------------------------------------------------------------------------------- /meta-smelt/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend -------------------------------------------------------------------------------- /meta-smelt/recipes-android/initramfs-android-image/initramfs-android-image.bbappend: -------------------------------------------------------------------------------- 1 | IMAGE_INSTALL:remove:smelt = "android-tools bash" 2 | -------------------------------------------------------------------------------- /meta-smelt/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:smelt := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-smelt/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p29 2 | -------------------------------------------------------------------------------- /meta-smelt/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-smelt/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-smelt/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-smelt/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-smelt/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-smelt/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-smelt/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-smelt/recipes-kernel/linux/linux-smelt/0004-fix-input-undefined.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-kernel/linux/linux-smelt/0004-fix-input-undefined.patch -------------------------------------------------------------------------------- /meta-smelt/recipes-kernel/linux/linux-smelt/0006-fix-gcc5-build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-kernel/linux/linux-smelt/0006-fix-gcc5-build.patch -------------------------------------------------------------------------------- /meta-smelt/recipes-kernel/linux/linux-smelt/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-kernel/linux/linux-smelt/defconfig -------------------------------------------------------------------------------- /meta-smelt/recipes-kernel/linux/linux-smelt/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-kernel/linux/linux-smelt/img_info -------------------------------------------------------------------------------- /meta-smelt/recipes-kernel/linux/linux-smelt_mm-mr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-kernel/linux/linux-smelt_mm-mr1.bb -------------------------------------------------------------------------------- /meta-smelt/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:smelt = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-smelt/recipes-nemomobile/mce/mce/20als-defaults.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-nemomobile/mce/mce/20als-defaults.ini -------------------------------------------------------------------------------- /meta-smelt/recipes-nemomobile/mce/mce_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-nemomobile/mce/mce_git.bbappend -------------------------------------------------------------------------------- /meta-smelt/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:smelt = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-smelt/recipes-nemomobile/sensorfw/sensorfw/sensord-hybris.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-nemomobile/sensorfw/sensorfw/sensord-hybris.conf -------------------------------------------------------------------------------- /meta-smelt/recipes-nemomobile/sensorfw/sensorfw_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-nemomobile/sensorfw/sensorfw_%.bbappend -------------------------------------------------------------------------------- /meta-smelt/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-smelt/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-sparrow/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/LICENSE -------------------------------------------------------------------------------- /meta-sparrow/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/README-system-dir -------------------------------------------------------------------------------- /meta-sparrow/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/conf/layer.conf -------------------------------------------------------------------------------- /meta-sparrow/conf/machine/sparrow-mainline.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/conf/machine/sparrow-mainline.conf -------------------------------------------------------------------------------- /meta-sparrow/conf/machine/sparrow.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/conf/machine/sparrow.conf -------------------------------------------------------------------------------- /meta-sparrow/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-sparrow/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-sparrow/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:sparrow := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-sparrow/recipes-android/android/android_sparrow-lp.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-android/android/android_sparrow-lp.bb -------------------------------------------------------------------------------- /meta-sparrow/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:sparrow := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-sparrow/recipes-core/initrdscripts/initramfs-scripts-android-mainline/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk*p29 2 | -------------------------------------------------------------------------------- /meta-sparrow/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p29 2 | -------------------------------------------------------------------------------- /meta-sparrow/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-sparrow/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-sparrow/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-sparrow/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-sparrow/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-sparrow/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-sparrow/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-sparrow/recipes-kernel/linux/linux-sparrow-mainline/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-kernel/linux/linux-sparrow-mainline/defconfig -------------------------------------------------------------------------------- /meta-sparrow/recipes-kernel/linux/linux-sparrow-mainline/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-kernel/linux/linux-sparrow-mainline/img_info -------------------------------------------------------------------------------- /meta-sparrow/recipes-kernel/linux/linux-sparrow-mainline_6.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-kernel/linux/linux-sparrow-mainline_6.0.bb -------------------------------------------------------------------------------- /meta-sparrow/recipes-kernel/linux/linux-sparrow/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-kernel/linux/linux-sparrow/defconfig -------------------------------------------------------------------------------- /meta-sparrow/recipes-kernel/linux/linux-sparrow/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-kernel/linux/linux-sparrow/img_info -------------------------------------------------------------------------------- /meta-sparrow/recipes-kernel/linux/linux-sparrow_mm-mr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-kernel/linux/linux-sparrow_mm-mr1.bb -------------------------------------------------------------------------------- /meta-sparrow/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend -------------------------------------------------------------------------------- /meta-sparrow/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:sparrow = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-sparrow/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:sparrow = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-sparrow/recipes-nemomobile/usb-moded/usb-moded/init_gfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-nemomobile/usb-moded/usb-moded/init_gfs -------------------------------------------------------------------------------- /meta-sparrow/recipes-nemomobile/usb-moded/usb-moded/usb-moded.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-nemomobile/usb-moded/usb-moded/usb-moded.service -------------------------------------------------------------------------------- /meta-sparrow/recipes-nemomobile/usb-moded/usb-moded_git.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:sparrow-mainline := "${THISDIR}/usb-moded:" 2 | -------------------------------------------------------------------------------- /meta-sparrow/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sparrow/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-sprat/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/LICENSE -------------------------------------------------------------------------------- /meta-sprat/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/conf/layer.conf -------------------------------------------------------------------------------- /meta-sprat/conf/machine/sprat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/conf/machine/sprat.conf -------------------------------------------------------------------------------- /meta-sprat/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-sprat/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:sprat := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-sprat/recipes-android/android/android_sprat-lp.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-android/android/android_sprat-lp.bb -------------------------------------------------------------------------------- /meta-sprat/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend -------------------------------------------------------------------------------- /meta-sprat/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:sprat := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-sprat/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p27 2 | -------------------------------------------------------------------------------- /meta-sprat/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-sprat/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-sprat/recipes-core/psplash/files/psplash-poky-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-core/psplash/files/psplash-poky-img.png -------------------------------------------------------------------------------- /meta-sprat/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-320.png;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-sprat/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-sprat/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-sprat/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-sprat/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-sprat/recipes-kernel/linux/linux-sprat/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-kernel/linux/linux-sprat/defconfig -------------------------------------------------------------------------------- /meta-sprat/recipes-kernel/linux/linux-sprat/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-kernel/linux/linux-sprat/img_info -------------------------------------------------------------------------------- /meta-sprat/recipes-kernel/linux/linux-sprat_mm-dr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-kernel/linux/linux-sprat_mm-dr1.bb -------------------------------------------------------------------------------- /meta-sprat/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:sprat = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-sprat/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:sprat = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-sprat/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sprat/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-sturgeon/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/LICENSE -------------------------------------------------------------------------------- /meta-sturgeon/README-system-dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/README-system-dir.md -------------------------------------------------------------------------------- /meta-sturgeon/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/conf/layer.conf -------------------------------------------------------------------------------- /meta-sturgeon/conf/machine/sturgeon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/conf/machine/sturgeon.conf -------------------------------------------------------------------------------- /meta-sturgeon/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-sturgeon/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-sturgeon/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:sturgeon := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-sturgeon/recipes-android/android/android/60-i2c.rules: -------------------------------------------------------------------------------- 1 | KERNEL=="i2c-2", MODE="0666" 2 | -------------------------------------------------------------------------------- /meta-sturgeon/recipes-android/android/android_sturgeon-mm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-android/android/android_sturgeon-mm.bb -------------------------------------------------------------------------------- /meta-sturgeon/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- 1 | CFLAGS:append:sturgeon = " -DLPM_STURGEON" 2 | -------------------------------------------------------------------------------- /meta-sturgeon/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:sturgeon := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-sturgeon/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p26 2 | -------------------------------------------------------------------------------- /meta-sturgeon/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-sturgeon/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-sturgeon/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-sturgeon/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-sturgeon/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-sturgeon/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-sturgeon/recipes-kernel/linux/linux-sturgeon/0006-fix-gcc5-build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-kernel/linux/linux-sturgeon/0006-fix-gcc5-build.patch -------------------------------------------------------------------------------- /meta-sturgeon/recipes-kernel/linux/linux-sturgeon/0008-tap-to-wake-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-kernel/linux/linux-sturgeon/0008-tap-to-wake-fix.patch -------------------------------------------------------------------------------- /meta-sturgeon/recipes-kernel/linux/linux-sturgeon/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-kernel/linux/linux-sturgeon/defconfig -------------------------------------------------------------------------------- /meta-sturgeon/recipes-kernel/linux/linux-sturgeon/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-kernel/linux/linux-sturgeon/img_info -------------------------------------------------------------------------------- /meta-sturgeon/recipes-kernel/linux/linux-sturgeon_mm-mr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-kernel/linux/linux-sturgeon_mm-mr1.bb -------------------------------------------------------------------------------- /meta-sturgeon/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:sturgeon = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-sturgeon/recipes-nemomobile/mce/mce/20als-defaults.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-nemomobile/mce/mce/20als-defaults.ini -------------------------------------------------------------------------------- /meta-sturgeon/recipes-nemomobile/mce/mce_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-nemomobile/mce/mce_git.bbappend -------------------------------------------------------------------------------- /meta-sturgeon/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:sturgeon = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-sturgeon/recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-nemomobile/sensorfw/sensorfw/sensorfwd.service -------------------------------------------------------------------------------- /meta-sturgeon/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-sturgeon/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-swift/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/LICENSE -------------------------------------------------------------------------------- /meta-swift/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/README-system-dir -------------------------------------------------------------------------------- /meta-swift/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/conf/layer.conf -------------------------------------------------------------------------------- /meta-swift/conf/machine/swift.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/conf/machine/swift.conf -------------------------------------------------------------------------------- /meta-swift/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-swift/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-swift/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:swift := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-swift/recipes-android/android/android_swift-mm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-android/android/android_swift-mm.bb -------------------------------------------------------------------------------- /meta-swift/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend -------------------------------------------------------------------------------- /meta-swift/recipes-android/udev-droid-system/udev-droid-system_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-android/udev-droid-system/udev-droid-system_1.0.bb -------------------------------------------------------------------------------- /meta-swift/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:swift := "${THISDIR}/asteroid-launcher-configs:" -------------------------------------------------------------------------------- /meta-swift/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-swift/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-swift/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p43 2 | -------------------------------------------------------------------------------- /meta-swift/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-swift/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-swift/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-swift/recipes-core/systemd/systemd/70-input.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/systemd/systemd/70-input.rules -------------------------------------------------------------------------------- /meta-swift/recipes-core/systemd/systemd_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/systemd/systemd_%.bbappend -------------------------------------------------------------------------------- /meta-swift/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-swift/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-swift/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-swift/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-swift/recipes-kernel/linux/linux-swift/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-kernel/linux/linux-swift/defconfig -------------------------------------------------------------------------------- /meta-swift/recipes-kernel/linux/linux-swift/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-kernel/linux/linux-swift/img_info -------------------------------------------------------------------------------- /meta-swift/recipes-kernel/linux/linux-swift_mm-mr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-kernel/linux/linux-swift_mm-mr1.bb -------------------------------------------------------------------------------- /meta-swift/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:swift = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-swift/recipes-nemomobile/mce/mce/20als-defaults.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-nemomobile/mce/mce/20als-defaults.ini -------------------------------------------------------------------------------- /meta-swift/recipes-nemomobile/mce/mce_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-nemomobile/mce/mce_git.bbappend -------------------------------------------------------------------------------- /meta-swift/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:swift = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-swift/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-swift/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-tetra/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/LICENSE -------------------------------------------------------------------------------- /meta-tetra/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/conf/layer.conf -------------------------------------------------------------------------------- /meta-tetra/conf/machine/tetra.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/conf/machine/tetra.conf -------------------------------------------------------------------------------- /meta-tetra/recipes-android/android-init/android-init/android-init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-android/android-init/android-init/android-init.service -------------------------------------------------------------------------------- /meta-tetra/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-tetra/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:tetra := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-tetra/recipes-android/android/android_tetra-mm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-android/android/android_tetra-mm.bb -------------------------------------------------------------------------------- /meta-tetra/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend -------------------------------------------------------------------------------- /meta-tetra/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:tetra := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-tetra/recipes-asteroid/qml-asteroid/qml-asteroid_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-asteroid/qml-asteroid/qml-asteroid_%.bbappend -------------------------------------------------------------------------------- /meta-tetra/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p32 2 | -------------------------------------------------------------------------------- /meta-tetra/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-tetra/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-tetra/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-320.png;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-tetra/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-tetra/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-tetra/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-tetra/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-tetra/recipes-kernel/linux/linux-tetra/0002-Fix-build-with-OE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-kernel/linux/linux-tetra/0002-Fix-build-with-OE.patch -------------------------------------------------------------------------------- /meta-tetra/recipes-kernel/linux/linux-tetra/0004-ion-don-t-use-lmk.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-kernel/linux/linux-tetra/0004-ion-don-t-use-lmk.patch -------------------------------------------------------------------------------- /meta-tetra/recipes-kernel/linux/linux-tetra/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-kernel/linux/linux-tetra/defconfig -------------------------------------------------------------------------------- /meta-tetra/recipes-kernel/linux/linux-tetra/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-kernel/linux/linux-tetra/img_info -------------------------------------------------------------------------------- /meta-tetra/recipes-kernel/linux/linux-tetra_mm-dr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-kernel/linux/linux-tetra_mm-dr1.bb -------------------------------------------------------------------------------- /meta-tetra/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:tetra = " geoclue-provider-hybris-hal " 2 | -------------------------------------------------------------------------------- /meta-tetra/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:tetra = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-tetra/recipes-nemomobile/mce/mce/20als-defaults.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-nemomobile/mce/mce/20als-defaults.ini -------------------------------------------------------------------------------- /meta-tetra/recipes-nemomobile/mce/mce_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-nemomobile/mce/mce_git.bbappend -------------------------------------------------------------------------------- /meta-tetra/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:tetra = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-tetra/recipes-nemomobile/sensorfw/sensorfw-hybris-hal-plugins_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-nemomobile/sensorfw/sensorfw-hybris-hal-plugins_%.bbappend -------------------------------------------------------------------------------- /meta-tetra/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-tetra/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /meta-triggerfish/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/LICENSE -------------------------------------------------------------------------------- /meta-triggerfish/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/conf/layer.conf -------------------------------------------------------------------------------- /meta-triggerfish/conf/machine/triggerfish.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/conf/machine/triggerfish.conf -------------------------------------------------------------------------------- /meta-triggerfish/recipes-android/android-init/android-init/default.prop: -------------------------------------------------------------------------------- 1 | ro.bt.bdaddr_path=/persist/bt_nv.bin 2 | -------------------------------------------------------------------------------- /meta-triggerfish/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-triggerfish/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-android/android-init/android-init_1.0.bbappend -------------------------------------------------------------------------------- /meta-triggerfish/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:triggerfish := "${THISDIR}/asteroid-launcher-configs:" -------------------------------------------------------------------------------- /meta-triggerfish/recipes-core/base-files/base-files/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-core/base-files/base-files/fstab -------------------------------------------------------------------------------- /meta-triggerfish/recipes-core/base-files/base-files_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-core/base-files/base-files_%.bbappend -------------------------------------------------------------------------------- /meta-triggerfish/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-core/psplash/psplash_git.bbappend -------------------------------------------------------------------------------- /meta-triggerfish/recipes-core/underclock/underclock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-core/underclock/underclock/COPYING -------------------------------------------------------------------------------- /meta-triggerfish/recipes-core/underclock/underclock/underclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-core/underclock/underclock/underclock -------------------------------------------------------------------------------- /meta-triggerfish/recipes-core/underclock/underclock/underclock.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-core/underclock/underclock/underclock.service -------------------------------------------------------------------------------- /meta-triggerfish/recipes-core/underclock/underclock_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-core/underclock/underclock_1.0.bb -------------------------------------------------------------------------------- /meta-triggerfish/recipes-kernel/linux/linux-triggerfish/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-kernel/linux/linux-triggerfish/defconfig -------------------------------------------------------------------------------- /meta-triggerfish/recipes-kernel/linux/linux-triggerfish/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-kernel/linux/linux-triggerfish/img_info -------------------------------------------------------------------------------- /meta-triggerfish/recipes-kernel/linux/linux-triggerfish_p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-kernel/linux/linux-triggerfish_p.bb -------------------------------------------------------------------------------- /meta-triggerfish/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend -------------------------------------------------------------------------------- /meta-triggerfish/recipes-kernel/modules/linux-wlan-modules-triggerfish_p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-triggerfish/recipes-kernel/modules/linux-wlan-modules-triggerfish_p.bb -------------------------------------------------------------------------------- /meta-triggerfish/recipes-navigation/geoclue/geoclue_%.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:triggerfish = " geoclue-provider-hybris-binder " 2 | -------------------------------------------------------------------------------- /meta-triggerfish/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:triggerfish = " qt5-qpa-hwcomposer-plugin " 2 | -------------------------------------------------------------------------------- /meta-triggerfish/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:triggerfish = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-wren/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/LICENSE -------------------------------------------------------------------------------- /meta-wren/README-system-dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/README-system-dir -------------------------------------------------------------------------------- /meta-wren/conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/conf/layer.conf -------------------------------------------------------------------------------- /meta-wren/conf/machine/wren.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/conf/machine/wren.conf -------------------------------------------------------------------------------- /meta-wren/recipes-android/android-init/android-init/init.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-android/android-init/android-init/init.rc -------------------------------------------------------------------------------- /meta-wren/recipes-android/android-init/android-init_1.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:wren := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /meta-wren/recipes-android/android/android_wren-lp.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-android/android/android_wren-lp.bb -------------------------------------------------------------------------------- /meta-wren/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend -------------------------------------------------------------------------------- /meta-wren/recipes-asteroid/asteroid-launcher/asteroid-launcher-configs_%.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS:prepend:wren := "${THISDIR}/asteroid-launcher-configs:" 2 | -------------------------------------------------------------------------------- /meta-wren/recipes-core/initrdscripts/initramfs-scripts-android/machine.conf: -------------------------------------------------------------------------------- 1 | sdcard_partition=mmcblk0p29 2 | -------------------------------------------------------------------------------- /meta-wren/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-core/initrdscripts/initramfs-scripts-android_1.0.bbappend -------------------------------------------------------------------------------- /meta-wren/recipes-core/libhybris/libhybris_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-core/libhybris/libhybris_git.bbappend -------------------------------------------------------------------------------- /meta-wren/recipes-core/psplash/psplash_git.bbappend: -------------------------------------------------------------------------------- 1 | SPLASH_IMAGES = "file://psplash-img-320.png;outsuffix=default" 2 | -------------------------------------------------------------------------------- /meta-wren/recipes-kernel/linux/linux-wren/0006-Patch-battery-values.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-kernel/linux/linux-wren/0006-Patch-battery-values.patch -------------------------------------------------------------------------------- /meta-wren/recipes-kernel/linux/linux-wren/0013-Patch-bluesleep.c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-kernel/linux/linux-wren/0013-Patch-bluesleep.c.patch -------------------------------------------------------------------------------- /meta-wren/recipes-kernel/linux/linux-wren/0018-Use-generic-dump-function.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-kernel/linux/linux-wren/0018-Use-generic-dump-function.patch -------------------------------------------------------------------------------- /meta-wren/recipes-kernel/linux/linux-wren/0020-Disable-isTouchLocked.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-kernel/linux/linux-wren/0020-Disable-isTouchLocked.patch -------------------------------------------------------------------------------- /meta-wren/recipes-kernel/linux/linux-wren/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-kernel/linux/linux-wren/defconfig -------------------------------------------------------------------------------- /meta-wren/recipes-kernel/linux/linux-wren/img_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-kernel/linux/linux-wren/img_info -------------------------------------------------------------------------------- /meta-wren/recipes-kernel/linux/linux-wren_mm-mr1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-kernel/linux/linux-wren_mm-mr1.bb -------------------------------------------------------------------------------- /meta-wren/recipes-nemomobile/lipstick/lipstick_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:wren = " qt5-qpa-hwcomposer-plugin" 2 | -------------------------------------------------------------------------------- /meta-wren/recipes-nemomobile/ngfd/ngfd_git.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:wren = " ngfd-plugin-droid-vibrator " 2 | -------------------------------------------------------------------------------- /meta-wren/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/meta-wren/recipes-qt/qt5/qt5-qpa-hwcomposer-plugin_git.bbappend -------------------------------------------------------------------------------- /scripts/new-watch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsteroidOS/meta-smartwatch/HEAD/scripts/new-watch.sh --------------------------------------------------------------------------------