From 8fe839a9faef7df6a07cd229b80b94e4cacbb9dd Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Wed, 26 Jan 2011 21:02:38 -0600 Subject: SlugOS: slugos.inc, task-slugos.bb - Debugging improvements Adds devshell, rootfs directory is qualified by machine and libc, and add kexec to the base image. Signed-off-by: Mike Westerhof --- conf/distro/include/slugos.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 837e42250c..13158e1321 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -40,6 +40,7 @@ IMAGE_BASENAME = "${@['slugos${SITEINFO_ENDIANNESS}', 'ucslugc'][bb.data.getVar( CACHE = "${TMPDIR}/cache/${LIBC}/${MACHINE}" DEPLOY_DIR = "${TMPDIR}/deploy/${LIBC}" +IMAGE_ROOTFS = "${TMPDIR}/rootfs/${MACHINE}-${LIBC}-${PN}" # The following need not be set, the defaults should be adequate #USE_NLS = "no" or "yes" @@ -57,7 +58,7 @@ USE_NLS_glib-2.0 = "yes" USE_NLS_glib-2.0-native = "yes" USE_NLS_gcc-cross = "no" -INHERIT += "package_ipk debian testlab siteinfo" +INHERIT += "package_ipk debian testlab siteinfo devshell" # FULL_OPTIMIZATION # Optimization settings. Os works fine and is significantly better than O2. -- cgit 1.2.3-korg