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.

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