Browse Source

toolchain: reworked package selection to be modular

master
Nagy Károly Gábriel 9 years ago
parent
commit
00b0094640
8 changed files with 203 additions and 57 deletions
  1. +0
    -57
      target/toolchain/pkgsel
  2. +17
    -0
      target/toolchain/pkgsel.d/00-wipe.all
  3. +24
    -0
      target/toolchain/pkgsel.d/opensde-boot.all
  4. +42
    -0
      target/toolchain/pkgsel.d/opensde-core.all
  5. +42
    -0
      target/toolchain/pkgsel.d/opensde-development-toolchain.all
  6. +18
    -0
      target/toolchain/pkgsel.d/qemu.ask
  7. +39
    -0
      target/toolchain/pkgsel.d/toolchain-core.all
  8. +21
    -0
      target/toolchain/pkgsel.in

+ 0
- 57
target/toolchain/pkgsel

@ -1,57 +0,0 @@
O *
X fhs
X sysfiles
X linux-header
X glibc
#Toolchain
#this is an extended toolchain
#containing all needed to build
#OpenSDE packages andf boot a builder
X autoconf
X automake
X bash
X bc
X binutils
X bison
X bzip2
X ccache
X cloog
X coreutils
X diffutils
X file
X findutils
X flex
X gawk
X gcc
X gettext
X gmp
X grep
X groff
X gzip
X isl
X kmod
X libmpc
X libtool
X m4
X make
X mpfr
X openssl
X patch
X perl
X pkgconfig
X sed
X sudo
X tar
X texinfo
X time
X util-linux
X zlib
#Various stuff
X runit
#Boot
X linux

+ 17
- 0
target/toolchain/pkgsel.d/00-wipe.all

@ -0,0 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/toolchain/pkgsel.d/00-wipe.all
# Copyright (C) 2016 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# wipe everything out
O *

+ 24
- 0
target/toolchain/pkgsel.d/opensde-boot.all

@ -0,0 +1,24 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/toolchain/pkgsel.d/opensde-boot.all
# Copyright (C) 2016 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# linux kernel
X linux
X kmod
X bc
# x86/x86-64 boot loader
X syslinux
# needed by syslinux
X nasm

+ 42
- 0
target/toolchain/pkgsel.d/opensde-core.all

@ -0,0 +1,42 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/toolchain/pkgsel.d/opensde-core.all
# Copyright (C) 2016 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# structure
X fhs
# files
X sysfiles
X iana-etc
# shell
X bash
# commands
X coreutils
X util-linux
X grep
X sed
X gawk
X mktemp
# not that basic, but needed by our framework to enter stage 2
X file
X findutils
X time
X tar
X bzip2
# needed by util-linux
X e2fsprogs

+ 42
- 0
target/toolchain/pkgsel.d/opensde-development-toolchain.all

@ -0,0 +1,42 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/toolchain/pkgsel.d/opensde-development-toolchain.all
# Copyright (C) 2016 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
X binutils
X bison
X flex
X patch
X make
X autoconf
X automake
X libtool
X gdb
X strace
X libunwind
X gettext
X git
X groff
X pkgconfig
X m4
X diffutils
X texinfo
X openssl
X perl
X sudo
X curl
X pcre
X python

+ 18
- 0
target/toolchain/pkgsel.d/qemu.ask

@ -0,0 +1,18 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/toolchain/pkgsel.d/qemu.ask
# Copyright (C) 2016 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
X qemu
X glib
X libffi

+ 39
- 0
target/toolchain/pkgsel.d/toolchain-core.all

@ -0,0 +1,39 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/toolchain/pkgsel.d/toolchain-core.all
# Copyright (C) 2016 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
X glibc
X zlib
X ncurses
X readline
X pam
X gcc
# linux kernel headers
#
X linux-header
# needed by glibc
X gzip
# zoneinfo
X tzdata
#needed by gcc
X cloog
X gmp
X isl
X mpfr
X libmpc
X unzip
X zip

+ 21
- 0
target/toolchain/pkgsel.in

@ -0,0 +1,21 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/toolchain/pkgsel.in
# Copyright (C) 2016 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [ -s "$cfgtmpdir/$target.pkgsel.in" ]; then
. "$cfgtmpdir/$target.pkgsel.in"
pkgfilter awk -f $cfgtmpdir/$target.pkgsel.awk
fi

Loading…
Cancel
Save