Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.34 KB | None | 0 0
  1. {
  2.   "TI-AM3352-ARMv7-Cortex-A8":
  3.     {
  4.       "UC8112-LX":
  5.         {
  6.           "kernel": {
  7.               "linux-4.1":{
  8.                 "source" : "http://your/gitlab/duma-4.1",
  9.                 "tag" : "1.0",
  10.                 "branch" : "master"
  11.               },
  12.               "linux-4.8":{
  13.                 "source" : "http://your/gitlab/duma-4.8",
  14.                 "tag" : "1.0",
  15.                 "branch" : "master"
  16.               }
  17.           },
  18.           "package": {
  19.               "mx-core-pkg": {
  20.                 "source" : "http://your/gitlab/mx-core-pkg",
  21.                 "tag" : "1.0",
  22.                 "branch" : "master"
  23.               },
  24.               "IEI-pkg":{
  25.                 "source" : "http://your/gitlab/IEI-pkg",
  26.                 "tag" : "1.0",
  27.                 "branch" : "master"
  28.               }
  29.           },
  30.           "toolchain": {
  31.               "toolchain-4.9": {
  32.                 "amd64" : "http://your/samba/ssss.sh",
  33.                 "x86" : "http://your/samba/ssss.sh"
  34.               }
  35.           },
  36.           "rootfs": {
  37.               "debian8": "http://your/samba/ssss.bz2"          
  38.           },
  39.           "firmware": {
  40.               "y-m-d-h":"http://your/samba/xxx.img",
  41.               "17011920":"http://your/samba/xxx.img"
  42.           },
  43.           "uboot": {
  44.          
  45.           }
  46.         }
  47.     }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement