[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-62-g4bc697f
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2016-04-13 14:30:32
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 4bc697f860aca7917cba0147e4713d4bd0f163cb (commit)
from 9e0385c734c3d53bc20b8cb4728e98b63572fedd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4bc697f860aca7917cba0147e4713d4bd0f163cb
Author: Julien BOIBESSOT <jul...@ar...>
Date: Wed Apr 13 16:26:44 2016 +0200
[BUILD] APF6UL -> OPOS6UL
-----------------------------------------------------------------------
Summary of changes:
Makefile | 17 +++++++++--------
...l_legacy_defconfig => opos6ul_legacy_defconfig} | 6 +++---
.../target/device/armadeus/apf6ul/genimage.cfg | 1 -
.../target/device/armadeus/opos6ul/genimage.cfg | 1 +
4 files changed, 13 insertions(+), 12 deletions(-)
rename buildroot/configs/{apf6ul_legacy_defconfig => opos6ul_legacy_defconfig} (96%)
delete mode 100644 buildroot/target/device/armadeus/apf6ul/genimage.cfg
create mode 100644 buildroot/target/device/armadeus/opos6ul/genimage.cfg
diff --git a/Makefile b/Makefile
index f40e750..bb1d1db 100644
--- a/Makefile
+++ b/Makefile
@@ -64,14 +64,15 @@ default: all
help:
@echo
@echo 'First, choose your platform and adjust configuration:'
- @echo ' apf9328_defconfig - get default config for an APF9328+Dev kit'
- @echo ' apf27_defconfig - get default config for an APF27+Dev kit'
- @echo ' pps_defconfig - get default config for an APF27+PPS system'
- @echo ' apf51_defconfig - get default config for an APF51+Dev kit'
- @echo ' pps51_defconfig - get default config for an APF51+PPS51 system'
- @echo ' apf28_defconfig - get default config for an APF28+Dev kit'
- @echo ' apf6_defconfig - get default config for an APF6+Dev kit (3.19+ mainline/vanilla kernel)'
- @echo ' apf6legacy_defconfig - get default config for an APF6+Dev kit (3.10 Wandboard kernel)'
+ @echo ' apf9328_defconfig - get default config for an APF9328+Dev kit'
+ @echo ' apf27_defconfig - get default config for an APF27+Dev kit'
+ @echo ' pps_defconfig - get default config for an APF27+PPS system'
+ @echo ' apf51_defconfig - get default config for an APF51+Dev kit'
+ @echo ' pps51_defconfig - get default config for an APF51+PPS51 system'
+ @echo ' apf28_defconfig - get default config for an APF28+Dev kit'
+ @echo ' apf6_defconfig - get default config for an APF6+Dev kit (3.19+ mainline/vanilla kernel)'
+ @echo ' apf6legacy_defconfig - get default config for an APF6+Dev kit (3.10 Wandboard kernel)'
+ @echo ' opos6ul_legacy_defconfig - get default config for an OPOS6UL+Dev kit (3.14 Freescale kernel)'
@echo ''
@echo 'Build:'
@echo ' all - make world '
diff --git a/buildroot/configs/apf6ul_legacy_defconfig b/buildroot/configs/opos6ul_legacy_defconfig
similarity index 96%
rename from buildroot/configs/apf6ul_legacy_defconfig
rename to buildroot/configs/opos6ul_legacy_defconfig
index 2d300f9..656e321 100644
--- a/buildroot/configs/apf6ul_legacy_defconfig
+++ b/buildroot/configs/opos6ul_legacy_defconfig
@@ -6,7 +6,7 @@ BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.$(BR2_BOARD_NAME)-buildroot-ccache"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_ENABLE_LOCALE_PURGE=y
-BR2_TARGET_GENERIC_HOSTNAME="apf6ul"
+BR2_TARGET_GENERIC_HOSTNAME="opos6ul"
BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
BR2_ROOTFS_SKELETON_CUSTOM=y
BR2_ROOTFS_SKELETON_CUSTOM_PATH="$(ARMADEUS_PATH)/rootfs/target_skeleton"
@@ -16,9 +16,9 @@ BR2_TARGET_TZ_ZONELIST="europe"
BR2_TARGET_LOCALTIME="Europe/Paris"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(ARMADEUS_PATH)/rootfs/post_build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(ARMADEUS_PATH)/rootfs/post_image_creation.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="apf6ul imx6ul"
+BR2_ROOTFS_POST_SCRIPT_ARGS="opos6ul imx6ul"
BR2_TARGET_ARMADEUS=y
-BR2_BOARD_NAME="apf6ul"
+BR2_BOARD_NAME="opos6ul"
BR2_CPU_NAME="imx6ul"
BR2_TARGET_ARMADEUS_SDRAM_SIZE="256"
BR2_LINUX_KERNEL=y
diff --git a/buildroot/target/device/armadeus/apf6ul/genimage.cfg b/buildroot/target/device/armadeus/apf6ul/genimage.cfg
deleted file mode 100644
index 2baf083..0000000
--- a/buildroot/target/device/armadeus/apf6ul/genimage.cfg
+++ /dev/null
@@ -1 +0,0 @@
-# APF6UL image format
diff --git a/buildroot/target/device/armadeus/opos6ul/genimage.cfg b/buildroot/target/device/armadeus/opos6ul/genimage.cfg
new file mode 100644
index 0000000..cfe009f
--- /dev/null
+++ b/buildroot/target/device/armadeus/opos6ul/genimage.cfg
@@ -0,0 +1 @@
+# OPOS6UL image format
hooks/post-receive
--
armadeus
|