diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
index 267fcc2d..b7ee1757 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
@@ -2,9 +2,9 @@
 
 require recipes-core/images/tisdk-default-image.bb
 
-COMPATIBLE_MACHINE = "am62xx"
+COMPATIBLE_MACHINE = "am62xx|am62pxx"
 
-IMAGE_INSTALL:append:am62xx = " jailhouse"
+IMAGE_INSTALL:append = " jailhouse"
 
 export IMAGE_BASENAME = "tisdk-jailhouse-image"
 
