ibm: prepare for yocto 2.6

Set compatibility to thud for:
  meta-ibm
  meta-witherspoon
  meta-romulus
  meta-palmetto

React to 2.6 openssl packaging changes:
  s/openssl/openssl-bin

Change-Id: I1bf9bd9eeb112389759b7d0487f5c1d2cbd4c2a0
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/conf/layer.conf b/conf/layer.conf
index 434f616..fd05fc4 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,7 +7,7 @@
 
 BBFILE_COLLECTIONS += "ibm-layer"
 BBFILE_PATTERN_ibm-layer = ""
-LAYERSERIES_COMPAT_ibm-layer = "sumo"
+LAYERSERIES_COMPAT_ibm-layer = "thud"
 
 # Provide a variable that points the base of the ibm layer.
 IBMBASE = '${@os.path.normpath("${LAYERDIR}/")}'
diff --git a/meta-palmetto/conf/layer.conf b/meta-palmetto/conf/layer.conf
index 58de44f..61c7538 100644
--- a/meta-palmetto/conf/layer.conf
+++ b/meta-palmetto/conf/layer.conf
@@ -7,4 +7,4 @@
 
 BBFILE_COLLECTIONS += "palmetto-layer"
 BBFILE_PATTERN_palmetto-layer = ""
-LAYERSERIES_COMPAT_palmetto-layer = "sumo"
+LAYERSERIES_COMPAT_palmetto-layer = "thud"
diff --git a/meta-romulus/conf/layer.conf b/meta-romulus/conf/layer.conf
index fa58c44..d1eb838 100644
--- a/meta-romulus/conf/layer.conf
+++ b/meta-romulus/conf/layer.conf
@@ -7,4 +7,4 @@
 
 BBFILE_COLLECTIONS += "romulus-layer"
 BBFILE_PATTERN_romulus-layer = ""
-LAYERSERIES_COMPAT_romulus-layer = "sumo"
+LAYERSERIES_COMPAT_romulus-layer = "thud"
diff --git a/meta-witherspoon/conf/layer.conf b/meta-witherspoon/conf/layer.conf
index 7ace31d..7dd1f0b 100644
--- a/meta-witherspoon/conf/layer.conf
+++ b/meta-witherspoon/conf/layer.conf
@@ -7,4 +7,4 @@
 
 BBFILE_COLLECTIONS += "witherspoon-layer"
 BBFILE_PATTERN_witherspoon-layer = ""
-LAYERSERIES_COMPAT_witherspoon-layer = "sumo"
+LAYERSERIES_COMPAT_witherspoon-layer = "thud"
diff --git a/recipes-httpd/nginx/nginx_%.bbappend b/recipes-httpd/nginx/nginx_%.bbappend
index 7acc986..ee5ffd5 100644
--- a/recipes-httpd/nginx/nginx_%.bbappend
+++ b/recipes-httpd/nginx/nginx_%.bbappend
@@ -10,7 +10,7 @@
     "
 
 RDEPENDS_${PN} += " \
-        openssl \
+        openssl-bin \
         ${VIRTUAL-RUNTIME_base-utils} \
         "