diff options
Diffstat (limited to 'recipes-kernel/rs9113/rs9113.bb')
-rw-r--r-- | recipes-kernel/rs9113/rs9113.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/rs9113.bb b/recipes-kernel/rs9113/rs9113.bb new file mode 100644 index 0000000..b24bed2 --- /dev/null +++ b/recipes-kernel/rs9113/rs9113.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Package download of rs9113" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" +PACKAGE_ARCH = "mtcdt" +PROVIDES = "rs9113" + +# NOTE: rs9113 binary is built with Jenkin's job using annex-client-fro3m-src.bb +# To update this, manually copy ipk from Jenkin's job to .net/downloads/ +PR = "r0" +SRC_URI = "http://multitech.net/downloads/rs9113-from-src_${PV}-${PR}.0_${TUNE_PKGARCH}.ipk \ +" + +SRC_URI[md5sum] = "b17462ba3883df6a06b226b37a523eba" +SRC_URI[sha256sum] = "be903e7e27ad34832cb8045ef805f4e226aa6e254a3c995c5e61a0a9197a95b0" |