diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /ipkg/ipkg-collateral | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'ipkg/ipkg-collateral')
-rw-r--r-- | ipkg/ipkg-collateral/beagle/dest | 3 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/collie/dest | 4 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/dest | 1 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/ipkg.conf.comments | 23 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/jornada56x/dest | 4 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/ramses/src | 3 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/simpad/dest | 3 | ||||
-rw-r--r-- | ipkg/ipkg-collateral/src | 0 |
8 files changed, 0 insertions, 41 deletions
diff --git a/ipkg/ipkg-collateral/beagle/dest b/ipkg/ipkg-collateral/beagle/dest deleted file mode 100644 index 5a085264a6..0000000000 --- a/ipkg/ipkg-collateral/beagle/dest +++ /dev/null @@ -1,3 +0,0 @@ -dest root / -dest flash /home -dest cf /mnt/cf diff --git a/ipkg/ipkg-collateral/collie/dest b/ipkg/ipkg-collateral/collie/dest deleted file mode 100644 index 9704eed475..0000000000 --- a/ipkg/ipkg-collateral/collie/dest +++ /dev/null @@ -1,4 +0,0 @@ -dest root / -dest cf /mnt/cf/ -dest sd /mnt/card/ -dest ram /mnt/ram/ diff --git a/ipkg/ipkg-collateral/dest b/ipkg/ipkg-collateral/dest deleted file mode 100644 index 088ca403da..0000000000 --- a/ipkg/ipkg-collateral/dest +++ /dev/null @@ -1 +0,0 @@ -dest root / diff --git a/ipkg/ipkg-collateral/ipkg.conf.comments b/ipkg/ipkg-collateral/ipkg.conf.comments deleted file mode 100644 index 51623f4d53..0000000000 --- a/ipkg/ipkg-collateral/ipkg.conf.comments +++ /dev/null @@ -1,23 +0,0 @@ -# Must have one or more source entries of the form: -# -# src <src-name> <source-url> -# -# and one or more destination entries of the form: -# -# dest <dest-name> <target-path> -# -# where <src-name> and <dest-names> are identifiers that -# should match [a-zA-Z0-9._-]+, <source-url> should be a -# URL that points to a directory containing a Familiar -# Packages file, and <target-path> should be a directory -# that exists on the target system. - -# Proxy Support -#option http_proxy http://proxy.tld:3128 -#option ftp_proxy http://proxy.tld:3128 -#option proxy_username <username> -#option proxy_password <password> - -# Offline mode (for use in constructing flash images offline) -#option offline_root target - diff --git a/ipkg/ipkg-collateral/jornada56x/dest b/ipkg/ipkg-collateral/jornada56x/dest deleted file mode 100644 index 9704eed475..0000000000 --- a/ipkg/ipkg-collateral/jornada56x/dest +++ /dev/null @@ -1,4 +0,0 @@ -dest root / -dest cf /mnt/cf/ -dest sd /mnt/card/ -dest ram /mnt/ram/ diff --git a/ipkg/ipkg-collateral/ramses/src b/ipkg/ipkg-collateral/ramses/src deleted file mode 100644 index 5b99d48da4..0000000000 --- a/ipkg/ipkg-collateral/ramses/src +++ /dev/null @@ -1,3 +0,0 @@ -src mnci54 http://www.mn-solutions.de/feed/mnci54 -#src unstable http://www.mn-solutions.de/feed/unstable -#src stable http://www.mn-solutions.de/feed/stable diff --git a/ipkg/ipkg-collateral/simpad/dest b/ipkg/ipkg-collateral/simpad/dest deleted file mode 100644 index 63e8b50eea..0000000000 --- a/ipkg/ipkg-collateral/simpad/dest +++ /dev/null @@ -1,3 +0,0 @@ -dest root / -dest cf /mnt/cf/ -dest ram /mnt/ram/ diff --git a/ipkg/ipkg-collateral/src b/ipkg/ipkg-collateral/src deleted file mode 100644 index e69de29bb2..0000000000 --- a/ipkg/ipkg-collateral/src +++ /dev/null |