summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-21 18:51:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-21 18:51:50 +0100
commit18430215845a1ba4adab10062d33204fd26bd8fb (patch)
tree33aa3ec2a66f0c7a170837135a74059359b42a4e /target
parentf799b95adfe39ddee1324e2901a823ecdf2fe44d (diff)
parent08c3724108f33060956438bff670ee1135f473b1 (diff)
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r--target/ag241/Makefile3
-rw-r--r--target/bulk.lst1
-rw-r--r--target/lemote/uclibc.config2
-rw-r--r--target/qemu-arm/Makefile3
-rw-r--r--target/qemu-arm/uclibc.config2
-rw-r--r--target/qemu-cris/uclibc.config2
-rw-r--r--target/qemu-mips/uclibc.config2
-rw-r--r--target/qemu-mips64/uclibc.config2
-rw-r--r--target/qemu-mips64el/uclibc.config2
-rw-r--r--target/qemu-mipsel/uclibc.config2
-rw-r--r--target/qemu-x86/Makefile3
-rw-r--r--target/qemu-x86_64/Makefile3
-rw-r--r--target/qemu-x86_64/uclibc.config2
-rw-r--r--target/rb411/uclibc.config2
-rw-r--r--target/rb433/Makefile1
-rw-r--r--target/rb433/uclibc.config2
-rw-r--r--target/rb532/Makefile2
-rw-r--r--target/rescue-x86/uclibc.config2
-rw-r--r--target/toolchain-arm/uclibc.config2
-rw-r--r--target/toolchain-armel/uclibc.config2
-rw-r--r--target/toolchain-mips/uclibc.config2
-rw-r--r--target/toolchain-mipsel/uclibc.config2
-rw-r--r--target/toolchain-x86_64/uclibc.config2
-rw-r--r--target/wrap/Makefile1
-rw-r--r--target/zaurus/uclibc.config2
25 files changed, 26 insertions, 25 deletions
diff --git a/target/ag241/Makefile b/target/ag241/Makefile
index cb8ce4a71..44b8b1dff 100644
--- a/target/ag241/Makefile
+++ b/target/ag241/Makefile
@@ -16,8 +16,7 @@ tools-compile: $(TOOLS_BUILD_DIR)
$(MAKE) -C ../tools/squashfs prepare compile install
kernel-install: tools-compile
- PATH='${TARGET_PATH}' \
- mipsel-linux-objcopy -S -O srec $(LINUX_DIR)/vmlinux \
+ ${TARGET_CROSS}objcopy -S -O srec $(LINUX_DIR)/vmlinux \
$(LINUX_DIR)/vmlinux.srec
PATH='${TARGET_PATH}' \
srec2bin $(LINUX_DIR)/vmlinux.srec $(LINUX_DIR)/vmlinux.bin
diff --git a/target/bulk.lst b/target/bulk.lst
index b637abc1a..968949373 100644
--- a/target/bulk.lst
+++ b/target/bulk.lst
@@ -25,3 +25,4 @@ x86_qemu eglibc archive
x86_qemu glibc archive
x86_64_qemu uclibc archive
x86_64_qemu eglibc archive
+x86_64_qemu glibc archive
diff --git a/target/lemote/uclibc.config b/target/lemote/uclibc.config
index 4ad8cae77..7b8083c71 100644
--- a/target/lemote/uclibc.config
+++ b/target/lemote/uclibc.config
@@ -126,7 +126,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/qemu-arm/Makefile b/target/qemu-arm/Makefile
index cda4e95bb..d0ea5ae92 100644
--- a/target/qemu-arm/Makefile
+++ b/target/qemu-arm/Makefile
@@ -8,7 +8,8 @@ include $(TOPDIR)/mk/kernel-build.mk
include $(TOPDIR)/mk/image.mk
kernel-install:
- @cp $(LINUX_DIR)/arch/arm/boot/zImage $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
+ @cp $(LINUX_DIR)/arch/arm/boot/zImage \
+ $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
createinit:
@-rm $(LINUX_DIR)/usr/initramfs_data.cpio.*
diff --git a/target/qemu-arm/uclibc.config b/target/qemu-arm/uclibc.config
index 323249401..cfa8c16b0 100644
--- a/target/qemu-arm/uclibc.config
+++ b/target/qemu-arm/uclibc.config
@@ -138,7 +138,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/qemu-cris/uclibc.config b/target/qemu-cris/uclibc.config
index 0bd868976..fc999f1a2 100644
--- a/target/qemu-cris/uclibc.config
+++ b/target/qemu-cris/uclibc.config
@@ -136,7 +136,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/qemu-mips/uclibc.config b/target/qemu-mips/uclibc.config
index ee7d7cefd..70e640134 100644
--- a/target/qemu-mips/uclibc.config
+++ b/target/qemu-mips/uclibc.config
@@ -127,7 +127,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/qemu-mips64/uclibc.config b/target/qemu-mips64/uclibc.config
index e2bd9a4b0..1cf8f28a2 100644
--- a/target/qemu-mips64/uclibc.config
+++ b/target/qemu-mips64/uclibc.config
@@ -127,7 +127,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/qemu-mips64el/uclibc.config b/target/qemu-mips64el/uclibc.config
index 5642d5879..23a9cc4ef 100644
--- a/target/qemu-mips64el/uclibc.config
+++ b/target/qemu-mips64el/uclibc.config
@@ -127,7 +127,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/qemu-mipsel/uclibc.config b/target/qemu-mipsel/uclibc.config
index dbf8ed75d..a2a91d03f 100644
--- a/target/qemu-mipsel/uclibc.config
+++ b/target/qemu-mipsel/uclibc.config
@@ -144,7 +144,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/qemu-x86/Makefile b/target/qemu-x86/Makefile
index 44e4b2319..11a393a5b 100644
--- a/target/qemu-x86/Makefile
+++ b/target/qemu-x86/Makefile
@@ -8,7 +8,8 @@ include $(TOPDIR)/mk/kernel-build.mk
include $(TOPDIR)/mk/image.mk
kernel-install:
- @cp $(LINUX_DIR)/arch/x86/boot/bzImage $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
+ @cp $(LINUX_DIR)/arch/x86/boot/bzImage \
+ $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
createinit:
@-rm $(LINUX_DIR)/usr/initramfs_data.cpio.*
diff --git a/target/qemu-x86_64/Makefile b/target/qemu-x86_64/Makefile
index b7847eeaa..5d8f2f531 100644
--- a/target/qemu-x86_64/Makefile
+++ b/target/qemu-x86_64/Makefile
@@ -8,7 +8,8 @@ include $(TOPDIR)/mk/kernel-build.mk
include $(TOPDIR)/mk/image.mk
kernel-install:
- @cp $(LINUX_DIR)/arch/x86/boot/bzImage $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
+ @cp $(LINUX_DIR)/arch/x86/boot/bzImage \
+ $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
createinit:
@-rm $(LINUX_DIR)/usr/initramfs_data.cpio.*
diff --git a/target/qemu-x86_64/uclibc.config b/target/qemu-x86_64/uclibc.config
index c622507cd..62f37b877 100644
--- a/target/qemu-x86_64/uclibc.config
+++ b/target/qemu-x86_64/uclibc.config
@@ -135,7 +135,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/rb411/uclibc.config b/target/rb411/uclibc.config
index c48d01864..ead864b82 100644
--- a/target/rb411/uclibc.config
+++ b/target/rb411/uclibc.config
@@ -127,7 +127,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/rb433/Makefile b/target/rb433/Makefile
index 4ecfbc47a..b9ee5932b 100644
--- a/target/rb433/Makefile
+++ b/target/rb433/Makefile
@@ -14,7 +14,6 @@ ifeq ($(FS),nfsroot)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel'
@echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSTARBALL}'
- @echo 'Do not forget to create device nodes for console,null and tty in your nfsroot'
@echo 'Login as user root with password linux123 via ssh or console'
endif
ifeq ($(FS),yaffs)
diff --git a/target/rb433/uclibc.config b/target/rb433/uclibc.config
index c48d01864..ead864b82 100644
--- a/target/rb433/uclibc.config
+++ b/target/rb433/uclibc.config
@@ -127,7 +127,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/rb532/Makefile b/target/rb532/Makefile
index 88145c64c..b0c50dc5d 100644
--- a/target/rb532/Makefile
+++ b/target/rb532/Makefile
@@ -12,7 +12,7 @@ OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build
kernel-install:
$(TARGET_CROSS)objcopy $(OSTRIP) -S $(LINUX_DIR)/vmlinux \
$(TARGET_DIR)/boot/kernel
- cp $(TARGET_DIR)/boot/kernel \
+ @cp $(TARGET_DIR)/boot/kernel \
$(BUILD_DIR)/${ADK_TARGET}-${FS}-kernel
ifeq ($(FS),ext2-cf)
diff --git a/target/rescue-x86/uclibc.config b/target/rescue-x86/uclibc.config
index f779cc8bf..c8b46c468 100644
--- a/target/rescue-x86/uclibc.config
+++ b/target/rescue-x86/uclibc.config
@@ -135,7 +135,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/toolchain-arm/uclibc.config b/target/toolchain-arm/uclibc.config
index 52ec386f5..144995e9e 100644
--- a/target/toolchain-arm/uclibc.config
+++ b/target/toolchain-arm/uclibc.config
@@ -137,7 +137,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/toolchain-armel/uclibc.config b/target/toolchain-armel/uclibc.config
index 52ec386f5..144995e9e 100644
--- a/target/toolchain-armel/uclibc.config
+++ b/target/toolchain-armel/uclibc.config
@@ -137,7 +137,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/toolchain-mips/uclibc.config b/target/toolchain-mips/uclibc.config
index ee7d7cefd..70e640134 100644
--- a/target/toolchain-mips/uclibc.config
+++ b/target/toolchain-mips/uclibc.config
@@ -127,7 +127,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/toolchain-mipsel/uclibc.config b/target/toolchain-mipsel/uclibc.config
index dbf8ed75d..a2a91d03f 100644
--- a/target/toolchain-mipsel/uclibc.config
+++ b/target/toolchain-mipsel/uclibc.config
@@ -144,7 +144,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/toolchain-x86_64/uclibc.config b/target/toolchain-x86_64/uclibc.config
index c622507cd..62f37b877 100644
--- a/target/toolchain-x86_64/uclibc.config
+++ b/target/toolchain-x86_64/uclibc.config
@@ -135,7 +135,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set
diff --git a/target/wrap/Makefile b/target/wrap/Makefile
index 77b9d4ab9..825b55175 100644
--- a/target/wrap/Makefile
+++ b/target/wrap/Makefile
@@ -24,6 +24,5 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo
@echo 'The linux kernel is here: $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel'
@echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSTARBALL}'
- @echo 'Do not forget to create device nodes for console,null and tty in your nfsroot'
@echo 'Login as user root with password linux123 via ssh or console'
endif
diff --git a/target/zaurus/uclibc.config b/target/zaurus/uclibc.config
index 323249401..7165c43a7 100644
--- a/target/zaurus/uclibc.config
+++ b/target/zaurus/uclibc.config
@@ -138,7 +138,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set