diff options
author | John Klug <john.klug@multitech.com> | 2016-12-01 17:19:21 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-01 17:19:21 -0600 |
commit | 73d384bad5cff0e6900613a15f2fc1068255c3ee (patch) | |
tree | 10c7fa540f94ca40ec46bc6dc5d1466d11223c82 /recipes-kernel/rs9113 | |
parent | 26311a1776555c2c1d3f208b64a90585085425d4 (diff) | |
download | meta-multitech-73d384bad5cff0e6900613a15f2fc1068255c3ee.tar.gz meta-multitech-73d384bad5cff0e6900613a15f2fc1068255c3ee.tar.bz2 meta-multitech-73d384bad5cff0e6900613a15f2fc1068255c3ee.zip |
Correct comments in rs9113 recipes.
Diffstat (limited to 'recipes-kernel/rs9113')
-rw-r--r-- | recipes-kernel/rs9113/rs9113_1.4.3.bb | 7 | ||||
-rw-r--r-- | recipes-kernel/rs9113/rs9113_1.5.0.bb | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/recipes-kernel/rs9113/rs9113_1.4.3.bb b/recipes-kernel/rs9113/rs9113_1.4.3.bb index 98bd1eb..38f25d7 100644 --- a/recipes-kernel/rs9113/rs9113_1.4.3.bb +++ b/recipes-kernel/rs9113/rs9113_1.4.3.bb @@ -6,8 +6,11 @@ PROVIDES = "rs9113" FILES_${PN} = "/opt/rs9113 ${sbindir} ${sysconfdir}" # BB_STRICT_CHECKSUM = "0" -# NOTE: annex-client binary is built with Jenkin's job using annex-client-from-src.bb -# To update this, manually copy ipk from Jenkin's job to .net/downloads/ +# This bitbake recipe requires SSH_AUTH_SOCK to be set. This is normally done +# by a keyserver, such as gnome-keyring-daemon or ssh-keyagent. + +# NOTE: rs9113 binary is built with Jenkin's job using rs9113-from-src_${PV}.bb +# To update this, manually copy ipk from Jenkin's job to # git://git@${MTS_INTERNAL_GIT}/mlinux/ipk.git;protocol=ssh;branch=${PV} # PR = "r0" diff --git a/recipes-kernel/rs9113/rs9113_1.5.0.bb b/recipes-kernel/rs9113/rs9113_1.5.0.bb index 98bd1eb..38f25d7 100644 --- a/recipes-kernel/rs9113/rs9113_1.5.0.bb +++ b/recipes-kernel/rs9113/rs9113_1.5.0.bb @@ -6,8 +6,11 @@ PROVIDES = "rs9113" FILES_${PN} = "/opt/rs9113 ${sbindir} ${sysconfdir}" # BB_STRICT_CHECKSUM = "0" -# NOTE: annex-client binary is built with Jenkin's job using annex-client-from-src.bb -# To update this, manually copy ipk from Jenkin's job to .net/downloads/ +# This bitbake recipe requires SSH_AUTH_SOCK to be set. This is normally done +# by a keyserver, such as gnome-keyring-daemon or ssh-keyagent. + +# NOTE: rs9113 binary is built with Jenkin's job using rs9113-from-src_${PV}.bb +# To update this, manually copy ipk from Jenkin's job to # git://git@${MTS_INTERNAL_GIT}/mlinux/ipk.git;protocol=ssh;branch=${PV} # PR = "r0" |