Product inheritance.
Magnus Lundstedt
magnus at lundstedt.it
Tue Apr 14 02:21:24 CEST 2015
Hi, i have now managed to build my own products, but have some problems
with fs-template and inheritance.
i built some products, lets call them a, b, and c
i build product c and product c is including a, b and skeleton.
Like this:
######################
PRODUCT_DEPS += skeleton
-include $(PATH_TOP)/platform/skeleton/Rules.mk
PRODUCT_DEPS += a
-include $(PATH_TOP)/platform/a/Rules.mk
PRODUKT_DEPS += b
-include $(PATH_TOP)/platform/b/Rules.mk
#####################
all the programs from all the products works, but the fs-template from
product a and b does not follow.
Is it ment to bee like this, or is it something i missed again? :-)
//Magnus
More information about the Nard
mailing list