1. 15 Nov, 2013 4 commits
    • Alessandro Rubini's avatar
      Kconfig: added configurations; fixed Makefiles accordingly · d0e08ae1
      Alessandro Rubini authored
      This adds the needed configuration items: architectures, extension,
      cross_compile and wrpc_root.  So, what we passed on environment and
      command line is now in the configuration file.
      
      This changes the priorities of such options, so the Makefile is
      changed to force $(CC), $(LD) and $(CROSS_COMPILE) down to subprojects
      (i.e. pp_printf and arch-wrs/mini-rpc).  Also, we need to remove
      quotes from .config items, and this is ugly linesin ./Makefile
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      d0e08ae1
    • Alessandro Rubini's avatar
      Makefile: add Kconfig rules; add empty Kconfig file · 085ac6f1
      Alessandro Rubini authored
      Now Kconfig works, but we have no active configuration at all.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      085ac6f1
    • Alessandro Rubini's avatar
      gitignore: added kconfig names · d89a3b60
      Alessandro Rubini authored
      Add the lines from the .gitignore found in bst-kconfig. As in the
      previous commit, use bst-kconfig commit v2.6.34-4-g8168c0b
      
      (cherry-picked from wrpc-sw d923523a)
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      d89a3b60
    • Alessandro Rubini's avatar
      added kconfig infrastructure, from wrpc-sw · 73956abf
      Alessandro Rubini authored
      This is the combination of the following commits (oldest on top)
      from wrpc-sw:
      
        89cdfcd added kconfig infrastructure, the trivial way
        5fda0c8 kconfig: use pathnames from Linux-2.6.34
        ab30804 kconfig: use 'Kconfig' as file name, not the bst-kconfig ones
        7c78880 kconfig: trivially write "WRPC" in place of "Linux Kernel"
        2c30cb4 kconfig: trivially fix most 'kernel' words in messages
        70eb3ba kconfig: add a configs/ directory and use it
        64cc10f scripts/kconfig: don't complain for default in choices
      
      After picking them, I replaced all "WRPC" with "PPSi", and I removed
      the configs/  files (unrelated to this project).
      
      In practice, at this point we have the Kconfig infrastructure of
      Linux-2.6.34, which I picked from the "bst-kconfig" package, which did
      the extraction work.
      
      One day I forward-ported this from v2.6.34 to v3.4, by applying a few
      hundred kernel patches. While the final code was working, we decided
      the port was not needed for wrpc-sw. Here in PPSi I keep the same version
      we have in wrpc-sw.
      
      As of this commit, the code is not used; the default configuration
      file and Makefile targets are added in the next commits.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      73956abf
  2. 14 Nov, 2013 1 commit
  3. 13 Nov, 2013 2 commits
  4. 09 Nov, 2013 2 commits
  5. 08 Nov, 2013 1 commit
  6. 07 Nov, 2013 1 commit
  7. 06 Nov, 2013 6 commits
  8. 04 Nov, 2013 16 commits
  9. 01 Nov, 2013 1 commit
  10. 17 Oct, 2013 1 commit
  11. 16 Oct, 2013 5 commits