From: Oyvind Repvik Date: Sat, 7 Apr 2007 20:23:05 +0000 (+0000) Subject: lsppch[dg]: Add image inheritance X-Git-Tag: Release-2010-05/1~8868^2~755 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6454ce74b6c5e31638b71ab1430789fe56e38549;p=openembedded.git lsppch[dg]: Add image inheritance --- diff --git a/conf/machine/lsppchd.conf b/conf/machine/lsppchd.conf index bf59929b02..ac22703de9 100644 --- a/conf/machine/lsppchd.conf +++ b/conf/machine/lsppchd.conf @@ -3,4 +3,6 @@ #@DESCRIPTION: Machine configuration for the Buffalo Linkstation HD UBOOT_MACHINE = "linkstation_HDLAN" IMAGE_FSTYPES = "tar.gz" -require conf/machine/include/lsppc.conf \ No newline at end of file +require conf/machine/include/lsppc.conf + +INHERIT += "lsppchd-image" diff --git a/conf/machine/lsppchg.conf b/conf/machine/lsppchg.conf index 6040010176..9f03febba6 100644 --- a/conf/machine/lsppchg.conf +++ b/conf/machine/lsppchg.conf @@ -3,4 +3,6 @@ #@DESCRIPTION: Machine configuration for the Buffalo Linkstation HG UBOOT_MACHINE = "linkstation_HGLAN" IMAGE_FSTYPES = "tar.gz" -require conf/machine/include/lsppc.conf \ No newline at end of file +require conf/machine/include/lsppc.conf + +INHERIT += "lsppchg-image"