This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node / { | |
interface org.freedesktop.DBus.Introspectable { | |
methods: | |
Introspect(out s xml); | |
signals: | |
properties: | |
}; | |
interface org.ofono.Manager { | |
methods: | |
GetModems(out a(oa{sv}) modems); |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension --> | |
<!-- saved from url=(0021)http://tiddlywiki.com --> | |
<html> | |
<head> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Force IE standards mode for Intranet and HTA - should be the first meta --> | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | |
<meta name="application-name" content="TiddlyWiki" /> | |
<meta name="generator" content="TiddlyWiki" /> | |
<meta name="tiddlywiki-version" content="5.1.14-prerelease" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
set -euo pipefail | |
DAY=`date +"%Y%m%d"` | |
HOUR=`date +"%H%M"` | |
REDMINE_BACKUP_PATH=/mnt/i-drive/backups/redmine | |
REDMINE_HOME=/home/redmine/app | |
REDMINE_DB_NAME=bitnami_redmine | |
REDMINE_DB_USER=bitnami | |
REDMINE_DB_PASS=d45aX59a39 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mount the 'Demo' folder on the I-Drive as /mnt/i-drive | |
//plx0av03.acme.com/some/long/path/Dept/ABC/Restricted/Demo /mnt/i-drive cifs credentials=/home/evadeflow/.smbcredentials,iocharset=utf8,sec=ntlm,uid=evadeflow,gid=wheel,dir_mode=0775,file_mode=0775 0 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RSMixLib_2016.07.19 | |
├── Common | |
│ ├── Data | |
│ └── Resources | |
├── Config | |
│ └── Default | |
├── example | |
│ └── RSDemo.cpp | |
├── include | |
│ ├── RSDemoCallbackInterface.h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SRC_URI = "git://code.acme.com/gitlab/kernel.git;protocol=https;branch=${BRANCH}" | |
SRC_URI_remove = " \ | |
file://bsp3.3.1.rc3_linux.patch \ | |
file://bsp3.3.1.rc4_linux.patch \ | |
" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/WORKSPACE b/WORKSPACE | |
index 11c5cdb..33c5a3c 100644 | |
--- a/WORKSPACE | |
+++ b/WORKSPACE | |
@@ -95,3 +95,9 @@ new_http_archive( | |
"http://download.tensorflow.org/models/speech_commands_v0.01.zip", | |
], | |
) | |
+ | |
+new_local_repository( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================================= | |
Extended CSD rev 1.8 (MMC 5.1) | |
============================================= | |
Card Supported Command sets [S_CMD_SET: 0x01] | |
HPI Features [HPI_FEATURE: 0x01]: implementation based on CMD13 | |
Background operations support [BKOPS_SUPPORT: 0x01] | |
Max Packet Read Cmd [MAX_PACKED_READS: 0x3f] | |
Max Packet Write Cmd [MAX_PACKED_WRITES: 0x3f] | |
Data TAG support [DATA_TAG_SUPPORT: 0x01] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |
FILES_${PN} += "${libdir}/python3.5/site-packages/cv2.so" | |
INSANE_SKIP_${PN} += "dev-so" | |
python() { | |
value = "eigen python3 " + d.getVar('PACKAGECONFIG', True) | |
flags = d.getVarFlags('PACKAGECONFIG') | |
d.delVar('PACKAGECONFIG') | |
d.setVar('PACKAGECONFIG', value) | |
d.setVarFlags('PACKAGECONFIG', flags) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/sources/meta-acme/recipes-core/images/fsl-image-qt5.bbappend b/sources/meta-acme/recipes-core/images/fsl-image-qt5.bbappend | |
index 854e588..07e82a0 100644 | |
--- a/sources/meta-acme/recipes-core/images/fsl-image-qt5.bbappend | |
+++ b/sources/meta-acme/recipes-core/images/fsl-image-qt5.bbappend | |
@@ -1,4 +1,9 @@ | |
inherit populate_sdk_qt5 | |
+ | |
+LICENSE = "CLOSED" | |
+FILESEXTRAPATHS_prepend := "${THISDIR}:" | |
+SRC_URI = "file://xyzinstaller_0.1-1.deb;unpack=no" |
OlderNewer