diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-10-03 13:15:36 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-10-03 13:15:36 -0500 |
commit | 5384b9a4b2571d9e2cfd7a1597cbd826d360dd7f (patch) | |
tree | 73173f147d6d818a7d6662e6ca98a1e0aa189671 /multitech/conf/distro | |
parent | 4fbb01d342509dfae734647b20504230ce5c8f01 (diff) |
added corecdp_metadata_scm.bbclass which provides CORECDP_METADATA_SCM
Diffstat (limited to 'multitech/conf/distro')
-rw-r--r-- | multitech/conf/distro/corecdp.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multitech/conf/distro/corecdp.conf b/multitech/conf/distro/corecdp.conf index f550428..f583dcb 100644 --- a/multitech/conf/distro/corecdp.conf +++ b/multitech/conf/distro/corecdp.conf @@ -21,6 +21,8 @@ CORECDP_LAYER_INC = "2" # Add Multi-Tech mirror for source download as a backup INHERIT += "corecdp-mirrors" +INHERIT += "corecdp_metadata_scm" + IPKG_VARIANT = "opkg corecdp-version" # use busybox instead of tinylogin |