Add ipKVM application

Add the application recipe and service to start application when the
BMC boots. Append the libvncserver depdendency to minimize the image
size impact.

(From meta-phosphor rev: 1205c5b25ae674cdd568ed8cbdfa99f3ea7ba788)

Change-Id: I7791f3512e9ba7a33d95df7ea30d0dc48a218d2f
Signed-off-by: Eddie James <eajames@us.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-graphics/libvncserver/libvncserver_%.bbappend b/meta-phosphor/recipes-graphics/libvncserver/libvncserver_%.bbappend
new file mode 100644
index 0000000..849255a
--- /dev/null
+++ b/meta-phosphor/recipes-graphics/libvncserver/libvncserver_%.bbappend
@@ -0,0 +1,2 @@
+PACKAGECONFIG_append = " openssl"
+PACKAGECONFIG_remove = "gcrypt gnutls png sdl"