[oe] [PATCH] Added base pnx833x stb225 board support.

Koen Kooi k.kooi at student.utwente.nl
Wed Jan 28 12:00:57 UTC 2009


On 28-01-09 12:26, Ihar Hrachyshka wrote:
> This patch adds support for PNX833X STB225 board with some kernel
> patches: serial UART, Ethernet, and basic processor flavor
> functionality.
>
> Signed-off-by: Ihar Hrachyshka<ihar.hrachyshka at gmail.com>
> ---
>   conf/machine/stb225.conf                           |    8 +

>
> diff --git a/conf/machine/stb225.conf b/conf/machine/stb225.conf
> new file mode 100644
> index 0000000..97370e1
> --- /dev/null
> +++ b/conf/machine/stb225.conf
> @@ -0,0 +1,8 @@
> +# PNX8335 STB225 board
> +TARGET_ARCH = "mipsel"
> +TARGET_CC_ARCH="-march=mips32"
> +MACHINE_FEATURES = "kernel26"
> +IMAGE_FSTYPES="tar.gz"
> +PREFERRED_PROVIDER_virtual/kernel="linux"
> +KERNEL_IMAGETYPE="vmlinux"
> +KERNEL_OUTPUT="${KERNEL_IMAGETYPE}"

Could you make this look more like other recipes? E.g. using a tune file 
for the cpu part, use += for IMAGE_FSTYPES, have spaces around equeal 
signs, etc?
The kernel part looks ok, though.

regards,

Koen





More information about the Openembedded-devel mailing list