Skip to content

Instantly share code, notes, and snippets.

View neochapay's full-sized avatar

Chupligin Sergey neochapay

View GitHub Profile
@neochapay
neochapay / nemo-pinetab.conf
Created August 14, 2019 14:22
Kernel config for nemo tab
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.3.0-rc1 Kernel Configuration
#
#
# Compiler: aarch64-linux-gnu-gcc (Ubuntu/Linaro 8.3.0-6ubuntu1) 8.3.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80300
# DisplayName: GlacierUX/aarch64 (release) 2018.05
# KickstartType: release
# SuggestedImageType: fs
# SuggestedArchitecture: aarch64
lang en_US.UTF-8
keyboard us
user --name nemo --groups audio,video --password nemo
timezone --utc UTC
*autoconf
*automake
*bash
*binutils
*bzip2
*bzip2-libs
*ccache
*cmake
*coreutils
*cpio
@neochapay
neochapay / packages
Last active February 17, 2018 11:11
- kernel-headers-3.12.66-1.2.1
- mer-release-0.2011-1.1.1
- setup-2.8.56-1.1.22
- tzdata-2017b-1.7.1
- filesystem-3.1-1.1.1
+ libgcc-6.4.0-10.33.2.jolla
N glibc-2.19+6.13.1-10.2.2.jolla
N bzip2-libs-1.0.6-1.1.3
- cpio-2.11-1.2.3
- db4-4.8.30-1.1.3
%define build_optional_compiler_languages 1
#
# spec file for package gcc5
#
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
strace /usr/lib/qt5/bin/qmlscene main.qml
execve("/usr/lib/qt5/bin/qmlscene", ["/usr/lib/qt5/bin/qmlscene", "main.qml"], [/* 20 vars */]) = 0
brk(0) = 0x1713000
uname({sys="Linux", node="Sailfish", ...}) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fa3000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=39000, ...}) = 0
mmap2(NULL, 39000, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6f99000
[root@Sailfish ~]# strace /usr/lib/qt5/bin/qmlscene main.qml
execve("/usr/lib/qt5/bin/qmlscene", ["/usr/lib/qt5/bin/qmlscene", "main.qml"], [/* 20 vars */]) = 0
brk(0) = 0xed6000
uname({sys="Linux", node="Sailfish", ...}) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f53000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=39000, ...}) = 0
mmap2(NULL, 39000, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6f49000
/dts-v1/;
/ {
interrupt-parent = <0x1>;
#address-cells = <0x1>;
#size-cells = <0x1>;
model = "FriendlyElec NanoPi-NEO";
compatible = "friendlyarm,nanopi-neo", "allwinner,sun8i-h3";
clocks {
0 __libc_do_syscall ()
at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
#1 0xb60a7d2e in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#2 0xb60aabb4 in __GI_abort () at abort.c:89
#3 0xb60a2e80 in __assert_fail_base (fmt=0x1 <Address 0x1 out of bounds>,
assertion=0xb40fd4fc "!m_bufList.empty()", assertion@entry=0x0,
file=0xb40fcc4c "hwcomposer_window.cpp", file@entry=0xb29cf3a0 "\001",
line=204, line@entry=3055034552,
function=function@entry=0xb40fcb78 <HWComposerNativeWindow::dequeueBuffer(BaseNativeWindowBuffer**, int*)::__PRETTY_FUNCTION__> "virtual int HWComposerNativeWindow::dequeu2
@neochapay
neochapay / main.qml
Created May 29, 2017 18:07
main.qml
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Quick Controls module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
**