File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -55,24 +55,3 @@ Alternatively to add support for a given platform into your image add the follow
55
55
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-azure"
56
56
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-google"
57
57
```
58
-
59
- Installation
60
- ============
61
-
62
- Installing on Intel Developer Kit Yocto based images (Edison, Galileo)
63
- ----------------------------------------------------------------------
64
-
65
- ``` bash
66
- echo " src iotkit http://iotdk.intel.com/repos/3.5/intelgalactic/opkg/i586" > /etc/opkg/iotkit.conf
67
- echo " src iot-cloud http://iotdk.intel.com/repos/iot-cloud/iotdk/3.5" > /etc/opkg/iot-cloud.conf
68
- opkg update
69
- ```
70
-
71
- Installing on Wind River IDP XT 3 (x86)
72
- ---------------------------------------
73
-
74
- ``` bash
75
- rpm --import http://iotdk.intel.com/misc/iot_pub2.key
76
- smart channel --add IoT_Cloud type=rpm-md name=" IoT_Cloud" baseurl=http://iotdk.intel.com/repos/iot-cloud/wrlinux7/rcpl13/
77
- smart update
78
- ```
You can’t perform that action at this time.
0 commit comments