From: "Franklin S. Cooper Jr" <[email protected]> * There is really nothing machine specific about this recipe. * Since this script is useful for am437x SK remove the compat field.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../recipes-tisdk/gadget-init/gadget-init.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/gadget-init/gadget-init.bb b/meta-arago-distro/recipes-tisdk/gadget-init/gadget-init.bb index 3f69c53..b13befe 100644 --- a/meta-arago-distro/recipes-tisdk/gadget-init/gadget-init.bb +++ b/meta-arago-distro/recipes-tisdk/gadget-init/gadget-init.bb @@ -3,10 +3,7 @@ DESCRIPTION = "Scripts to initialize usb gadgets" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" -COMPATIBLE_MACHINE = "ti33x" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -PR = "r2" +PR = "r3" SRC_URI = "file://init" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
