From 8afd699da61bf46fc74d3a8c63345526fc02dec8 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 06 Sep 2012 18:15:28 -0400 Subject: Add notes on opkbuild (including ob-* utils). --- (limited to 'notes') diff --git a/notes/opkbuild.txt b/notes/opkbuild.txt new file mode 100644 index 0000000..4240ef6 --- /dev/null +++ b/notes/opkbuild.txt @@ -0,0 +1,41 @@ +init locale +get options +test UID0 command + +detect build system arch/plat +set host system arch/plat + +init source package + +make work area + +parse package metadata + +build source package + +reduce build dependencies +check build dependencies + +build list of packages to be built for host arch + +set up package build helper +set up toolchain +set up build flags + +unpack sources +apply patches +install platconf + +../build build +uid0_cmd ../build install + +install docs +gen control +install scripts +gen conffiles +gen md5sums +build opk + +clean work area + +gen changes -- cgit v0.9.1