]> code.ossystems Code Review - openembedded-core.git/commit
prserv: add LOCALCOUNT to AUTOINCs migration feature
authorConstantin Musca <constantinx.musca@intel.com>
Tue, 22 Jan 2013 09:39:30 +0000 (11:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Jan 2013 16:01:17 +0000 (16:01 +0000)
commitffab86f13cafb10d8d6273b6af8cd9a3c84eae20
tree2fc40f9f4ac172fe9aacc5f1d98b86a9ff28d9a8
parent60e73068cf542c2134106fe6cfc5971874bbc766
prserv: add LOCALCOUNT to AUTOINCs migration feature

- use migrate_localcount.bbclass to generate AUTOINC entries
which are exported to LOCALCOUNT_DUMPFILE
- import the generated AUTOINC entries
- one can migrate LOCALCOUNT to AUTOINC by executing:
    bitbake-prserv-tool migrate_localcount

[YOCTO #3071]

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/migrate_localcount.bbclass [new file with mode: 0644]
meta/conf/migrate_localcount.conf [new file with mode: 0644]
scripts/bitbake-prserv-tool