Skip to content

Commit

Permalink
nhk15: added uImage parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Oct 27, 2009
1 parent ad6f7be commit 03ed4b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions conf/machine/nhk15.conf
Expand Up @@ -6,15 +6,14 @@ TARGET_ARCH = "arm"

EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n -x lzo"

IMAGE_CMD_jffs2 = "mkdir -p ${DEPLOY_DIR_IMAGE}; \
mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
--output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img ${EXTRA_IMAGECMD}; "

IMAGE_FSTYPES ?= "tar.bz2 ext2.gz jffs2"

SERIAL_CONSOLE = "115200 ttyAMA1"

PREFERRED_PROVIDER_virtual/kernel = "linux"
KERNEL_IMAGETYPE = "uImage"
UBOOT_ENTRYPOINT = "00008000"

PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-nomadik"
XSERVER = "xserver-kdrive-nomadikfb"

Expand Down
2 changes: 1 addition & 1 deletion recipes/linux/linux_2.6.20.bb
Expand Up @@ -6,7 +6,7 @@ DEFAULT_PREFERENCE_at91sam9261ek = "20"
DEFAULT_PREFERENCE_at91sam9260ek = "20"
DEFAULT_PREFERENCE_nhk15 = "1"

PR = "r9"
PR = "r10"

SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig"
Expand Down

0 comments on commit 03ed4b9

Please sign in to comment.