Skip to content

Commit 56adf21

Browse files
committed
Readme: Remove device specific information
Signed-off-by: Scott Ware <[email protected]>
1 parent 3cc426f commit 56adf21

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

ReadMe.md

-21
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,3 @@ Alternatively to add support for a given platform into your image add the follow
5555
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-azure"
5656
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-cloud-google"
5757
```
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-
```

0 commit comments

Comments
 (0)