All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Denys Dmytriyenko <denis@denix.org>, <poky@yoctoproject.org>
Cc: Denys Dmytriyenko <denys@ti.com>
Subject: Re: [PATCH] beaglebone: add OE machine definition for use with linux-yocto kernels
Date: Wed, 26 Mar 2014 15:46:31 -0400	[thread overview]
Message-ID: <53332E97.7010002@windriver.com> (raw)
In-Reply-To: <1395861670-20330-1-git-send-email-denis@denix.org>

On 14-03-26 03:21 PM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Kernel support is now in linux-yocto-dev and will be moved to a versioned
> recipe once 3.14 is released.

I've tested this locally as we prep 3.14, so I can ack and add
my tested-by:

Cheers,

Bruce

>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>   meta-yocto-bsp/conf/machine/beaglebone.conf        | 37 ++++++++++++++++++++++
>   .../recipes-kernel/linux/linux-yocto-dev.bbappend  |  3 ++
>   2 files changed, 40 insertions(+)
>   create mode 100644 meta-yocto-bsp/conf/machine/beaglebone.conf
>   create mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend
>
> diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
> new file mode 100644
> index 0000000..0765b33
> --- /dev/null
> +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
> @@ -0,0 +1,37 @@
> +#@TYPE: Machine
> +#@NAME: Beaglebone machine
> +#@DESCRIPTION: Machine configuration for http://beagleboard.org/bone and http://beagleboard.org/black boards
> +
> +PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
> +XSERVER ?= "xserver-xorg \
> +           xf86-input-evdev \
> +           xf86-input-mouse \
> +           xf86-video-omapfb \
> +           xf86-input-keyboard"
> +
> +# Ship all kernel modules by default
> +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
> +
> +EXTRA_IMAGEDEPENDS += "u-boot"
> +
> +DEFAULTTUNE ?= "cortexa8hf-neon"
> +include conf/machine/include/tune-cortexa8.inc
> +
> +IMAGE_FSTYPES += "tar.bz2 jffs2"
> +EXTRA_IMAGECMD_jffs2 = "-lnp "
> +
> +SERIAL_CONSOLE = "115200 ttyO2"
> +
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev"
> +PREFERRED_VERSION_linux-yocto-dev ?= "3.14%"
> +
> +KERNEL_IMAGETYPE = "zImage"
> +KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb"
> +
> +SPL_BINARY = "MLO"
> +UBOOT_SUFFIX = "img"
> +UBOOT_MACHINE = "am335_evm_config"
> +UBOOT_ENTRYPOINT = "0x80008000"
> +UBOOT_LOADADDRESS = "0x80008000"
> +
> +MACHINE_FEATURES = "usbgadget usbhost vfat alsa"
> diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend
> new file mode 100644
> index 0000000..6cb7e55
> --- /dev/null
> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend
> @@ -0,0 +1,3 @@
> +KBRANCH_beaglebone = "standard/beaglebone"
> +
> +COMPATIBLE_MACHINE_beaglebone = "beaglebone"
>



  reply	other threads:[~2014-03-26 19:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-26 19:21 [PATCH] beaglebone: add OE machine definition for use with linux-yocto kernels Denys Dmytriyenko
2014-03-26 19:46 ` Bruce Ashfield [this message]
2014-03-28 16:26   ` Denys Dmytriyenko
2014-03-28 17:47     ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53332E97.7010002@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=denis@denix.org \
    --cc=denys@ti.com \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.