Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Maupin, Chase > Sent: Friday, October 25, 2013 4:24 PM > To: [email protected] > Subject: [meta-arago] [PATCH] arago-core-tisdk-image: Update DTB_FILTER to > pickup GP DTB > > * The AM437x GP EVM DTB uses am437x so change the filter to use > am43 which will match both the GP and EPOS EVMs > > Signed-off-by: Chase Maupin <[email protected]> > --- > .../recipes-core/images/arago-core-tisdk-image.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc > b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc > index 368fa47..74c2b87 100644 > --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc > +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc > @@ -20,7 +20,7 @@ DTB_FILTER = "unknown" > DTB_FILTER_ti33x = "am335x" > DTB_FILTER_omap5-evm = "omap5" > DTB_FILTER_dra7xx-evm = "dra7" > -DTB_FILTER_ti43x = "am43x" > +DTB_FILTER_ti43x = "am43" > > # List of target side images to build for the SDK TARGET_IMAGES = "arago- > base-tisdk-image tisdk-rootfs-image" > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
