diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-05 12:16:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-05 12:16:56 +0000 |
commit | 3e846ba477aef514313450d4dba343e097be1418 (patch) | |
tree | efc621e3b343883a8e4e79a63eb974257fe69707 /openembedded/conf/distro/familiar-distro.conf | |
parent | c49400dab0dbfd43842fcf6bdfc59937f4c0afe6 (diff) | |
download | openembedded-core-3e846ba477aef514313450d4dba343e097be1418.tar.gz openembedded-core-3e846ba477aef514313450d4dba343e097be1418.tar.bz2 openembedded-core-3e846ba477aef514313450d4dba343e097be1418.zip |
Updates against mainline openembedded + removal of some unneeded files
git-svn-id: https://svn.o-hand.com/repos/poky@19 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro/familiar-distro.conf')
-rw-r--r-- | openembedded/conf/distro/familiar-distro.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openembedded/conf/distro/familiar-distro.conf b/openembedded/conf/distro/familiar-distro.conf new file mode 100644 index 0000000000..497ba6a89c --- /dev/null +++ b/openembedded/conf/distro/familiar-distro.conf @@ -0,0 +1,11 @@ +#@TYPE: Distribution +#@NAME: Familiar Linux +#@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org) + +INHERIT += "package_ipk debian" +TARGET_OS = "linux" + +PARALLEL_INSTALL_MODULES = "1" + +UDEV_DEVFS_RULES = "1" + |