We could probably do it in the image recipe with machine overrides. How's that?
Sincerely, Chase Maupin Sent from my iPad On Apr 3, 2013, at 5:53 PM, "Dmytriyenko, Denys" <[email protected]> wrote: > On Wed, Apr 03, 2013 at 11:56:01AM -0500, Chase Maupin wrote: >> * Add a DTB_FILTER variable to only package the am335x DTB files >> in the SDK. >> >> Signed-off-by: Chase Maupin <[email protected]> >> --- >> conf/machine/include/ti33x.inc | 2 ++ >> 1 files changed, 2 insertions(+), 0 deletions(-) >> >> diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc >> index e8aa2ba..50844d1 100644 >> --- a/conf/machine/include/ti33x.inc >> +++ b/conf/machine/include/ti33x.inc >> @@ -25,6 +25,8 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" >> >> KERNEL_IMAGETYPE = "uImage" >> >> +DTB_FILTER = "am335x" > > I'm not sure about adding a new variable to meta-ti that is only used in > tisdk > part of meta-arago... Any other options? > > >> UBOOT_ARCH = "arm" >> UBOOT_MACHINE = "am335x_evm_config" >> >> -- >> 1.7.0.4 >> >> _______________________________________________ >> meta-ti mailing list >> [email protected] >> https://lists.yoctoproject.org/listinfo/meta-ti >> _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
