Hi, On 04/28/2015 09:38 AM, bharath wrote: > Stefan Kalkowski <stefan.kalkowski@...> writes: > >> >> Hi, >> >> On 04/28/2015 07:20 AM, bharath wrote: >>> [1] $BUILD_DIR/etc/build.conf >> >> can please post this file to the list? >> >> Regards >> Stefan >> > > Hi Stefen, > > BUILD_DIR/etc/build.conf contains: > > GENODE_DIR = genode-hw_sabrelite_tz_support > BASE_DIR = $(GENODE_DIR)/repos/base > CONTRIB_DIR = $(GENODE_DIR)/contrib > > ## > ## Kernel-specific base repository > ## > > REPOSITORIES += $(GENODE_DIR)/repos/base-hw > > ## > ## Kernel-specific run tool configuration > ## > > RUN_OPT = --include boot_dir/hw > > ## > ## Repositories needed for the default demo scenario > ## > > REPOSITORIES += $(GENODE_DIR)/repos/base > REPOSITORIES += $(GENODE_DIR)/repos/os > REPOSITORIES += $(GENODE_DIR)/repos/demo > > ## > ## Optional repositories > ## > > # > # Ports of popular open-source libraries and the C library. > # > # Make sure to execute 'make prepare' in 'libports' prior building. > # > #REPOSITORIES += $(GENODE_DIR)/repos/libports > > # > # Ports of popular 3rd-party applications > # > # The 'ports' repository depends on 'libc' and 'libports'. > # Make sure to execute 'make prepare' in 'ports' prior building. > # > #REPOSITORIES += $(GENODE_DIR)/repos/ports > > # > # Ports of the Linux TCP/IP stack and Linux drivers (USB) from the Linux > kernel > # > #REPOSITORIES += $(GENODE_DIR)/repos/dde_linux > > # > # NetBSD file-system support > # > #REPOSITORIES += $(GENODE_DIR)/repos/dde_rump > > # > # High-level Genode-specific services and applications > # > # The 'gems' repository depends on 'libc' and 'libports'. > # > #REPOSITORIES += $(GENODE_DIR)/repos/gems
Your problem lies in here: > RUN_OPT = --target uboot > RUN_OPT = --target uboot You have overwritten the definition of RUN_OPT above (namely: RUN_OPT = --include boot_dir/hw). When you just change it to: RUN_OPT += --target uboot it should work, because then you extend the variable instead of overwriting it. Regards Stefan > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > genode-main mailing list > genode-main@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/genode-main > -- Stefan Kalkowski Genode Labs http://www.genode-labs.com/ ยท http://genode.org/ ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ genode-main mailing list genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main