]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
pkg-infra: introduce errors for legacy API
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 12 Nov 2012 10:08:28 +0000 (10:08 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 30 Nov 2012 20:06:40 +0000 (12:06 -0800)
commitebcfa987df4095a7805ff124ab648fb607c89215
treed8fdfb8438bb9323f78d2dd9ce288d131ded957d
parentcc6da8b28ef6b6dde2eaaaf40d21f366508221ad
pkg-infra: introduce errors for legacy API

As discussed in the BR developer days, we want to be more strict about API
changes in buildroot. I.e., we want to make it less likely that a user's
customizations break down after upgrading buildroot.

A first step is to make sure that the user is warned about API changes.
This patch introduces Makefile.legacy and Config.in.legacy, which will
issue clear error messages for such situations.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Config.in
Config.in.legacy [new file with mode: 0644]
Makefile
Makefile.legacy [new file with mode: 0644]