summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/local.conf.sample2
-rwxr-xr-xrecipes/adbd/files/adb-init2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 991cefc..b14b55d 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -74,7 +74,7 @@ PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
74# 74#
75# This sets the default machine to be qemux86 if no other machine is selected: 75# This sets the default machine to be qemux86 if no other machine is selected:
76MACHINE ??= "qemux86" 76MACHINE ??= "qemux86"
77MACHINE_HOSTNAME ?= "b2qt-linux-${MACHINE}" 77MACHINE_HOSTNAME ?= "b2qt-${MACHINE}"
78 78
79# 79#
80# Where to place downloads 80# Where to place downloads
diff --git a/recipes/adbd/files/adb-init b/recipes/adbd/files/adb-init
index d8920b8..5f47fd0 100755
--- a/recipes/adbd/files/adb-init
+++ b/recipes/adbd/files/adb-init
@@ -11,7 +11,7 @@ fi
11case "$1" in 11case "$1" in
12start) 12start)
13 if [ "$USE_ETHERNET" = "no" ]; then 13 if [ "$USE_ETHERNET" = "no" ]; then
14 modprobe g_ffs idVendor=${VENDOR} idProduct=${PRODUCT} iSerialNumber=${SERIAL} 14 modprobe g_ffs idVendor=${VENDOR} idProduct=${PRODUCT} iSerialNumber=${SERIAL:0:32}
15 mkdir -p /dev/usb-ffs 15 mkdir -p /dev/usb-ffs
16 chmod 770 /dev/usb-ffs 16 chmod 770 /dev/usb-ffs
17 mkdir -p /dev/usb-ffs/adb 17 mkdir -p /dev/usb-ffs/adb