diff options
author | Jeff Hatch <jhatch@multitech.com> | 2017-02-13 14:34:48 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:21:54 -0500 |
commit | 14bf87bc4cf2c389c624ffdb1a6d09c24e3ab9d0 (patch) | |
tree | 029329eb712b12647f786a1562ac33991d2647dc /conf | |
parent | 6fbfbe0cb5df5546beda2b88a19a398ea0ebdbc8 (diff) | |
download | meta-mlinux-14bf87bc4cf2c389c624ffdb1a6d09c24e3ab9d0.tar.gz meta-mlinux-14bf87bc4cf2c389c624ffdb1a6d09c24e3ab9d0.tar.bz2 meta-mlinux-14bf87bc4cf2c389c624ffdb1a6d09c24e3ab9d0.zip |
Initial commit of Yocto 2.1 changes
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/mlinux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index 1ad1f27..17b68c0 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -30,7 +30,7 @@ DISTRO_FEATURES ?= "${DISTRO_FEATURES_LIBC} ${DISTRO_FEATURES_MLINUX}" DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" # extra packages to add to images -DISTRO_EXTRA_RDEPENDS += "mlinux-version" +#DISTRO_EXTRA_RDEPENDS += "mlinux-version" # add mlinux source mirror INHERIT += "mlinux-mirrors" |