diff options
Diffstat (limited to 'recipes-kernel/rs9113/rs9113_1.5.0.bb')
-rw-r--r-- | recipes-kernel/rs9113/rs9113_1.5.0.bb | 7 |
1 files changed, 5 insertions, 2 deletions
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" |