barebox: prepare for auxiliarry build
authorPieter Smith <pieter@boesman.nl>
Sun, 24 Apr 2016 21:15:23 +0000 (23:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 1 May 2016 12:27:45 +0000 (14:27 +0200)
commit4ce611b9870280a424bf7e30833da9fa70ca6801
tree9baf936757974ed2357809558764000e94aaf2d7
parent31d1df0c7ca8b8295cbaefbac8e5c8725743b9a2
barebox: prepare for auxiliarry build

No functional changes. In preparation for the auxiliary barebox build,
boot/barebox is split into two parts:
1. boot/barebox:
   - The source and patch specification which are to be shared between the
     barebox and barebox-aux packages.
   - The barebox-package function and build logic.
2. boot/barebox/barebox:
   - The package configuration, fragments, barebox env, etc.
   - The actual barebox package make instantiation.

Signed-off-by: Pieter Smith <pieter@boesman.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/barebox/Config.in
boot/barebox/barebox.mk
boot/barebox/barebox/Config.in [new file with mode: 0644]
boot/barebox/barebox/barebox.hash [new symlink]
boot/barebox/barebox/barebox.mk [new file with mode: 0644]