diff options
Diffstat (limited to 'recipes/adbd')
-rw-r--r-- | recipes/adbd/adbd.bb | 1 | ||||
-rw-r--r-- | recipes/adbd/files/apalis-imx6/defaults | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/recipes/adbd/adbd.bb b/recipes/adbd/adbd.bb index 9e3ed67..562e1d1 100644 --- a/recipes/adbd/adbd.bb +++ b/recipes/adbd/adbd.bb | |||
@@ -31,6 +31,7 @@ PR = "r0" | |||
31 | SRCREV = "${PV}" | 31 | SRCREV = "${PV}" |
32 | 32 | ||
33 | RRECOMMENDS_${PN} += "kernel-module-g-ffs" | 33 | RRECOMMENDS_${PN} += "kernel-module-g-ffs" |
34 | DEPENDS = "openssl" | ||
34 | 35 | ||
35 | SRC_URI = "git://android.googlesource.com/platform/system/core;protocol=https \ | 36 | SRC_URI = "git://android.googlesource.com/platform/system/core;protocol=https \ |
36 | file://adbd.patch;striplevel=2 \ | 37 | file://adbd.patch;striplevel=2 \ |
diff --git a/recipes/adbd/files/apalis-imx6/defaults b/recipes/adbd/files/apalis-imx6/defaults new file mode 100644 index 0000000..0fbba4c --- /dev/null +++ b/recipes/adbd/files/apalis-imx6/defaults | |||
@@ -0,0 +1,4 @@ | |||
1 | VENDOR=0x18d1 | ||
2 | PRODUCT=0x0000 | ||
3 | SERIAL=$(hostname)-$(sed -e 's/://g' /sys/class/net/eth0/address) | ||
4 | USE_ETHERNET=yes | ||