Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 1 | # Copyright (c) 2015 Cisco and/or its affiliates. |
| 2 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 3 | # you may not use this file except in compliance with the License. |
| 4 | # You may obtain a copy of the License at: |
| 5 | # |
| 6 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 7 | # |
| 8 | # Unless required by applicable law or agreed to in writing, software |
| 9 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 10 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 11 | # See the License for the specific language governing permissions and |
| 12 | # limitations under the License. |
| 13 | |
| 14 | # |
| 15 | # Copyright (c) 2007-2008 Eliot Dresselhaus |
| 16 | # |
| 17 | # Permission is hereby granted, free of charge, to any person obtaining |
| 18 | # a copy of this software and associated documentation files (the |
| 19 | # "Software"), to deal in the Software without restriction, including |
| 20 | # without limitation the rights to use, copy, modify, merge, publish, |
| 21 | # distribute, sublicense, and/or sell copies of the Software, and to |
| 22 | # permit persons to whom the Software is furnished to do so, subject to |
| 23 | # the following conditions: |
| 24 | # |
| 25 | # The above copyright notice and this permission notice shall be |
| 26 | # included in all copies or substantial portions of the Software. |
| 27 | # |
| 28 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 29 | # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 30 | # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 31 | # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 32 | # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 33 | # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 34 | # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 35 | # |
| 36 | |
| 37 | # Platform selects e.g. Linux config file |
| 38 | PLATFORM = native |
| 39 | |
| 40 | native_arch = native |
| 41 | |
| 42 | # Default for which packages go into read-only image |
| 43 | # used to have pam |
| 44 | default_root_packages = bash coreutils sysvinit util-linux mingetty procps |
| 45 | |
| 46 | # Linux based platforms (PLATFORM=i686 PLATFORM=ppc etc.) |
| 47 | i686_arch = i686 |
| 48 | x86_64_arch = x86_64 |
| 49 | ppc_arch = ppc |
| 50 | |