diff options
Diffstat (limited to 'openembedded/conf/distro/familiar.conf')
| -rw-r--r-- | openembedded/conf/distro/familiar.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openembedded/conf/distro/familiar.conf b/openembedded/conf/distro/familiar.conf new file mode 100644 index 0000000000..99e501589f --- /dev/null +++ b/openembedded/conf/distro/familiar.conf | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | #@TYPE: Distribution | ||
| 2 | #@NAME: Familiar Linux | ||
| 3 | #@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org) | ||
| 4 | |||
| 5 | INHERIT += "package_ipk debian" | ||
| 6 | TARGET_OS = "linux" | ||
| 7 | |||
| 8 | PARALLEL_INSTALL_MODULES = "1" | ||
| 9 | UDEV_DEVFS_RULES = "1" | ||
| 10 | IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" | ||
| 11 | |||
| 12 | BOOTSTRAP_EXTRA_RDEPENDS += "familiar-version" | ||
| 13 | |||
| 14 | DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" | ||
| 15 | |||
| 16 | include conf/distro/include/multimachine.conf | ||
