From 0ddf0dafd85dffe117c923933ef4ef1ce721612d Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Tue, 21 Apr 2009 14:53:55 +0200 Subject: base-passwd: default password for hipox machine set --- recipes/base-passwd/files/hipox/root-home.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/base-passwd/files/hipox/root-home.patch diff --git a/recipes/base-passwd/files/hipox/root-home.patch b/recipes/base-passwd/files/hipox/root-home.patch new file mode 100644 index 0000000000..14960496fa --- /dev/null +++ b/recipes/base-passwd/files/hipox/root-home.patch @@ -0,0 +1,8 @@ +--- base-passwd/passwd.master.orig 2005-07-08 06:26:22.000000000 +0200 ++++ base-passwd/passwd.master 2005-07-08 06:31:58.000000000 +0200 +@@ -1,4 +1,4 @@ +-root::0:0:root:/root:/bin/sh ++root:D5wG08PcdvCQ.:0:0:root:/home/root:/bin/sh + daemon:*:1:1:daemon:/usr/sbin:/bin/sh + bin:*:2:2:bin:/bin:/bin/sh + sys:*:3:3:sys:/dev:/bin/sh -- cgit v1.2.3 From 4b410d68f722775e8627c175d5c623e7a7f5c928 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Sun, 19 Apr 2009 21:04:53 +0200 Subject: angstrom-2008.1: do not use Thumb for uclibc Compilation is broken with binutils which Angstrom uses. Signed-off-by: Marcin Juszkiewicz Acked-by: Koen Kooi --- conf/distro/angstrom-2008.1.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index a26a98729a..4456927508 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -241,3 +241,5 @@ DISTRO_EXTRA_RRECOMMENDS += " \ " SPLASH ?= ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-angstrom", "",d)}' +ARM_INSTRUCTION_SET_pn-uclibc = "arm" +ARM_INSTRUCTION_SET_pn-uclibc-initial = "arm" -- cgit v1.2.3