* [PATCH 1/2] omap5-evm: Add DTB filter for building SDKs @ 2013-04-03 16:56 Chase Maupin 2013-04-03 16:56 ` [PATCH 2/2] ti33x: " Chase Maupin 0 siblings, 1 reply; 6+ messages in thread From: Chase Maupin @ 2013-04-03 16:56 UTC (permalink / raw) To: meta-ti * Add a DTB_FILTER variable to only package the omap5 DTB files in the SDK. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- conf/machine/omap5-evm.conf | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf index ba60e7c..80e6ee1 100644 --- a/conf/machine/omap5-evm.conf +++ b/conf/machine/omap5-evm.conf @@ -29,6 +29,8 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" # UBI: VID header offset: 2048 (aligned 2048) UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" +DTB_FILTER = "omap5" + UBOOT_MACHINE = "omap5_uevm_config" # Currently removing the sgx machine feature because there is no SGX package -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] ti33x: Add DTB filter for building SDKs 2013-04-03 16:56 [PATCH 1/2] omap5-evm: Add DTB filter for building SDKs Chase Maupin @ 2013-04-03 16:56 ` Chase Maupin 2013-04-03 22:52 ` Denys Dmytriyenko 0 siblings, 1 reply; 6+ messages in thread From: Chase Maupin @ 2013-04-03 16:56 UTC (permalink / raw) To: meta-ti * Add a DTB_FILTER variable to only package the am335x DTB files in the SDK. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- 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" + UBOOT_ARCH = "arm" UBOOT_MACHINE = "am335x_evm_config" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] ti33x: Add DTB filter for building SDKs 2013-04-03 16:56 ` [PATCH 2/2] ti33x: " Chase Maupin @ 2013-04-03 22:52 ` Denys Dmytriyenko 2013-04-04 0:38 ` Maupin, Chase 0 siblings, 1 reply; 6+ messages in thread From: Denys Dmytriyenko @ 2013-04-03 22:52 UTC (permalink / raw) To: Chase Maupin; +Cc: meta-ti 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 <Chase.Maupin@ti.com> > --- > 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 > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] ti33x: Add DTB filter for building SDKs 2013-04-03 22:52 ` Denys Dmytriyenko @ 2013-04-04 0:38 ` Maupin, Chase 2013-04-04 1:10 ` Denys Dmytriyenko 0 siblings, 1 reply; 6+ messages in thread From: Maupin, Chase @ 2013-04-04 0:38 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org We could probably do it in the image recipe with machine overrides. How's that? Sincerely, Chase Maupin On Apr 3, 2013, at 5:53 PM, "Dmytriyenko, Denys" <denys@ti.com> 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 <Chase.Maupin@ti.com> >> --- >> 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 >> meta-ti@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/meta-ti >> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] ti33x: Add DTB filter for building SDKs 2013-04-04 0:38 ` Maupin, Chase @ 2013-04-04 1:10 ` Denys Dmytriyenko 2013-04-04 11:44 ` Maupin, Chase 0 siblings, 1 reply; 6+ messages in thread From: Denys Dmytriyenko @ 2013-04-04 1:10 UTC (permalink / raw) To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org On Wed, Apr 03, 2013 at 08:38:28PM -0400, Maupin, Chase wrote: > We could probably do it in the image recipe with machine overrides. How's > that? Seems better, as it is nicely localized. And in case it grows up on us and starts being used for other purposes or by other components/recipes, we can always revisit adding it to meta-ti/BSP. -- Denys > On Apr 3, 2013, at 5:53 PM, "Dmytriyenko, Denys" <denys@ti.com> 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 <Chase.Maupin@ti.com> > >> --- > >> 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 > >> meta-ti@yoctoproject.org > >> https://lists.yoctoproject.org/listinfo/meta-ti > >> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] ti33x: Add DTB filter for building SDKs 2013-04-04 1:10 ` Denys Dmytriyenko @ 2013-04-04 11:44 ` Maupin, Chase 0 siblings, 0 replies; 6+ messages in thread From: Maupin, Chase @ 2013-04-04 11:44 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Wednesday, April 03, 2013 8:10 PM > To: Maupin, Chase > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [PATCH 2/2] ti33x: Add DTB filter for > building SDKs > > On Wed, Apr 03, 2013 at 08:38:28PM -0400, Maupin, Chase wrote: > > We could probably do it in the image recipe with machine > overrides. How's > > that? > > Seems better, as it is nicely localized. And in case it grows up > on us and > starts being used for other purposes or by other > components/recipes, we can > always revisit adding it to meta-ti/BSP. OK. I'll send an update today. > > -- > Denys > > > > On Apr 3, 2013, at 5:53 PM, "Dmytriyenko, Denys" <denys@ti.com> > 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 <Chase.Maupin@ti.com> > > >> --- > > >> 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 > > >> meta-ti@yoctoproject.org > > >> https://lists.yoctoproject.org/listinfo/meta-ti > > >> ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-04-04 11:44 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-04-03 16:56 [PATCH 1/2] omap5-evm: Add DTB filter for building SDKs Chase Maupin 2013-04-03 16:56 ` [PATCH 2/2] ti33x: " Chase Maupin 2013-04-03 22:52 ` Denys Dmytriyenko 2013-04-04 0:38 ` Maupin, Chase 2013-04-04 1:10 ` Denys Dmytriyenko 2013-04-04 11:44 ` Maupin, Chase
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.