Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new machine for emulator #188

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/distro/asteroid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ FILESYSTEM_PERMS_TABLES = "files/fs-perms.txt files/asteroidos-fs-perms.txt"

PACKAGE_FEED_URIS = "https://release.asteroidos.org/nightlies/"
PACKAGE_FEED_BASE_PATHS = "ipk"
PACKAGE_FEED_ARCHS = "all anthias armv7vehf-neon bass core2-32 dory lenok qemux86 sparrow sprat sturgeon swift tetra wren"
PACKAGE_FEED_ARCHS = "all anthias armv7vehf-neon bass core2-32 dory lenok emulator sparrow sprat sturgeon swift tetra wren"

SKIP_META_GNOME_SANITY_CHECK = "1"

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ DESCRIPTION = "Provides the device specific configuration files used by asteroid
PR = "r0"
SRC_URI = "file://default.conf \
file://keys.kmap"
SRC_URI:append:qemux86 = " file://qemu.conf file://kms-qemu.json"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
S = "${WORKDIR}"
Expand All @@ -14,11 +13,6 @@ DEPENDS += "qttools-native"
do_install() {
install -d ${D}/var/lib/environment/compositor/
install -m 0644 ${WORKDIR}/default.conf ${D}/var/lib/environment/compositor/
if [ -f ${WORKDIR}/qemu.conf ] ; then
# Overwrite the default config.
install -m 0644 ${WORKDIR}/qemu.conf ${D}/var/lib/environment/compositor/default.conf
install -m 0644 ${WORKDIR}/kms-qemu.json ${D}/var/lib/environment/compositor/
fi

install -d ${D}/usr/share/qt5/keymaps/
${STAGING_BINDIR_NATIVE}/kmap2qmap ${WORKDIR}/keys.kmap ${D}/usr/share/qt5/keymaps/keys.qmap
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion recipes-asteroid/qml-asteroid/qml-asteroid_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=1702a92c723f09e3fab3583b165a8d90"

SRC_URI = "git://github.com/AsteroidOS/qml-asteroid.git;protocol=https;branch=master"
SRC_URI:append:qemux86 = " file://0001-Spinners-Disable-shaders-which-cause-all-sorts-of-pr.patch"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCPV}"
Expand Down
2 changes: 0 additions & 2 deletions recipes-graphics/mesa/mesa_%.bbappend

This file was deleted.

1 change: 0 additions & 1 deletion recipes-kernel/linux/linux-yocto/drm-virtio-gpu.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions recipes-kernel/linux/linux-yocto_%.bbappend

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion recipes-nemomobile/mce/mce_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ SRC_URI = "gitsm://github.com/sailfishos/mce.git;protocol=https;branch=master \
file://0007-powerkey-Also-suspend-on-palm-reports.patch \
file://builtin-gconf.values \
file://mce.service"
SRC_URI:append:qemux86 = " file://0001-Keep-screen-on-by-default-on-emulator.patch"
SRCREV = "51135ea73ae162ec7708415801505e10a6f3fe5f"
PR = "r1"
PV = "+git${SRCPV}"
Expand Down