diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-13 14:14:14 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-13 14:14:14 +0000 |
commit | 7b7b0454dcc91d47e64ed9d7ada8985f97ac37e6 (patch) | |
tree | 04208c2d83a86991e4cc0e2b1f5a404d1312d332 /packages/images/slugos-image.bb | |
parent | bc06c6a8fd68bee6d24e29c32d70807e483dac61 (diff) |
slugon-image(name): set COMPATIBLE_MACHINE to nslu2
Diffstat (limited to 'packages/images/slugos-image.bb')
-rw-r--r-- | packages/images/slugos-image.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb index e59fab165e..9ef1e6ee88 100644 --- a/packages/images/slugos-image.bb +++ b/packages/images/slugos-image.bb @@ -8,6 +8,8 @@ HOMEPAGE = "http://www.nslu2-linux.org" LICENSE = "MIT" PR = "r37" +COMPATIBLE_MACHINE = "nslu2" + # SLUGOS_IMAGENAME defines the name of the image to be build, if it # is not set this package will be skipped! IMAGE_BASENAME = "${SLUGOS_IMAGENAME}" |