* menuconf u-boot @ 2020-03-13 9:15 JH 2020-03-13 16:40 ` [yocto] " Denys Dmytriyenko 0 siblings, 1 reply; 8+ messages in thread From: JH @ 2020-03-13 9:15 UTC (permalink / raw) To: Yocto discussion list; +Cc: Patches and discussions about the oe-core layer Hi, I tried to run bitbake -c menuconfig u-boot, it popped up a terminal u-boot-imx configuration: make: *** No rule make target 'menuconfig'. Stop. Command failed. Press any key to continue... How can I run menuconfig u-boot? Thank you. Kind regards, - jh ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [yocto] menuconf u-boot 2020-03-13 9:15 menuconf u-boot JH @ 2020-03-13 16:40 ` Denys Dmytriyenko 2020-03-13 18:07 ` [OE-core] " Andrey Zhizhikin 0 siblings, 1 reply; 8+ messages in thread From: Denys Dmytriyenko @ 2020-03-13 16:40 UTC (permalink / raw) To: JH; +Cc: Yocto discussion list, Patches and discussions about the oe-core layer What's u-boot-imx? It's definitely not in openembedded-core, so there's no reason to cross-post there. If google doesn't help, it's recommended to post such specific questions to the corresponding mailing list for the layer this recipe comes from. If it's not clear where the recipe comes from, Layer Index can help: https://layers.openembedded.org/ Thanks. -- Denys On Fri, Mar 13, 2020 at 08:15:17PM +1100, JH wrote: > Hi, > > I tried to run bitbake -c menuconfig u-boot, it popped up a terminal > u-boot-imx configuration: > > make: *** No rule make target 'menuconfig'. Stop. > Command failed. > Press any key to continue... > > How can I run menuconfig u-boot? > > Thank you. > > Kind regards, > > - jh > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [yocto] menuconf u-boot 2020-03-13 16:40 ` [yocto] " Denys Dmytriyenko @ 2020-03-13 18:07 ` Andrey Zhizhikin 0 siblings, 0 replies; 8+ messages in thread From: Andrey Zhizhikin @ 2020-03-13 18:07 UTC (permalink / raw) To: Denys Dmytriyenko Cc: Yocto discussion list, Patches and discussions about the oe-core layer JH, Please refer to my replies to Denys, cross-posting to unrelated lists is generally not a good idea. On Fri, Mar 13, 2020 at 5:40 PM Denys Dmytriyenko <denis@denix.org> wrote: > > What's u-boot-imx? This is U-Boot fork for NXP devices (former Freescale), which is not maintained by OE-Core. > > It's definitely not in openembedded-core, so there's no reason to cross-post > there. > > If google doesn't help, it's recommended to post such specific questions to > the corresponding mailing list for the layer this recipe comes from. The correct mailing list would be meta-freescale@yoctoproject.org and JH already had some questions posted there. > > If it's not clear where the recipe comes from, Layer Index can help: > https://layers.openembedded.org/ > > Thanks. > > -- > Denys > > > On Fri, Mar 13, 2020 at 08:15:17PM +1100, JH wrote: > > Hi, > > > > I tried to run bitbake -c menuconfig u-boot, it popped up a terminal > > u-boot-imx configuration: It is not clear which yocto branch/machine you're trying to build here. If you provide more details - then there is a bigger chance that people would step in to assist you. > > > > make: *** No rule make target 'menuconfig'. Stop. > > Command failed. > > Press any key to continue... > > > > How can I run menuconfig u-boot? I've tried it now on the [master] branch of yocto for imx8mmevk machine - it is building OK and I have the menuconfig from u-boot-imx. Hence, please refer to my point above regarding more pre-information on the issue. > > > > Thank you. > > > > Kind regards, > > > > - jh > > > > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Regards, Andrey. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [OE-core] [yocto] menuconf u-boot @ 2020-03-13 18:07 ` Andrey Zhizhikin 0 siblings, 0 replies; 8+ messages in thread From: Andrey Zhizhikin @ 2020-03-13 18:07 UTC (permalink / raw) To: Denys Dmytriyenko Cc: JH, Yocto discussion list, Patches and discussions about the oe-core layer JH, Please refer to my replies to Denys, cross-posting to unrelated lists is generally not a good idea. On Fri, Mar 13, 2020 at 5:40 PM Denys Dmytriyenko <denis@denix.org> wrote: > > What's u-boot-imx? This is U-Boot fork for NXP devices (former Freescale), which is not maintained by OE-Core. > > It's definitely not in openembedded-core, so there's no reason to cross-post > there. > > If google doesn't help, it's recommended to post such specific questions to > the corresponding mailing list for the layer this recipe comes from. The correct mailing list would be meta-freescale@yoctoproject.org and JH already had some questions posted there. > > If it's not clear where the recipe comes from, Layer Index can help: > https://layers.openembedded.org/ > > Thanks. > > -- > Denys > > > On Fri, Mar 13, 2020 at 08:15:17PM +1100, JH wrote: > > Hi, > > > > I tried to run bitbake -c menuconfig u-boot, it popped up a terminal > > u-boot-imx configuration: It is not clear which yocto branch/machine you're trying to build here. If you provide more details - then there is a bigger chance that people would step in to assist you. > > > > make: *** No rule make target 'menuconfig'. Stop. > > Command failed. > > Press any key to continue... > > > > How can I run menuconfig u-boot? I've tried it now on the [master] branch of yocto for imx8mmevk machine - it is building OK and I have the menuconfig from u-boot-imx. Hence, please refer to my point above regarding more pre-information on the issue. > > > > Thank you. > > > > Kind regards, > > > > - jh > > > > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Regards, Andrey. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [yocto] menuconf u-boot 2020-03-13 18:07 ` [OE-core] " Andrey Zhizhikin @ 2020-03-13 18:15 ` Denys Dmytriyenko -1 siblings, 0 replies; 8+ messages in thread From: Denys Dmytriyenko @ 2020-03-13 18:15 UTC (permalink / raw) To: Andrey Zhizhikin Cc: Yocto discussion list, Patches and discussions about the oe-core layer On Fri, Mar 13, 2020 at 07:07:34PM +0100, Andrey Zhizhikin wrote: > JH, > > Please refer to my replies to Denys, cross-posting to unrelated lists > is generally not a good idea. > > On Fri, Mar 13, 2020 at 5:40 PM Denys Dmytriyenko <denis@denix.org> wrote: > > > > What's u-boot-imx? > > This is U-Boot fork for NXP devices (former Freescale), This was a rhetorical question - no answer was required. > which is not maintained by OE-Core. Exactly my point. > > It's definitely not in openembedded-core, so there's no reason to cross-post > > there. > > > > If google doesn't help, it's recommended to post such specific questions to > > the corresponding mailing list for the layer this recipe comes from. > > The correct mailing list would be meta-freescale@yoctoproject.org and > JH already had some questions posted there. > > > > > If it's not clear where the recipe comes from, Layer Index can help: > > https://layers.openembedded.org/ > > > > Thanks. > > > > -- > > Denys > > > > > > On Fri, Mar 13, 2020 at 08:15:17PM +1100, JH wrote: > > > Hi, > > > > > > I tried to run bitbake -c menuconfig u-boot, it popped up a terminal > > > u-boot-imx configuration: > > It is not clear which yocto branch/machine you're trying to build > here. If you provide more details - then there is a bigger chance that > people would step in to assist you. > > > > > > > make: *** No rule make target 'menuconfig'. Stop. > > > Command failed. > > > Press any key to continue... > > > > > > How can I run menuconfig u-boot? > > I've tried it now on the [master] branch of yocto for imx8mmevk > machine - it is building OK and I have the menuconfig from u-boot-imx. > Hence, please refer to my point above regarding more pre-information > on the issue. > > > > > > > Thank you. > > > > > > Kind regards, > > > > > > - jh > > > > > > > > > -- > > _______________________________________________ > > Openembedded-core mailing list > > Openembedded-core@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-core > > > > -- > Regards, > Andrey. > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [OE-core] [yocto] menuconf u-boot @ 2020-03-13 18:15 ` Denys Dmytriyenko 0 siblings, 0 replies; 8+ messages in thread From: Denys Dmytriyenko @ 2020-03-13 18:15 UTC (permalink / raw) To: Andrey Zhizhikin Cc: JH, Yocto discussion list, Patches and discussions about the oe-core layer On Fri, Mar 13, 2020 at 07:07:34PM +0100, Andrey Zhizhikin wrote: > JH, > > Please refer to my replies to Denys, cross-posting to unrelated lists > is generally not a good idea. > > On Fri, Mar 13, 2020 at 5:40 PM Denys Dmytriyenko <denis@denix.org> wrote: > > > > What's u-boot-imx? > > This is U-Boot fork for NXP devices (former Freescale), This was a rhetorical question - no answer was required. > which is not maintained by OE-Core. Exactly my point. > > It's definitely not in openembedded-core, so there's no reason to cross-post > > there. > > > > If google doesn't help, it's recommended to post such specific questions to > > the corresponding mailing list for the layer this recipe comes from. > > The correct mailing list would be meta-freescale@yoctoproject.org and > JH already had some questions posted there. > > > > > If it's not clear where the recipe comes from, Layer Index can help: > > https://layers.openembedded.org/ > > > > Thanks. > > > > -- > > Denys > > > > > > On Fri, Mar 13, 2020 at 08:15:17PM +1100, JH wrote: > > > Hi, > > > > > > I tried to run bitbake -c menuconfig u-boot, it popped up a terminal > > > u-boot-imx configuration: > > It is not clear which yocto branch/machine you're trying to build > here. If you provide more details - then there is a bigger chance that > people would step in to assist you. > > > > > > > make: *** No rule make target 'menuconfig'. Stop. > > > Command failed. > > > Press any key to continue... > > > > > > How can I run menuconfig u-boot? > > I've tried it now on the [master] branch of yocto for imx8mmevk > machine - it is building OK and I have the menuconfig from u-boot-imx. > Hence, please refer to my point above regarding more pre-information > on the issue. > > > > > > > Thank you. > > > > > > Kind regards, > > > > > > - jh > > > > > > > > > -- > > _______________________________________________ > > Openembedded-core mailing list > > Openembedded-core@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-core > > > > -- > Regards, > Andrey. > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [yocto] menuconf u-boot 2020-03-13 18:15 ` [OE-core] " Denys Dmytriyenko @ 2020-03-13 18:21 ` Andrey Zhizhikin -1 siblings, 0 replies; 8+ messages in thread From: Andrey Zhizhikin @ 2020-03-13 18:21 UTC (permalink / raw) To: Denys Dmytriyenko Cc: Yocto discussion list, Patches and discussions about the oe-core layer On Fri, Mar 13, 2020 at 7:15 PM Denys Dmytriyenko <denis@denix.org> wrote: > > On Fri, Mar 13, 2020 at 07:07:34PM +0100, Andrey Zhizhikin wrote: > > JH, > > > > Please refer to my replies to Denys, cross-posting to unrelated lists > > is generally not a good idea. > > > > On Fri, Mar 13, 2020 at 5:40 PM Denys Dmytriyenko <denis@denix.org> wrote: > > > > > > What's u-boot-imx? > > > > This is U-Boot fork for NXP devices (former Freescale), > > This was a rhetorical question - no answer was required. That was mainly addressed to JH. :) > > > > which is not maintained by OE-Core. > > Exactly my point. > > > > > It's definitely not in openembedded-core, so there's no reason to cross-post > > > there. > > > > > > If google doesn't help, it's recommended to post such specific questions to > > > the corresponding mailing list for the layer this recipe comes from. > > > > The correct mailing list would be meta-freescale@yoctoproject.org and > > JH already had some questions posted there. > > > > > > > > If it's not clear where the recipe comes from, Layer Index can help: > > > https://layers.openembedded.org/ > > > > > > Thanks. > > > > > > -- > > > Denys > > > > > > > > > On Fri, Mar 13, 2020 at 08:15:17PM +1100, JH wrote: > > > > Hi, > > > > > > > > I tried to run bitbake -c menuconfig u-boot, it popped up a terminal > > > > u-boot-imx configuration: > > > > It is not clear which yocto branch/machine you're trying to build > > here. If you provide more details - then there is a bigger chance that > > people would step in to assist you. > > > > > > > > > > make: *** No rule make target 'menuconfig'. Stop. > > > > Command failed. > > > > Press any key to continue... > > > > > > > > How can I run menuconfig u-boot? > > > > I've tried it now on the [master] branch of yocto for imx8mmevk > > machine - it is building OK and I have the menuconfig from u-boot-imx. > > Hence, please refer to my point above regarding more pre-information > > on the issue. > > > > > > > > > > Thank you. > > > > > > > > Kind regards, > > > > > > > > - jh > > > > > > > > > > > > > -- > > > _______________________________________________ > > > Openembedded-core mailing list > > > Openembedded-core@lists.openembedded.org > > > http://lists.openembedded.org/mailman/listinfo/openembedded-core > > > > > > > > -- > > Regards, > > Andrey. > > -- Regards, Andrey. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [OE-core] [yocto] menuconf u-boot @ 2020-03-13 18:21 ` Andrey Zhizhikin 0 siblings, 0 replies; 8+ messages in thread From: Andrey Zhizhikin @ 2020-03-13 18:21 UTC (permalink / raw) To: Denys Dmytriyenko Cc: JH, Yocto discussion list, Patches and discussions about the oe-core layer On Fri, Mar 13, 2020 at 7:15 PM Denys Dmytriyenko <denis@denix.org> wrote: > > On Fri, Mar 13, 2020 at 07:07:34PM +0100, Andrey Zhizhikin wrote: > > JH, > > > > Please refer to my replies to Denys, cross-posting to unrelated lists > > is generally not a good idea. > > > > On Fri, Mar 13, 2020 at 5:40 PM Denys Dmytriyenko <denis@denix.org> wrote: > > > > > > What's u-boot-imx? > > > > This is U-Boot fork for NXP devices (former Freescale), > > This was a rhetorical question - no answer was required. That was mainly addressed to JH. :) > > > > which is not maintained by OE-Core. > > Exactly my point. > > > > > It's definitely not in openembedded-core, so there's no reason to cross-post > > > there. > > > > > > If google doesn't help, it's recommended to post such specific questions to > > > the corresponding mailing list for the layer this recipe comes from. > > > > The correct mailing list would be meta-freescale@yoctoproject.org and > > JH already had some questions posted there. > > > > > > > > If it's not clear where the recipe comes from, Layer Index can help: > > > https://layers.openembedded.org/ > > > > > > Thanks. > > > > > > -- > > > Denys > > > > > > > > > On Fri, Mar 13, 2020 at 08:15:17PM +1100, JH wrote: > > > > Hi, > > > > > > > > I tried to run bitbake -c menuconfig u-boot, it popped up a terminal > > > > u-boot-imx configuration: > > > > It is not clear which yocto branch/machine you're trying to build > > here. If you provide more details - then there is a bigger chance that > > people would step in to assist you. > > > > > > > > > > make: *** No rule make target 'menuconfig'. Stop. > > > > Command failed. > > > > Press any key to continue... > > > > > > > > How can I run menuconfig u-boot? > > > > I've tried it now on the [master] branch of yocto for imx8mmevk > > machine - it is building OK and I have the menuconfig from u-boot-imx. > > Hence, please refer to my point above regarding more pre-information > > on the issue. > > > > > > > > > > Thank you. > > > > > > > > Kind regards, > > > > > > > > - jh > > > > > > > > > > > > > -- > > > _______________________________________________ > > > Openembedded-core mailing list > > > Openembedded-core@lists.openembedded.org > > > http://lists.openembedded.org/mailman/listinfo/openembedded-core > > > > > > > > -- > > Regards, > > Andrey. > > -- Regards, Andrey. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-03-13 18:21 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-03-13 9:15 menuconf u-boot JH 2020-03-13 16:40 ` [yocto] " Denys Dmytriyenko 2020-03-13 18:07 ` Andrey Zhizhikin 2020-03-13 18:07 ` [OE-core] " Andrey Zhizhikin 2020-03-13 18:15 ` Denys Dmytriyenko 2020-03-13 18:15 ` [OE-core] " Denys Dmytriyenko 2020-03-13 18:21 ` Andrey Zhizhikin 2020-03-13 18:21 ` [OE-core] " Andrey Zhizhikin
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.