diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-29 16:43:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-29 16:43:54 +0000 |
commit | a82037810ff5dbf85e2e5fa72fcdbba49b765254 (patch) | |
tree | 78419866303754b86e88d8a5c1486f26bdf34031 | |
parent | 1bc13ee31c74bac544d0d710b0365652018416e2 (diff) |
conf/distro/familiar-0.8.3.conf: add bbfatal message explaining
the state of this file and recommend the usage of org.openembedded.oz354fam083
-rw-r--r-- | conf/distro/familiar-0.8.3.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/familiar-0.8.3.conf b/conf/distro/familiar-0.8.3.conf index 90f69dba0d..53614d9291 100644 --- a/conf/distro/familiar-0.8.3.conf +++ b/conf/distro/familiar-0.8.3.conf @@ -4,6 +4,9 @@ DISTRO_VERSION = "v0.8.3-unofficial-unsupported-snapshot-${DATE}" include conf/distro/familiar.conf +"${@bb.fatal('This file is unmaintained in the org.oe.dev branch, use the org.openembedded.oz354fam083 branch instead. You can also remove this line, but don't complain if something breaks')}" + + DISTRO_TYPE = "debug" #DISTRO_TYPE = "release" |